German RC-File for sysdm and timedate and a few change in the Englich RC-File. Patch...
[reactos.git] / reactos / lib / rtl /
2004-09-25 Filip Navara- Fix RtlFindClearBits to correctly treat the hint.
2004-09-25 Filip Navara- Fix implementation of RtlFindSetBits to be able to...
2004-09-25 Filip Navara- Remove the incorrect ALIGN macro (missing "* (align...
2004-09-25 Eric Kohl- Use ROUND_UP macro instead of explicit calculation.
2004-09-25 Gé van Geldorp- Round up requested amount of memory instead of down
2004-09-25 Art Yerkescm/regfile.c, ldr/init.c, ldr/loader.c: OBJ_CASE_INSENS...
2004-09-25 Art YerkesChanged functions RtlClearAllBits and RtlSetAllBits...
2004-09-22 Thomas Bluemel1. fixed RtlValidSecurityDescriptor() that attempted...
2004-09-18 Magnus Olsenfix some compilings warings when you using some optimz...
2004-09-13 Thomas Bluemelimplemented RtlIpv4AddressToStringA/W and made ntdll...
2004-09-13 Thomas Bluemeladapted RtlInt64ToUnicodeString() from RtlIntegerToUnic...
2004-09-13 Thomas Bluemeladapted RtlIntegerToUnicode() from RtlIntegerToChar()
2004-08-28 Filip Navara- Use ULONG_PTR instead of ULONG for integer arithmetic...
2004-08-28 Filip Navara- RtlReAllocateHeap shouldn't allocate memory if ptr...
2004-08-12 Alex IonescuAdded two stubs.
2004-08-10 Eric KohlMove bitmap functions to the shared rtl library.
2004-08-07 Alex IonescuTagged certain functions that were exported both under...
2004-08-05 Alex IonescuFixed Names.
2004-08-05 Alex IonescuAdded RTL Stubs, Prototypes and Exports.
2004-07-15 Eric KohlImplement RtlAddAuditAccessAceEx().
2004-07-13 Eric KohlRtlImpersonateSelf(): Set impersonation level in call...
2004-07-12 Eric KohlReplace hardcoded values by new constants.
2004-07-10 Eric KohlFix RtlEqualSid().
2004-07-09 Filip Navara- Fixed dispatching of nested exceptions.
2004-07-07 Filip Navara- Fixed RtlUnwind to correctly remove SEH frames and...
2004-07-04 Filip Navara- Don't continue execution if there is no exception...
2004-07-03 Filip Navara- Fix errors during optimized build.
2004-07-01 KJK::HyperionMerging the KJKHyperion-RtlUnwind branch back into...
2004-06-25 KJK::HyperionCommitted in the hope CVS will shut the hell up and...
2004-06-24 KJK::HyperionMoved common SEH code to Rtl
2004-06-20 Gunnar Dalsnesforgot to change some memory allocator calls
2004-06-20 Gunnar Dalsnesforgot to change some memory allocators calls
2004-06-20 Gunnar Dalsnesmoved encode|image|splaytee into rtl
2004-06-17 Art YerkesThis makes RtlUnicodeStringToInteger work like the...
2004-05-31 Gunnar Dalsnescreate rtl for stuff common to ntdll/ntoskrnl