msvcrt: Follow Vista behaviour in wcscpy_s.
[wine] / dlls / msvcrt / dir.c
2008-04-21  Austin EnglishSpelling fixes.
2008-01-14  Andrew Talbotmsvcrt: Remove unneeded casts.
2007-09-24  Hans Leidekkermsvcrt: Implement _wsearchenv.
2007-09-19  Tijl Coosemansmsvcrt: Resolve symbols clashes with FreeBSD libc.
2007-08-07  Peter Beutnermsvcrt: Fix _makepath().
2007-07-27  Alexandre Julliardmsvcrt: Fixed buffer allocation in _getcwd/_wgetcwd.
2007-05-15  Andrew Talbotmsvcrt: Exclude unused headers.
2007-01-18  Francois GougetDon't put single quotes around '%s' when using the...
2006-06-13  Alexandre Julliardmsvcrt: Explicitly specify CDECL calling convention...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-17  Marcus Meissnermsvcrt: _makepath(): operate on target buffer directly.
2006-01-06  Aric Stewartmsvcrt: Reworked _fullpath.
2005-05-29  Eric Pouech_findclose() exists on MinGW, so prefix it.
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-02-18  Gunnar DalsnesWhen getting current directory on a drive different...
2004-11-30  Eric PouechConst correctness fixes.
2004-06-25  Dimitrie O. PaunSplit the MSVCRT implementation headers from the public...
2004-05-17  Patrik StridvallFixed some issues found by winapi_check.
2004-03-16  Hans Leidekker- Prefix many more functions, types, structs, etc....
2004-02-09  Jon GriffithsUse Unicode calls instead of ASCII where applicable.
2004-01-13  Alexandre JulliardImplemented the remaining 64-bit file functions, and...
2003-10-28  Pierre d'HerbemontFixed _wfullpath prototype.
2003-10-21  Dave BelangerFix splitpath and wsplitpath for the file extension.
2003-10-16  Rolf KalbermatterUse INVALID_FILE_ATTRIBUTES to test for failure of
2003-10-15  Alexandre JulliardRewrote splitpath and wsplitpath to avoid modifying...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-05-12  Mike McCormackImplemented _wfullpath.
2003-03-27  Sylvain Petreolle_wsplitpath: Display correctly the path being split.
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.