Added some modifications for asyncronous i/o requests (for vfatfs).
[reactos.git] / reactos / lib /
2001-11-02 Hartmut BirrFixed a bug in GetVolumeInformationA()
2001-11-01 Hartmut BirrInitialized statbuf->st_mode in _stat() and _fstati64().
2001-11-01 Hartmut BirrFixed some bugs in GetFileInformationByHandle().
2001-10-31 David WelchFix for advapi32 failing to load (it had imported symbo...
2001-10-21 Casper HornstrupOpen named pipe to SCM
2001-10-20 Eric KohlFixed WaitNamedPipe().
2001-10-12 Hartmut BirrFixed calling convention for ApcRoutine().
2001-10-11 Eric KohlMade qsort() thread-safe.
2001-10-04 Eric KohlFixed __doserrno type.
2001-10-03 Eric KohlImplemented _doserrno().
2001-10-01 Rex Jolliffsome changes to support load of LiteStep
2001-10-01 Rex Jollifffix to work around dlltool not supporting specified...
2001-09-24 Casper HornstrupFix for compile error
2001-09-24 Casper HornstrupInitial OS level SEH support.
2001-09-23 Casper HornstrupCompile using gcc 3.0
2001-09-16 Casper HornstrupEnumerate legacy devices
2001-09-09 Hartmut BirrChange the return value in CreateFileW() from FALSE...
2001-09-09 Hartmut BirrFixed a bug, that will add a '.' when the ext string...
2001-09-08 Eric KohlImplemented LdrFindEntryForAddress() and LdrQueryProces...
2001-09-03 Eric KohlImplemented RegSaveKey[A/W]().
2001-09-02 Emanuele AlibertiKERNEL32.GetPriorityClass fixed.
2001-09-02 Casper HornstrupPorted 32-bit OLE32 functions from WINE.
2001-09-02 Casper HornstrupPorted 32-bit OLE32 functions from WINE.
2001-09-01 Rex JolliffLiteStep needs GetUserName aliased
2001-09-01 Rex Jolliffadd current directory to default search path so program...
2001-09-01 Casper HornstrupImplemented many console & registry functions to get...
2001-08-31 Emanuele AlibertiNTDLL.CsrClientCallServer: more info on the interface.
2001-08-30 David WelchFixes for compilation on Linux
2001-08-21 Casper HornstrupMajor update of the build system:
2001-08-16 Eric KohlFixed compiler warnings.
2001-08-15 Emanuele AlibertiMinor fixes in KERNEL32.TerminateThread() and in
2001-08-14 Hartmut BirrChange the attribute from FILE_DIRECTORY_FILE to
2001-08-14 Emanuele AlibertiCSR.GetTitle implemented.
2001-08-07 Eric KohlChanged stack allocation.
2001-08-06 Hartmut BirrFixed a bug in FindCloseFile().
2001-08-06 Hartmut BirrFixed a bug in SetFilePointer(),
2001-08-04 Hartmut BirrFixed a bug in CopyFileExW().
2001-08-03 Emanuele AlibertiI implemented KERNEL32.RaiseException().
2001-08-03 Eric KohlRewrote stack allocation.
2001-08-02 Phillip SusiSome more simple etags make rules
2001-08-02 Phillip SusiAdded SetWindowOrgEx and SetViewportOrgEx
2001-08-02 Hartmut BirrFixed a minor bug in __getmainargs()/__GetMainArgs().
2001-08-02 Hartmut BirrFixed a minor bug in _filbuf().
2001-08-01 Hartmut BirrFixed a bug in FindFirstFileW() and FindNextFileW().
2001-07-29 Eric KohlFixed more %Z / %wZ bugs.
2001-07-29 Eric KohlFixed msvcrt startup bug.
2001-07-29 Hartmut BirrFixed a bug in _vsnprintf() with formats %wZ and %Z.
2001-07-27 Eric KohlDisabled a function-call that crashes all msvcrt-based...
2001-07-27 Eric KohlFixed a warning.
2001-07-25 Eric KohlAdded missing .cvsignore files.
2001-07-22 Emanuele AlibertiSkeleton for KERNEL32.GlobalMemoryStatus
2001-07-21 Emanuele AlibertiMinor fix.
2001-07-21 Emanuele AlibertiAdded version resource script.
2001-07-21 Emanuele AlibertiAdded version resource script.
2001-07-21 Emanuele AlibertiOps! Target of a forwarded exported symbol should be as
2001-07-21 Emanuele AlibertiAdded forwarded exports to KERNEL32.
2001-07-21 Emanuele AlibertiAdded version resource script.
2001-07-19 Eric KohlRestored _wmakepath(). Grrr. :-/
2001-07-19 Eric KohlFixed bug in SetFileTime().
2001-07-19 Eric KohlFixed bug in _makepath().
2001-07-18 Eric KohlAdded process and mbstring functions.
2001-07-18 Eric KohlAdded process functions.
2001-07-18 Eric KohlAdded mbstring functions.
2001-07-18 Eric KohlFixed a tiny bug.
2001-07-16 Rex JolliffAdded a stubbed oleaut32.dll and a little work on ole32.dll
2001-07-15 Rex Jolliffmove work on clean rule
2001-07-12 Eric KohlAdded more functions to msvcrt.
2001-07-06 Eric KohlAdded _wasctime() and _wctime().
2001-07-06 Eric KohlAdded missing _wmktemp().
2001-07-06 Eric KohlAdded more missing functions
2001-07-06 Rex Jolliffsome corrections to the stubs
2001-07-06 Rex JolliffAdded a stubbed shell32.dll
2001-07-06 Eric KohlAdded missing math and stdio functions
2001-07-06 Eric KohlAdded missing math functions
2001-07-06 Rex Jolliffadded object handling routines for user objects in...
2001-07-04 Casper HornstrupUpdated clean rules.
2001-07-04 Eric KohlAdded conio functions
2001-07-03 Eric KohlAdded missing io functions from crtdll and implemented...
2001-07-03 Eric KohlUntangled crtdll/msvcrt header mess.
2001-07-02 Eric KohlAdded some float and stdlib functions
2001-07-02 Phillip SusiFixed LdrShutdownProcess() to only detach static dlls...
2001-07-01 Eric KohlAdded some code to map more predefined keys (like HKCU).
2001-06-29 Eric KohlStarted moving common gdi32/w32k types into common...
2001-06-25 Eric KohlFixed a lot of warnings.
2001-06-25 Eric KohlFixed a lot of warnings.
2001-06-25 Eric KohlFixed a lot of warnings.
2001-06-22 Eric KohlMinor fixes.
2001-06-22 Eric KohlReplaced call to KeBugCheck().
2001-06-22 Phillip SusiImplemented support for console titles
2001-06-19 Eric KohlImplemented some more registry functions.
2001-06-18 Eric KohlImplemented RtlOpenCurrentUser().
2001-06-18 Phillip SusiPut LoadString code back that was removed by someone...
2001-06-18 Phillip SusiFixed CreateProcess() to use the command line parameter...
2001-06-17 Eric KohlImplemented some registry functions.
2001-06-17 Emanuele AlibertiFixed a typo.
2001-06-17 Eric KohlImplemented AllocateLocallyUniqueId().
2001-06-17 Emanuele AlibertiNTDLL/csr: some more stubs; code split;
2001-06-17 Eric KohlSome csr additions
2001-06-15 Casper HornstrupMore work on winsock stack (ping is now working)
2001-06-15 Eric KohlFixes for gcc-2.95.3-4
next