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