patch by Skywing: made existing eventpair code more efficient and added support for...
[reactos.git] / reactos / lib / ntdll / def / ntdll.edf
2003-09-10 Vizzinipatch by Skywing: made existing eventpair code more...
2003-09-08 Thomas Bluemelchanges in this patch by Jonathon Wilson:
2003-09-03 Eric KohlExport missing FreeOemString().
2003-09-02 Eric KohlAdded some splay-tree functions.
2003-08-22 Emanuele AlibertiNTDLL: RtlNtStatusToPsxErrno moved to PSX subsystem...
2003-07-27 Eric KohlImplemented LdrQueryImageFileExecutionOptions().
2003-07-24 Royce Mitchell IIIRtlGetNtVersionNumbers (from WINE)
2003-07-06 KJK::Hyperion - apps/utils/tickcount/tickcount.c: corrected assertion
2003-06-11 Eric KohlAdded math support routines.
2003-06-09 Eric KohlImplemented LdrVerifyImageMatchesChecksum().
2003-06-07 Eric KohlAdded RtlRandom() and RtlUniform().
2003-05-31 Eric Kohl- Implemented RtlAdjustPrivileges().
2003-05-15 Eric KohlImplemented NLS section (not usable yet) and updated...
2003-04-29 KJK::Hyperion - new statically linked library ROSRTL, for code to...
2003-04-26 KJK::HyperionMy biggest commit so far (everything compiles and appar...
2003-04-02 KJK::HyperionRtlRunDecodeUnicodeString & RtlRunEncodeUnicodeString...
2003-03-31 KJK::Hyperion - implemented a couple of DbgUi* APIs introduced in...
2003-03-26 Eric KohlImplemented RtlIsTextUnicode().
2003-03-16 Casper Hornstrup2003-03-16 Casper S. Hornstrup <chorns@users.sourcefo...
2003-02-16 Hartmut Birr- Added iswspace.
2003-01-08 Robert DickensonMoved wine debug channel exports to new library.
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-18 KJK::HyperionRtlGetProcessHeap() is not a function in Microsoft...
2002-08-15 David WelchExport LdrFindResourceDirectory_U
2002-08-10 Eric KohlAdded compression stubs
2002-07-29 Eric KohlAdded RtlCopyLuidAndAttributesArray() and RtlCopySidAnd...
2002-07-25 Eric KohlImplemented RtlTimeToElapsedTimeFields().
2002-06-05 Eric KohlImplemented RtlGenerate8dot3Name() and RtlIsNameLegalDO...
2001-12-02 David WelchImplemented LPC sections
2001-11-21 Eric KohlImplemented RtlImpersonateSelf().
2001-11-03 Casper HornstrupNew target 'implib' to avoid cicular references.
2001-09-08 Eric KohlImplemented LdrFindEntryForAddress() and LdrQueryProces...
2001-06-19 Eric KohlImplemented some more registry functions.
2001-06-18 Eric KohlImplemented RtlOpenCurrentUser().
2001-06-17 Eric KohlImplemented some registry functions.
2001-06-17 Emanuele AlibertiNTDLL/csr: some more stubs; code split;
2001-06-17 Eric KohlSome csr additions
2001-05-30 Eric KohlImplemented RtlFindMessage().
2001-05-26 Eric KohlImplemented handle table and atom table
2001-05-24 Eric KohlImplemented resource (multiple-reader-single-writer...
2001-05-02 Eric KohlImplemented CsrNewThread()
2001-02-10 Eric KohlFixed typos
2001-01-21 Phillip SusiAdded InterlockedXXX functions, probobly should use...
2000-12-29 Eric KohlAdded / moved exception support functions
2000-12-23 David WelchAll task switching is done in software.
2000-10-11 David WelchCorrect implementation of user-mode APCs
2000-09-01 Eric KohlImproved internal dll handling
2000-08-28 Eric KohlAdded/fixed resource 'loader'.
2000-08-27 Eric KohlUser-mode loader improvements
2000-08-15 Eric KohlImproved shared user page
2000-08-11 Emanuele AlibertiFixed a pair of exported symbols' stack size.
2000-08-11 Eric KohlRenamed pseudo target 'floppy' to 'install'
2000-08-05 David WelchIntegrated fixes from prep0016
2000-07-06 David WelchAdded experimental paging out code (wouldn't activate...
2000-07-01 Emanuele AlibertiMinor changes.
2000-05-25 Eric KohlImplemented:
2000-05-13 Eric KohlImplemented RtlCustomCPxx functions
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-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-25 David WelchCorrected ntdll mapping bug
1999-11-20 Eric KohlMajor update to Rtl string functions.
1999-11-15 Eric KohlStarted NLS support and improved Rtl string functions.
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-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