- Avoid possible seg fault when calling TRACE with NULL string pointers.
[wine] / dlls / msvcrt / dir.c
2003-02-19  Warren Baird- Avoid possible seg fault when calling TRACE with...
2002-12-19  Alexandre JulliardUse MSVCRT_wchar_t instead of WCHAR so that the impleme...
2002-10-25  Michael StefaniucCompile the msvcrt dll with -DSTRICT.
2002-09-17  Martin WilckMSVCRT needs a public errno.h file.
2002-09-12  Alexandre JulliardFixed warnings caused by new winternl.h.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-07-19  Alexandre JulliardFixed per-thread data handling.
2002-05-01  Alexandre JulliardAttempt at fixing MAX_PATH issues for mingw.
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-29  Dmitry TimoshkovImplemented _wmakepath.
2002-01-22  Alexandre JulliardDon't include debugtools.h in the header file, moved...
2001-05-11  Francois GougetRemove unnecessary single quoting of debugstr_xxx strings.
2001-04-10  Francois GougetInclude the msvcrt headers, remove duplicate definitions.
2001-04-10  Francois GougetAdjust the 'MSVCRT_' prefix to match the msvcrt headers
2001-01-22  Jon Griffiths- New msvcrt unicode functions, winapi_check/-Wall...
2001-01-10  Jon Griffiths- Migrate CRTDLL to MSVCRT.