1. 3d96c56 Do not forward _mbccpy to strcpy. by Rein Klazes · 19 years ago
  2. 6f92870 Fix _mbsspn() with conformance tests. by Rein Klazes · 19 years ago
  3. 442c253 Add missed _mbscoll function. by Vitaly Lipatov · 20 years ago
  4. 792d7eb Fix gcc 4.0 warnings. by Mike McCormack · 20 years ago
  5. 240d4ee Remove a few more instances of strncpy. by Alexandre Julliard · 20 years ago
  6. 05413fc Fixed some signed / unsigned pointer casts. by Eric Pouech · 20 years ago
  7. eb5bf7d Documentation spelling fixes. by Jon Griffiths · 20 years ago
  8. f8e01ef Assorted spelling fixes. by Francois Gouget · 21 years ago
  9. 0377462 Split the MSVCRT implementation headers from the public headers. by Dimitrie O. Paun · 21 years ago
  10. 7d77d77 mbtowc returns -1 if we can't find a valid multibyte char in the non by Michael Stefaniuc · 22 years ago
  11. 909ffb7 Implemented _mbsnbcat. by Michael Stefaniuc · 22 years ago
  12. 3dcd451 Remove dead code after return or properly comment it out. by Michael Stefaniuc · 22 years ago
  13. bb2210b Store mbstok() next pointer in the per-thread data. by Alexandre Julliard · 22 years ago
  14. d76455d Implemented _mbstok and _mbsnbset. by Michael Stefaniuc · 22 years ago
  15. af39862 Implemented mbsicoll (without locale handling). by Marcus Meissner · 22 years ago
  16. 5f31b32 Use MSVCRT_wchar_t instead of WCHAR so that the implementation matches by Alexandre Julliard · 22 years ago
  17. 083b0be Implemented some ismbc* functions (based on a patch by Greg Turner). by Alexandre Julliard · 22 years ago
  18. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  19. 7ccf8bc Implemented _mbsnbicmp. by François Gouget · 23 years ago
  20. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  21. bd1689e Don't include debugtools.h in the header file, moved it to the C files by Alexandre Julliard · 23 years ago
  22. 63d1331 Cleanup and improve the mbcs support. by François Gouget · 23 years ago
  23. 3953614 - implement mbscspn mostly as a stub - reimplement mktime by Gerard Patel · 23 years ago
  24. bab91aa Implemented _mbsupr. by Francois Gouget · 24 years ago
  25. 2378305 Implemented mbsnbcnt, added stubs for _Gettnames and __lc_collate_cp. by Marcus Meissner · 24 years ago
  26. 0dae258 Implemented msvcrt._mbspbrk. by Mike McCormack · 24 years ago
  27. 7b3495a Implemented multibyte string reverse. by Mike McCormack · 24 years ago
  28. 4b15745 - Made sure that the files that contains the declarations by Patrik Stridvall · 24 years ago
  29. 33929be - Made sure that the files that contains the declarations by Patrik Stridvall · 24 years ago
  30. e0cef27 Semistubs for _ismbcdigit,_ismbcspace,_mbslwr,_mbsnbcmp,_mbsspn. by Uwe Bonnes · 24 years ago
  31. 8b216b3 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  32. e7f75c5 Include the msvcrt headers, remove duplicate definitions. by Francois Gouget · 24 years ago
  33. 203a8f8 Adjust the 'MSVCRT_' prefix to match the msvcrt headers by Francois Gouget · 24 years ago
  34. 05fc3cd Typo fixes in comments. by Francois Gouget · 24 years ago
  35. a91a28c Fixes as a result of testing builtin crtdll against builtin msvcrt. by Jon Griffiths · 24 years ago
  36. 1db20bf - Migrate CRTDLL to MSVCRT. - Many fixes and a load of new functions. by Jon Griffiths · 24 years ago