- 8276398 msvcrt: Added _findnext32() implementation. by Nikolay Sivov · 14 years ago
- cd7f096 msvcrt: Add _findfirst32() implementation. by Nikolay Sivov · 14 years ago
- e165464 msvcrt: Implement _wfindnext64. by André Hentschel · 14 years ago
- 1601a26 msvcrt: Implement _wfindfirst64. by André Hentschel · 14 years ago
- 40874d9 msvcrt: Implement _wfindnext64i32. by Eryk Wieliczko · 14 years ago
- 7d50809 msvcrt: Implement _wfindfirst64i32. by Eryk Wieliczko · 14 years ago
- 83d87f3 msvcrt: Implemented (w)searchenv_s. by Eric Pouech · 14 years ago
- 566d8e5 msvcrt: Implement _findfirst64i32 and _findnext64i32. by Eryk Wieliczko · 14 years ago
- 1861c21 msvcrt: Fix _splitpath and _wsplitpath implementation. by Piotr Caban · 15 years ago
- 899d9a0 msvcrt: Added _splitpath_s implementation. by Piotr Caban · 15 years ago
- 58dd97e msvcrt: Implement _wmakepath_s. by Andrew Nguyen · 15 years ago
- 9628a0d msvcrt: Implement _makepath_s. by Andrew Nguyen · 15 years ago
- debd7d3 msvcrt: Implement findfirst64 and findnext64. by Marcus Meissner · 15 years ago
- d8ab5a1 msvcrt: Use intptr_t or size_t instead of long where appropriate. by Alexandre Julliard · 16 years ago
- 3a2dda1 msvcrt: Implemented splitpath_s. by Eric Pouech · 17 years ago
- ed9cd3e msvcrt: Fix mutual exclusion over logical or is always a non-zero constant. by Rob Shearman · 17 years ago
- 7b7cd31 msvcrt: Make tests for [w]makepath pass. by Jon Griffiths · 17 years ago
- aab8fae Spelling fixes. by Austin English · 17 years ago
- a69418c msvcrt: Remove unneeded casts. by Andrew Talbot · 17 years ago
- 7d3d98e msvcrt: Implement _wsearchenv. by Hans Leidekker · 18 years ago
- 6bbd3ca msvcrt: Resolve symbols clashes with FreeBSD libc. by Tijl Coosemans · 18 years ago
- 1a688cd msvcrt: Fix _makepath(). by Peter Beutner · 18 years ago
- b2acafa msvcrt: Fixed buffer allocation in _getcwd/_wgetcwd. by Alexandre Julliard · 18 years ago
- 9069577 msvcrt: Exclude unused headers. by Andrew Talbot · 18 years ago
- aab5e58 Don't put single quotes around '%s' when using the debugstr_*() functions. by Francois Gouget · 18 years ago
- 24beabf msvcrt: Explicitly specify CDECL calling convention on exported functions. by Alexandre Julliard · 19 years ago
- 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
- 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