* Use objects rather than archive when linking ntoskrnl
[reactos.git] / reactos / ntoskrnl / rtl /
2005-01-15 Casper Hornstrup* Use objects rather than archive when linking ntoskrnl
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-01 Alex IonescuModified NtDelayExecution Prototype/Function to use...
2004-12-31 Casper HornstrupRemove .cvsignore files.
2004-10-30 Filip Navara- Make InitializeListHead, InsertHeadList, InsertTailLi...
2004-10-22 Filip Navara- Fix RtlIsRangeAvailable for boundary addresses and...
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-08-10 Eric KohlMove bitmap functions to the shared rtl library.
2004-08-10 Filip NavaraFix compiler warnings.
2004-08-07 Alex IonescuTagged certain functions that were exported both under...
2004-08-05 Filip Navara- Move code from NtCreateSection to MmCreateSection...
2004-08-05 Alex IonescuAdded RTL Stubs, Prototypes and Exports.
2004-07-01 KJK::HyperionMerging the KJKHyperion-RtlUnwind branch back into...
2004-06-27 Royce Mitchell IIIfix end-of-lines
2004-06-25 Thomas Bluemelre-added files that hyperion accidently deleted from...
2004-06-25 KJK::HyperionMoved common SEH routines to Rtl, removed very wrong...
2004-06-15 Hartmut Birr- Interpret the sign for qualifier 'l'.
2004-06-13 Filip Navara- Fixed prototypes of NtAddAtom, NtFindAtom, NtProtectV...
2004-06-10 Hartmut Birr- Exchanged source and target in WRITE_REGISTER_BUFFER_xxx.
2004-06-01 Gunnar Dalsnescreate rtl for stuff common to ntdll/ntoskrnl
2004-05-31 Gunnar Dalsnescreate rtl for stuff common to ntdll/ntoskrnl
2004-05-24 Eric KohlImplement kernel-mode range lists.
2004-05-15 Gé van GeldorpTest was backwards
2004-05-15 Gé van GeldorpASSERT() was a no-op in win32k, even for debug builds
2004-03-08 Filip Navara- Fixed DPRINT.
2004-03-08 Filip Navara- Implement RtlGetVersion.
2004-02-28 Filip Navara- Fixed RtlNtStatusToDosErrorNoTeb problems caused...
2004-02-27 Gé van GeldorpUse *NameLength before overwriting it
2004-02-27 Filip Navara- Fixed RtlNtStatusToDosErrorNoTeb.
2004-02-24 David Welch- Avoid a crashing when trying to process an exception...
2004-02-03 Eric KohlAdd byte swap functions.
2004-02-02 Hartmut Birr- Fixed the return value in RtlStringFromGUID.
2004-02-02 Eric KohlImplement RtlFindLeastSignificantBit(), RtlFindMostSign...
2004-01-24 Filip NavaraFix RtlStringFromGUID.
2004-01-23 Filip NavaraPatch by Matthew Brace <ismarc@austin.rr.com>
2004-01-10 Hartmut Birr- Check first for string length and second for the...
2003-12-30 Aleksey BraginContinue of MSVC-compiling changes....
2003-12-14 Hartmut Birr- Replaced ctype.h with internal\ctype.h.
2003-12-08 Hartmut Birr- Check for illegal characters for short file names...
2003-12-07 Filip NavaraWindow classes/Atom fixes
2003-10-28 Filip Navara- Added check for Atom == 0 in RtlQueryAtomInAtomTable.
2003-10-28 Filip Navara- Fixed bug #25.
2003-10-16 Eric KohlRemoved call to RtlpGetRegistryHandle().
2003-10-12 Hartmut Birr- Fixed the freeing of memory from boot load drivers.
2003-10-11 Hartmut Birr- Replace the first part of the short name with a check...
2003-10-11 Hartmut Birr- Fixed some type casts to get correct index values...
2003-09-04 Vizzinifixed RtlUnicodeStringToInteger
2003-09-02 Hartmut Birr- Don't put the digits strings on the stack.
2003-08-20 Royce Mitchell IIIpatch by vizzini - Fixed a typoed struct member, Fixed...
2003-08-10 Eric KohlDon't close the nls section object twice.
2003-08-10 Gé van GeldorpAdjust MmCopyFrom/ToCaller() declarations to fix warnin...
2003-07-29 Royce Mitchell IIIfixed all my bugs passing PUNICODE_STRING objects as...
2003-07-27 David Welch- Don't continue the exception if there are no seh...
2003-07-21 Royce Mitchell IIIcreated KEBUGCHECK, KEBUGCHECKEX, KEBUGCHECKWITHTS...
2003-07-11 Gé van GeldorpMove qsort() to rosrtl static library
2003-07-11 Royce Mitchell IIIfinished applying @implemented and @unimplemented comme...
2003-07-09 Hartmut Birr- Used memcpy instead of iteration code.
2003-06-17 Eric KohlInitialize pointers to lead byte info tables.
2003-06-14 Gé van GeldorpFix RtlpFreeHandle
2003-06-11 Eric KohlFixed math support routines.
2003-06-09 Hartmut Birr- Moved strspn and strcspn to the string library.
2003-06-07 Eric KohlAdded RtlRandom() and RtlUniform().
2003-06-07 Casper Hornstrup2003-06-07 Casper S. Hornstrup <chorns@users.sourcefo...
2003-06-01 Hartmut Birr- Removed some files which are replaced by the string...
2003-06-01 Eric KohlImplemented RtlExtendedMagicDivide(). Patch by Marc...
2003-05-28 Casper Hornstrup2003-05-28 Casper S. Hornstrup <chorns@users.sourcefo...
2003-05-27 Hartmut Birr*** empty log message ***
2003-05-27 Hartmut Birr- Removed wcscat, wcschr, wcscmp, wcscpy, wcslen, wcsnc...
2003-05-27 Hartmut Birr- Removed strcat, strchr, strcmp, strcpy, strlen, strnc...
2003-05-21 Eric KohlMinor update
2003-05-20 Eric KohlFinished kernel-mode part of NLS section implementation.
2003-05-19 Eric KohlImplemented NLS file import.
2003-05-16 Eric KohlUpdated NLS function signature.
2003-05-15 Eric KohlImplemented NLS section (not usable yet) and updated...
2003-04-05 guidoinitialize variable
2003-02-08 Eric KohlFixed a bug in RtlFindSetBits().
2003-01-19 Hartmut BirrAdded special handling for shift value 32.
2003-01-07 Robert DickensonAdded _alldiv,_allmul,_allrem,_allshl,_allshr,_aulldiv...
2003-01-02 Hartmut BirrFixed a buffer overflow in wcsncpy.
2002-12-08 Robert Dickensonminor format modifications to reduce diffs with duplica...
2002-11-14 Casper Hornstrup2002-11-13 Casper S. Hornstrup <chorns@users.sourcefo...
2002-11-11 Hartmut Birr* Changed the access to the bitmap from BYTE to ULONG...
2002-11-10 Casper Hornstrup2002-11-10 Casper S. Hornstrup <chorns@users.sourcefo...
2002-11-10 Robert Dickensonadded #ifdef around headers to support private test...
2002-11-05 Hartmut Birr* Fixed a wrong pointer initialization in RtlClearBits.
2002-10-26 David Welchdos2unix'd some more files.
2002-10-26 Casper Hornstrup2002-10-26 Casper S. Hornstrup <chorns@users.sourcefo...
2002-10-26 Casper Hornstrup*** empty log message ***
2002-10-26 Casper Hornstrup2002-10-26 Casper S. Hornstrup <chorns@users.sourcefo...
2002-10-20 Robert DickensonPart of patch contributed by Gunnar Andr� Dalsnes.
2002-09-30 Casper Hornstrup2002-09-30 Casper S. Hornstrup <chorns@users.sourcefo...
2002-09-30 Hartmut BirrFixed the value for EPOCHWEEKDAY.
2002-09-27 Hartmut BirrFixed the calculation of leap days in RtlTimeToTimeFields.
2002-09-15 guidoSwitch i287 fpu, if present, into protected mode (ignor...
2002-09-13 Hartmut BirrImprove converting speed in RtlTimeFieldsToTime/RtlTime...
2002-09-13 Hartmut BirrReduced some overhead for strings.
2002-09-12 guidoPrevent buffer overflows in vsn(w)printf
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-28 Hartmut Birr*** empty log message ***
next