1. 3c0e5ee A few fixes for pointer qualifiers (const, volatile) warnings. by Eric Pouech · 19 years ago
  2. 0ec7e1a Renamed all .cvsignore files to .gitignore. by Alexandre Julliard · 19 years ago
  3. 970fcb1 Updated codepage tables to Unicode version 4.1. by Alexandre Julliard · 19 years ago
  4. 3d086ca Only update modified files. by Alexandre Julliard · 19 years ago
  5. 04aa6a8 Remove some incompatibilities in the wctype table by updating the by Robert Shearman · 19 years ago
  6. 7e4c88c Avoid some warnings on 64-bit platforms. by Alexandre Julliard · 20 years ago
  7. f732617 Fix a gcc 4.0 -Wpointer-sign warning. by Mike McCormack · 20 years ago
  8. 2abbb90 gcc 4.0 warning fix. by Mike McCormack · 20 years ago
  9. 385a199 Faster implementation of wcstombs that handles overlapping buffers by Alexandre Julliard · 20 years ago
  10. 809edab Const correctness fixes. by Eric Pouech · 20 years ago
  11. 65ad7da Fix some declaration and write string warnings. by Mike McCormack · 20 years ago
  12. 62b94d8 Ukrainian codepage 21866 added and respective files corrected. Two by Oleh R. Nykyforchyn · 20 years ago
  13. 294835a Another round of const correctness fixes. by Eric Pouech · 20 years ago
  14. 0a25896 Const correctness fixes. by Eric Pouech · 20 years ago
  15. 5333206 Added memicmpW. by Alexandre Julliard · 21 years ago
  16. 440ff6d Added version scripts for libwine and libwine_unicode. by Alexandre Julliard · 21 years ago
  17. f20ce3b Fix MultiByteToWideChar and WideCharToMultiByte when called with code by Rein Klazes · 21 years ago
  18. 6ba2226 When building a PE DLL (MinGW), variables exported from a DLL must be by Ge van Geldorp · 21 years ago
  19. 33f9dcb Move CompareString implementation to libwine_unicode, add a bunch of by Dmitry Timoshkov · 21 years ago
  20. b93eb13 Remove a redundant test. by Jon Griffiths · 21 years ago
  21. f405629 Weekly spelling fixes. by Francois Gouget · 21 years ago
  22. bf1df18 Added string folding support. by Jon Griffiths · 21 years ago
  23. a02ce81 Add generation of digit and compatability mapping tables. by Jon Griffiths · 21 years ago
  24. 0aefd85 vsnprintfW: %% should output a literal % sign. by Jon Griffiths · 22 years ago
  25. 85d4281 Implement LCMapString using unicode collation tables. by Dmitry Timoshkov · 22 years ago
  26. 8c4b96f Added generation of table of collation keys (based on a patch by by Alexandre Julliard · 22 years ago
  27. 996dc01 Updated to the latest Unicode standard. by Alexandre Julliard · 22 years ago
  28. 794b130 Handle overlapping buffers properly in wcstombs_sbcs (spotted by by Alexandre Julliard · 22 years ago
  29. 0789ba6 Fixed return value of wine_utf8_wcstombs (spotted by Jan Sporbeck). by Alexandre Julliard · 22 years ago
  30. 117436e Moved rules for building shared libraries into a global Makelib.rules file. by Alexandre Julliard · 22 years ago
  31. d73a1c4 Hacked 0x00a5 to map to backslash in Shift-JIS codepage. by Alexandre Julliard · 22 years ago
  32. 401a9e0 Fixed the .def files for the Mingw build. by Steven Edwards · 22 years ago
  33. 8d7b8e5 Portability fixes. by Alexandre Julliard · 22 years ago
  34. 2d1c790 Moved libwine to libs/ directory. Some makefile fixes and cleanups. by Alexandre Julliard · 22 years ago
  35. 25fe361 Added 'wine' prefix to libwine_unicode exports. by Alexandre Julliard · 22 years ago
  36. 7ab9a71 Moved libwine_unicode to the libs/ directory. by Alexandre Julliard · 22 years ago