xmllite: Fix reported node type for attributes.
[wine] / dlls / msvcrt / dir.c
2012-07-26  Alexandre Julliardmsvcrt: Make sure that errno is always set when calling...
2012-01-06  Alexandre Julliardmsvcrt: Use the correct type for findnext64.
2011-11-23  Frédéric Delanoymsvcrt: Avoid hardcoding array lengths.
2011-10-14  Piotr Cabanmsvcrt: Added missing calling convention specification.
2011-06-03  Piotr Cabanmsvcrt: Fix mingw compilation issues.
2011-03-15  Nikolay Sivovmsvcrt: Added _findnext32() implementation.
2011-03-15  Nikolay Sivovmsvcrt: Add _findfirst32() implementation.
2011-02-28  André Hentschelmsvcrt: Implement _wfindnext64.
2011-02-28  André Hentschelmsvcrt: Implement _wfindfirst64.
2010-11-23  Eryk Wieliczkomsvcrt: Implement _wfindnext64i32.
2010-11-23  Eryk Wieliczkomsvcrt: Implement _wfindfirst64i32.
2010-11-03  Eric Pouechmsvcrt: Implemented (w)searchenv_s.
2010-11-02  Eryk Wieliczkomsvcrt: Implement _findfirst64i32 and _findnext64i32.
2010-09-02  Piotr Cabanmsvcrt: Fix _splitpath and _wsplitpath implementation.
2010-08-30  Piotr Cabanmsvcrt: Added _splitpath_s implementation.
2010-06-25  Andrew Nguyenmsvcrt: Implement _wmakepath_s.
2010-06-25  Andrew Nguyenmsvcrt: Implement _makepath_s.
2010-04-15  Marcus Meissnermsvcrt: Implement findfirst64 and findnext64.
2008-12-12  Alexandre Julliardmsvcrt: Use intptr_t or size_t instead of long where...
2008-10-07  Eric Pouechmsvcrt: Implemented splitpath_s.
2008-09-23  Rob Shearmanmsvcrt: Fix mutual exclusion over logical or is always...
2008-07-09  Jon Griffithsmsvcrt: Make tests for [w]makepath pass.
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.