Make WinCVS look a little cleaner.
[reactos.git] / reactos / ntoskrnl / rtl /
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 ***
2002-08-28 Hartmut BirrAdded memcpy/memset with inline assembler implementatio...
2002-08-25 Robert DickensonAdded a whole lot of CVS sugar so I can use WinCVS...
2002-08-20 KJK::HyperionNew macros InitializeUnicodeString(), RtlInitUnicodeStr...
2002-08-17 Hartmut BirrSet the extension length to 0 if there is no extension...
2002-08-10 David Welch2002-08-10 David Welch <welch@computer2.darkstar...
2002-07-25 Eric KohlAdded compression functions (not usabel yet).
2002-07-18 Eugene IngermanExport MmCopyFrom/ToCaller from ntoskrnl. Added MulDiv.
2002-07-18 Eric KohlAdded _purecall().
2002-07-13 Casper Hornstrup2002-07-13 Casper S. Hornstrup <chorns@users.sourcefo...
2002-06-16 Casper HornstrupRevert last change
2002-06-16 Casper HornstrupAvoid importing _pctype when using mingw-runtime 2.0.
2002-06-06 Eric KohlFixed another silly bug.
2002-06-06 Eric KohlFixed a typo in RtlGenerate8dot3Name().
2002-06-05 Eric KohlImplemented RtlGenerate8dot3Name() and RtlIsNameLegalDO...
2002-05-14 David WelchReverted the MPW changes (keep these in a seperate...
2002-05-13 Casper HornstrupUse ULONG_PTR instead of ULONG when doing pointer arith...
2002-05-05 Casper HornstrupFixed warnings and errors so ReactOS can be compiled...
2002-04-01 Hartmut BirrFixed a wrong length check in RtlAnsiStringToUnicodeStr...
2002-02-26 Phillip SusiFixed _vsnprintf() to actually use the buffer size...
2002-02-18 Hartmut BirrFixed some overruns with a not zero terminated string...
2002-02-09 Eric KohlFixed wrong string length calculation in RtlAppendUnico...
2002-01-10 Eric KohlFixed type casts.
2001-11-02 Eric KohlImplemented basic ANSI/OEM <--> Unicode translation...
2001-10-10 Eric KohlAdded _abnormal_termination() stub.
2001-09-24 Casper HornstrupInitial OS level SEH support.
2001-09-06 David WelchFixed problem with __NTOSKRNL__ not being defined by...
2001-09-02 Casper HornstrupFixed compilation error.
2001-09-02 David WelchAdded generic capture functions.
2001-08-03 Eric KohlRewrote stack allocation.
2001-07-12 Eric KohlMoved interlocked and locale functions.
2001-07-06 Eric KohlEnabled FASTCALL calling convention
2001-06-29 Eric KohlPrepared loading of .nls files
2001-06-20 Eric KohlSome more fixes for 'fastcall' support.
2001-06-20 Eric KohlFirst fixes to support fastcall:
2001-06-12 Casper HornstrupWindow stations and desktops
2001-06-04 Casper HornstrupRaw IP and ICMP fixes
2001-06-01 Eric KohlImplemented RtlFindMessage() and Rtl[Query/Set]TimeZone...
2001-05-30 Eric KohlFixed potential crash when empty ANSI_STRING or UNICODE...
2001-05-27 Eric KohlImplemented atoms in ntoskrnl and fixed a few bugs
2001-04-16 David WelchSMP detection work
2001-03-16 David Welch* ntoskrnl/include/internal/safe.h: Corrected typo.
2001-03-16 David Welch* ntoskrnl/include/internal/mm.h: Removed MmSafeCopyToU...
2001-03-13 David WelchRepresent page-in operations by descriptors
2001-03-07 David WelchMore .cvsignore files
2001-02-25 Casper HornstrupFix for RtlUnicodeStringToInteger
2001-02-19 David WelchCorrected va_arg bugs
2001-02-10 David WelchSection and general memory manager enhancements includi...
2000-12-02 Eric KohlFixed compiler warnings
2000-10-22 Eric KohlRemoved obsolete linux header files
2000-10-07 David WelchAdded multiboot support to ntoskrnl
2000-07-04 Eric KohlFixed RtlNtStatusToDosError()
2000-07-02 Eric KohlFinal macro fixes
2000-07-02 Eric KohlFixed more macros
2000-06-29 David WelchMade header file usage more consistent
2000-06-18 Eric KohlChanged list functions to macros (or static inline...
2000-06-07 Eric KohlUpdate after server failure.
2000-05-13 Eric KohlImplemented RtlCustomCPxx functions
2000-05-09 Eric KohlFixed some more ntoskrnl exports
2000-04-15 Eric KohlAdded some rtl functions
2000-03-18 Emanuele Alibertiqsort in NTOSKRNL and some STDCALL declarations.
2000-03-08 Eric KohlAdded more bitmap functions
2000-03-03 Eric KohlAdded bitmaps
2000-02-27 Eric KohlFixed bugs in '%wZ' string output
2000-02-21 Eric KohlChanged RtlCopyMemory() from function to macro
2000-02-19 Eric KohlFixed buggy RtlCompareString() and RtlCompareUnicodeStr...
2000-02-19 Eric KohlFixed a bug - memmove() couldn't handle overlapping...
2000-02-05 Eric KohlFixed _wcsnicmp()
2000-01-14 Eric KohlAdded missing features and functions
2000-01-12 Eric KohlAdded missing printf() functions
2000-01-11 Eric KohlFixed ctype and Rtl functions
1999-12-30 Eric KohlAdded mbtowc(), mbstowcs(), wctomb() and wcstombs()
1999-12-30 David WelchAdded some additional csrss work
1999-12-29 Eric KohlFixed implementation of register io functions
1999-12-27 Eric KohlFixed some more STDCALL issues
1999-12-18 Phillip Susimerged better assert code back into main trunk
1999-12-11 David WelchPut in updated version of bitops header
1999-12-10 Eric KohlFixed command line code.
1999-12-10 David WelchModified LPC implementation to be closer to nt.
1999-12-01 Eric Kohlminor improvements
1999-11-27 Eric Kohladded atoi() and atol()
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-09 Eric KohlAdded some RtlLargeInteger functions.
1999-11-09 Eric KohlFixed memory functions.
1999-11-02 David WelchImproved scheduling code
1999-10-31 Emanuele AlibertiRtlFillMemory, RtlMoveMemory, RtlZeroMemory needed...
1999-10-24 Eric KohlAdded some time related functions.
1999-10-07 Eric KohlFixed header inclusion order.
next