Partially implemented (handlers only)
[reactos.git] / reactos / lib / ntdll / def / ntdll.def
2000-04-25 Emanuele AlibertiPartially implemented (handlers only)
2000-04-15 Eric KohlAdded some rtl functions
2000-04-14 Eric KohlImplemented debugger functions
2000-04-06 Eric KohlAdded some more security functions
2000-04-05 Eric KohlAdded ace, acl and sid functions
2000-03-22 David WelchUpdated the minix driver
2000-03-18 Eric KohlAdded image functions
2000-03-12 Eric KohlAdded some security functions
2000-03-09 Eric KohlAdded time related functions
2000-03-09 Eric KohlImplemented bitmap functions
2000-03-03 Eric KohlAdded bitmaps
2000-02-27 Eric KohlImproved csrss (doesn't crash any more)
2000-02-21 Eric KohlChanged RtlCopyMemory() from function to macro
2000-02-18 Eric KohlFixed environment implementation
2000-02-05 Eric KohlAdded some string functions
2000-01-27 David WelchChanged the loader so ZwCreateProcess now maps ntdll...
2000-01-23 Phillip SusiFixed OutputDebugString() to use the new int 2D debug...
2000-01-10 Eric KohlAdded DbgPrint()
1999-12-30 Eric KohlAdded mbtowc(), mbstowcs(), wctomb() and wcstombs()
1999-12-30 Eric KohlAdded even more missing functions
1999-12-29 Eric KohlAdded some missing debug, math and ctype functions
1999-12-27 Eric KohlFixed some more STDCALL issues
1999-12-22 David WelchCorrected additional object manager issues pointed...
1999-12-18 Emanuele AlibertiRtlNtStatusToDosError and RtlNtStatusToPsxErrno declare...
1999-12-12 Eric KohlAdded abs() and labs()
1999-12-06 Eric Kohl- implemented process parameter block (PPB) code
1999-12-04 Emanuele AlibertiRtlNtStatusToPsxErrno stub added.
1999-12-01 Eric Kohl- added environment functions
1999-11-27 Eric Kohl- changed InitializeObjectAttributes() from a function...
1999-11-25 Eric KohlMore runtime functions
1999-11-20 Eric KohlMajor update to Rtl string functions.
1999-11-15 Eric KohlStarted NLS support and improved Rtl string functions.
1999-11-14 Boudewijn DekkerImplemented LdrFindResource_U and LdrAccessResource
1999-11-12 David Welch1) Corrected bugs in ERESOURCE code
1999-11-09 Eric KohlAdded some RtlLargeInteger functions.
1999-10-21 Eric KohlAdded missing exports.
1999-10-18 Boudewijn Dekkerimplemented some ldr functions
1999-10-12 Emanuele AlibertiLittle changes in the psxdll library.
1999-09-12 Emanuele AlibertiRtlReAllocHeap should be RtlReAllocateHeap
1999-09-04 Eric KohlImplemented RtlCreateUserProcess() and RtlCreateUserThr...
1999-08-29 Emanuele Alibertisome __stdcall fixes in ntoskrnl and ntdll
1999-07-29 Eric KohlAdded more crt functions and fixed some.
1999-07-22 Eric KohlChanges to compile advapi32.
1999-07-17 Emanuele Alibertifixes
1999-04-29 Eric KohlAdded aliases.
1999-04-16 Eric Kohlchanges to build cmd again
1999-04-15 Eric Kohlchanges to build cmd again
1999-04-14 David Welch*** empty log message ***
1999-03-26 David WelchMade process execution work again
1999-03-25 David WelchCleaned up code a bit
1999-03-24 David WelchChanged kernel32 to compile as a dll
1999-03-19 Rex JolliffMerged mingw32 branch into main trunk
1998-10-05 Rex JolliffInitial revision