Sync to Wine-0_9_4:
[reactos.git] / reactos / lib / rtl /
2005-12-21 Thomas Bluemelmake functions match their declarations
2005-12-21 James TaborFix compiling. Thanks to filip.
2005-12-20 Gé van GeldorpThe function epilog is responsible for removing the...
2005-12-18 Thomas Bluemelfixed error codes returned when memory allocations...
2005-12-17 Thomas Bluemelfixed the definition of RtlDosPathNameToNtPathName_U
2005-12-15 Thomas BluemelPatch by Brezenbak:
2005-12-11 Filip NavaraCheck for failed allocations. Spotted by Martin Bealby.
2005-12-11 Christoph von Wittichset eol-style:native
2005-12-10 Thomas Bluemelfixed calls to NtDuplicateObject
2005-12-08 Thomas Bluemelset eol-style to native
2005-12-08 Thomas Bluemel- fixed definition of RtlImageRvaToVa
2005-12-08 Hervé PoussineauUse correct format for arguments in debug messages
2005-12-06 Brandon TurnerActually provide __aulldiv code.
2005-12-06 Brandon TurnerRename uallshr_asm.s -> aullshr_asm.s.
2005-12-06 Brandon TurnerSeparated math and memory functions into their own...
2005-12-06 Alex Ionescu- Make iofuncs.h standalone.
2005-12-04 Alex Ionescu- Fix KeAttackProcess, KeStackAttachProcess, KeUnstackD...
2005-11-30 Gé van GeldorpAlex Buell <alex.buell@munted.org.uk>:
2005-11-30 Alex Ionescu- Implement remaining functions in rtl/i386/math_asm.S
2005-11-30 Alex Ionescu- Remove NTSYSAPI/NTSYSCALLAPI definitions from NDK...
2005-11-30 Hartmut Birr- Used the already detected cache line size for RtlPref...
2005-11-29 Thomas Bluemelfix comment in RtlPrefetchMemoryNonTemporal
2005-11-29 Alex Ionescu- Implement RtlPrefectMemoryNonTemporal. Patch by Patri...
2005-11-28 Thomas Bluemelfixed some prototypes
2005-11-28 Royce Mitchell IIIinline -> __inline
2005-11-28 Gé van GeldorpFix the fix to RtlFindMessage
2005-11-28 Alex Ionescu- Remove inlined gas assembly + c code mix in math...
2005-11-28 Alex Ionescu- Make the NDK compatible with the MSDDK again.
2005-11-27 Alex Ionescu- Remove KTSS_NOIOMP from NDK.
2005-11-27 Steven Edwardsmore crt, crtdll and msvcrt cleanup
2005-11-27 Alex Ionescu- Update selector names to official names and define...
2005-11-27 Alex Ionescu- Add DDK alignment macros and move/rename the ones...
2005-11-25 Thomas Bluemelfixed an error check
2005-11-25 Thomas Bluemeladd missing error check
2005-11-23 Alex IonescuFix msvc/gcc NDK problem
2005-11-22 Alex Ionescu- Fix inclusion of deleted file.
2005-11-22 Alex Ionescu- Define DECLSPEC_ADDRSAFE and FORCEINLINE for gcc...
2005-11-22 Alex Ionescu- Don't use STATIC
2005-11-22 Filip NavaraUse a standard header instead of redefining size_t.
2005-11-21 Filip NavaraBe consistent and change #if DBG to #ifdef DBG.
2005-11-20 Alex Ionescu- Update NDK with proper (when possible) RTL structure...
2005-11-19 Magnus Olsen"sync up sprintf.c with swprintf.c. They both do the...
2005-11-14 Christoph von Wittichfix RtlFindMessage
2005-11-09 Alex Ionescu- Fix bugs in RtlSplay
2005-11-09 Alex Ionescu- Implement most of RtlDelete.
2005-11-09 Alex Ionescu- Implement RtlRealPrecessdor and RtlRealSuccessor
2005-11-09 Alex Ionescu- Fix RtlSubtreePredecessor/Successor, someone had...
2005-11-09 Thomas Bluemelfixed data size calculation in RtlSelfRelativeToAbsoluteSD2
2005-11-08 Alex Ionescu- Finish implementing RtlSplayTree
2005-11-08 Alex Ionescu- Implement cases 2 & 4 of RtlSplayTree
2005-11-08 Alex Ionescu- Fix bug in case 2/4 denomination.
2005-11-08 Alex Ionescu- Implement Case 3 of RtlSplay
2005-11-08 Alex Ionescu- Implement Case 1 of RtlSplay
2005-11-08 Alex Ionescu- Implement RtlSplay skeleton cases.
2005-11-08 Alex Ionescu- Add implementation notes for RtlSplayTree
2005-11-08 Alex Ionescu- Fix hackplementation of ObLogSecurityDescriptor....
2005-11-08 Alex Ionescu- Don't loop indefintely in RtlFindUnicodePrefix if...
2005-11-08 Alex Ionescu- Fix function signature of CompareUnicodeStrings
2005-11-08 Alex Ionescu- Fix a bug spotted in RtlInsertUnicodePrefix's loop.
2005-11-08 Alex Ionescu- Finish implementing RtlFindUnicodePrefix. The Windows...
2005-11-07 Alex Ionescu- Start implementing RtlFindUnicodePrefix
2005-11-07 Alex Ionescu- Oops.. fix a bug in RtlRemoveUnicodePrefix: edit...
2005-11-07 Alex Ionescu- Finished implementing RtlInsertUnicodePrefix: handle...
2005-11-07 Alex Ionescu- Implement more of RtlInsertUnicodePrefix: handle...
2005-11-07 Alex Ionescu- Correct which entry was being modified.
2005-11-07 Alex Ionescu- Implement simple case of RtlInsertUnicodePrefix where...
2005-11-07 Alex Ionescu- Finish implementation of RtlRemoveUnicodePrefix
2005-11-07 Alex Ionescu- Implement PFX_NTC_ROOT/PFX_NTC_CHILD deletions in...
2005-11-07 Alex Ionescu- Implement PFX_NTC_CASE_MATCH deletions in RtlRemoveUn...
2005-11-07 Alex Ionescu- Implement RtlInitializeUnicodePrefix and RtlNextUnico...
2005-11-02 Thomas Bluemelimplemented yet one more - still useless - function...
2005-11-02 Thomas Bluemelreturn the required buffer size in RtlMakeSelfRelativeS...
2005-11-01 Alex Ionescu- RtlCreateUnicodeString fails if the Length is > 0xFFF...
2005-11-01 Alex Ionescu- Revert so call "Fixes" introduced in 18941 because...
2005-11-01 Thomas Bluemelvarious minor fixes
2005-11-01 Thomas Bluemelfixed a typo
2005-11-01 Thomas Bluemelproperly handle fragmented self-relative security descr...
2005-11-01 Thomas Bluemelimplemented RtlSelfRelativeToAbsoluteSD2 for 32 and...
2005-10-27 Christoph von Wittichrenamed .S files so msvc does not try to compile the...
2005-10-24 Hartmut Birr- Translate STATUS_DEVICE_NOT_CONNECTED to the correct...
2005-10-23 Thomas Bluemelimplement MakeAbsoluteSD2 by forwarding to RtlSelfRelat...
2005-10-22 Thomas Bluemel- re-add support for vectored exception handling which...
2005-10-19 Alex Ionescu- NDK fix: don't undef a million status codes, instead...
2005-10-08 Emanuele AlibertiMinor change.
2005-10-02 Emanuele AlibertiAdd stub for RtlSetProcessIsCritical.
2005-09-26 Alex Ionescu- Implement alldvrm and aulldvrm and export them from...
2005-09-26 Thomas Bluemelfixed uninitialized variable warning
2005-09-26 Alex IonescuForgot to svn add these two files.
2005-09-26 Alex Ionescu- More sharing between ntdll/ntoskrnl: shared Dbg code.
2005-09-25 Hartmut BirrLet the compiler search for usable register.
2005-09-24 Gunnar Dalsnes-include/ndk/rtltypes.h: add MAX_ATOM_LEN define
2005-09-23 Gé van GeldorpFix RtlQueryAtomInAtomTable and add regression tests
2005-09-23 Thomas Bluemel- fixed buffer size calculation in RtlLengthRequiredSid...
2005-09-23 Thomas Bluemelminor optimization of RtlCreateUnicodeString: as the...
2005-09-23 Thomas Bluemelfixed signedness warning
2005-09-23 Alex Ionescu- Fix a bunch of various bugs in the Rtl String routine...
2005-09-23 Alex IonescuFix exception handling/PSEH. Fixes bug 797.
2005-09-22 Thomas Bluemelsome Nt vs. Zw fixes; these functions shouldn't be...
2005-09-22 Thomas Bluemelsome Nt vs. Zw fixes; these functions shouldn't be...
2005-09-22 Thomas Bluemelsome Nt vs. Zw fixes
next