- Fix Get[System/Window]Directory[AW] for Buffer == NULL case.
[reactos.git] / reactos / lib / kernel32 / file / curdir.c
2004-08-24 Filip Navara- Fix Get[System/Window]Directory[AW] for Buffer =...
2004-06-06 Hartmut Birr- Cancelled my last change.
2004-06-06 Hartmut Birr- Check if the temp path exist in GetTempPathW.
2004-01-23 Eric KohlMove kernekl32-internal declarations from global includ...
2004-01-23 Eric KohlCleanup: Replace WINBOOL by BOOL
2003-11-17 KJK::HyperionMoved and renamed some ReactOS specific macros
2003-07-28 Royce Mitchell IIIfixed parameter declaration for GetSystemWindowsDirectoryA
2003-07-24 Steven EdwardsAdded GetSystemWindowsDirectory[A/W] stub
2003-07-10 Casper Hornstrup2003-07-10 Casper S. Hornstrup <chorns@users.sourcefo...
2003-03-23 Hartmut Birr- Fixed the length parameter for calling RtlGetCurrentD...
2003-01-15 Casper Hornstrup2003-01-15 Casper S. Hornstrup <chorns@users.sourcefo...
2002-11-07 Robert DickensonManually applying Gunnars patch because it's easier...
2002-10-20 Robert DickensonPart of patch contributed by Gunnar Andr� Dalsnes.
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-20 KJK::HyperionNew macros InitializeUnicodeString(), RtlInitUnicodeStr...
2002-04-27 Hartmut BirrAdded a trailing '\' to the directory in GetTempPathW.
2002-03-17 Hartmut BirrFixed the copy length in GetSystemDirectory().
2000-08-15 Eric KohlImproved shared user page
2000-06-03 Emanuele AlibertiMinor changes.
2000-03-16 Eric KohlOops! Typos...
2000-03-16 David WelchOops.
2000-03-16 David WelchImplemented setting the fs register to point to the TEB
2000-03-14 Eric KohlFixed ANSI/OEM <--> Unicode conversions
2000-02-18 Eric KohlFixed environment implementation
2000-01-11 Eric KohlFixed process parameters
1999-09-29 Eric KohlFixed typo.
1999-09-12 Eric KohlFixed little bug ('cd d:' did't work, but 'cd D:').
1999-05-29 David WelchLots of changes to the kernel
1999-05-06 Eric KohlFixed more bugs in GetFullPathName() and SetCurrentDire...
1999-04-20 Eric Kohlcompatibility fixes
1999-04-10 David WelchPartially implemented PEB
1999-03-19 Rex JolliffMerged mingw32 branch into main trunk
1999-02-07 David WelchFixed bugs in lib/kernel32/file/curdir.c and
1999-02-05 Rex JolliffIncorporated changed from Boudewijn
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 David WelchFixed several bugs
1999-01-16 Rex JolliffBoudewjin's massive work on kernel32 and crtdll and...
1999-01-04 David WelchCreated bugs in wait and timer code
1998-12-19 David WelchCorrected some bugs in the system libraries
1998-12-04 Rex JolliffRolled in various changes from others
1998-10-05 Rex JolliffInitial revision