1. 71908c4 msvcrt: _makepath(): operate on target buffer directly. by Marcus Meissner · 19 years ago
  2. e09a6c8 msvcrt: Reworked _fullpath. by Aric Stewart · 19 years ago
  3. 98b2e38 _findclose() exists on MinGW, so prefix it. by Eric Pouech · 20 years ago
  4. e732fc0 Janitorial: Get rid of strncpy/strncpyW. by Peter Berg Larsen · 20 years ago
  5. 1b7e736 When getting current directory on a drive different from the working by Gunnar Dalsnes · 20 years ago
  6. 0a25896 Const correctness fixes. by Eric Pouech · 20 years ago
  7. 0377462 Split the MSVCRT implementation headers from the public headers. by Dimitrie O. Paun · 21 years ago
  8. 070db4e Fixed some issues found by winapi_check. by Patrik Stridvall · 21 years ago
  9. 821f477 - Prefix many more functions, types, structs, etc. with MSVCRT_. by Hans Leidekker · 21 years ago
  10. f90092c Use Unicode calls instead of ASCII where applicable. Documentation updates. by Jon Griffiths · 21 years ago
  11. dec198a Implemented the remaining 64-bit file functions, and added a few other by Alexandre Julliard · 21 years ago
  12. d3ab533 Fixed _wfullpath prototype. by Pierre d'Herbemont · 21 years ago
  13. 2c39191 Fix splitpath and wsplitpath for the file extension. by Dave Belanger · 21 years ago
  14. 76f13de Use INVALID_FILE_ATTRIBUTES to test for failure of by Rolf Kalbermatter · 21 years ago
  15. 2937826 Rewrote splitpath and wsplitpath to avoid modifying the path separators. by Alexandre Julliard · 21 years ago
  16. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  17. 0bfa31e Implemented _wfullpath. by Mike McCormack · 22 years ago
  18. 7946142 _wsplitpath: Display correctly the path being split. by Sylvain Petreolle · 22 years ago
  19. 586808f - Avoid possible seg fault when calling TRACE with NULL string pointers. by Warren Baird · 22 years ago
  20. 5f31b32 Use MSVCRT_wchar_t instead of WCHAR so that the implementation matches by Alexandre Julliard · 22 years ago
  21. 789b4b4 Compile the msvcrt dll with -DSTRICT. by Michael Stefaniuc · 22 years ago
  22. 94638aa MSVCRT needs a public errno.h file. by Martin Wilck · 23 years ago
  23. 1668870 Fixed warnings caused by new winternl.h. by Alexandre Julliard · 23 years ago
  24. 9c1de6d Moved all the content of the DDK files ntdef.h and ntddk.h to winternl.h. by Patrik Stridvall · 23 years ago
  25. 44b4235 Fixed per-thread data handling. by Alexandre Julliard · 23 years ago
  26. b53f130 Attempt at fixing MAX_PATH issues for mingw. by Alexandre Julliard · 23 years ago
  27. 5769d1d Better support for configure detection of missing types, added check by Alexandre Julliard · 23 years ago
  28. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  29. 08af06c Implemented _wmakepath. by Dmitry Timoshkov · 23 years ago
  30. bd1689e Don't include debugtools.h in the header file, moved it to the C files by Alexandre Julliard · 23 years ago
  31. ee285b7 Remove unnecessary single quoting of debugstr_xxx strings. by Francois Gouget · 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. 34c786b - New msvcrt unicode functions, winapi_check/-Wall/-W clean. by Jon Griffiths · 24 years ago
  35. 1db20bf - Migrate CRTDLL to MSVCRT. - Many fixes and a load of new functions. by Jon Griffiths · 24 years ago