- Fix error spotted by winetest: some status codes need to be normalized in CreateNam...
[reactos.git] / reactos / lib / kernel32 / file / dir.c
2005-09-29 Thomas BluemelSome fixes to CreateDirectoryEx:
2005-06-30 Thomas Bluemelimplemented NeedCurrentDirectoryForExePathA/W
2005-06-20 Alex IonescuBuild kernel32 with NDK
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-20 Thomas Bluemeladded support for template directories (copy ntfs exten...
2005-03-20 Filip NavaraFix a cut & paste error.
2005-03-20 Filip NavaraAllow the lpTemplateDirectory parameter to be NULL...
2005-03-19 Thomas Bluemel- correctly deny access to handles when rights requeste...
2005-03-15 Gunnar Dalsnesfixed GetTempFileNameA/W by ripping from wine
2005-03-05 Casper HornstrupCopy msiexec from trunk
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-12 Thomas Bluemeladded stubs for NeedCurrentDirectoryForExePathA/W()
2005-02-12 Casper HornstrupBranch setupapi
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-12-09 Thomas Bluemelimplemented SetDllDirectory() and GetDllDirectory(...
2004-10-07 Gé van GeldorpRemove forgotten breakpoint
2004-10-07 Gé van GeldorpFix GetFullPathNameA/W() return value
2004-08-18 Filip NavaraFix declaration of FILE_DISPOSITION_INFORMATION.
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-01 Gé van GeldorpHandle file names like ./somename in SearchPath()
2004-06-28 Filip Navara- Copied implementation of GetShortPathName[AW] from...
2004-06-02 Gé van GeldorpPatch by Pablo Borobia <pablog7@argentina.com>
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-01-23 Eric KohlMove kernekl32-internal declarations from global includ...
2004-01-23 Eric KohlCleanup: Replace WINBOOL by BOOL
2004-01-21 Eric KohlSilenced a debug message.
2003-12-28 Gé van GeldorpProperly convert between ascii and unicode in SearchPathA
2003-12-09 Gé van GeldorpHandle NULL FilePart
2003-10-19 Filip Navara- Fixed GetFullPathNameA and debug message in GetFullPa...
2003-10-19 Filip Navara- Reverted to previous version of RtlGetFullPathName_U
2003-07-10 Casper Hornstrup2003-07-10 Casper S. Hornstrup <chorns@users.sourcefo...
2003-05-06 Gé van GeldorpFixes to GetFullPathNameA and RtlGetFullPathName_U...
2003-03-09 Hartmut Birr- Fixed the return value in SearchPathW.
2003-02-16 Hartmut Birr- Set the last error if SearchPathW fails.
2003-01-15 Casper Hornstrup2003-01-15 Casper S. Hornstrup <chorns@users.sourcefo...
2002-11-12 Marty DillCreateDirectoryExW: Fail gracefully if directory name...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-03-25 Hartmut BirrRewrote SearchPathW().
2001-02-10 Eric KohlPreparations for use of forwarded exports
2000-06-29 David WelchMade header file usage more consistent
2000-06-03 Emanuele AlibertiMinor changes.
2000-03-15 Eric KohlFixed ANSI/OEM <--> Unicode conversions
2000-02-18 Eric KohlFixed environment implementation
2000-01-20 Eric KohlReplaced calls to aprintf() or dprintf() by DPRINT()
2000-01-11 Eric KohlFixed process parameters
1999-10-07 Eric KohlFixed header inclusion order.
1999-09-12 Eric KohlFixed some minor issues (NULL --> FALSE).
1999-06-27 Eric KohlFixed RemoveDirectoryW().
1999-05-29 David WelchLots of changes to the kernel
1999-05-19 Eric KohlFixed CreateDirectoryExW.
1999-05-07 Eric KohlSome more fixes.
1999-05-06 Eric KohlFixed more bugs in GetFullPathName() and SetCurrentDire...
1999-05-05 Eric KohlFixed typos and compiler warnings.
1999-04-29 Eric KohlAdded missing features in GetFullPathName[A/W]().
1999-04-28 Eric KohlAdded missing features in GetFullPathName[A/W]().
1999-04-21 Eric Kohlfixed GetFileAttributes()
1999-04-20 Eric Kohlcompatibility fixes
1999-03-19 Rex JolliffMerged mingw32 branch into main trunk
1999-02-15 jeancorrect bug in CreateDirectory
1999-02-11 jeancorrect bug on CreateDirectory : crash if no template
1999-02-01 David WelchExtensive changes to the objmgr
1999-01-20 David WelchFixed some bugs
1999-01-17 David WelchBug fixes
1999-01-16 Rex JolliffBoudewjin's massive work on kernel32 and crtdll and...
1999-01-13 jeanchanges to make create directory functions active.
1998-12-04 Rex JolliffRolled in various changes from others