- Define _CTYPE_DISABLE_MACROS for MSVC build.
[reactos.git] / reactos / lib / rtl /
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
2005-09-22 Gé van GeldorpReturn atom length when requested. Fixes bug 793.
2005-09-18 Alex IonescuFix user-mode stack trace regression caused by my excep...
2005-09-17 Gé van GeldorpAdd back support for older binutils versions
2005-09-16 Andrew MungerFix release build of ntdll by adding __NO_CTYPE_INLINES...
2005-09-15 Aleksey BraginFix the tree at last, by reverting previous changes...
2005-09-15 Aleksey BraginRevert 17867:17866 change, introduced to temporarily...
2005-09-15 Alex Ionescu- Fix build, sorry.
2005-09-15 Aleksey BraginFix compiling error, feel free to revert this when...
2005-09-15 Alex IonescuReturn valid status
2005-09-13 Alex IonescuSome work-in-progress improvements and rethought of...
2005-09-12 Alex IonescuFix RtlpGetStackLimits to get the right limits if calle...
2005-09-11 Alex IonescuMajor refactoring of the exception handling code +...
2005-09-08 Alex Ionescu- Move s(w)printf to rtl (cannot be shared in string...
2005-09-08 Alex Ionescu- Move more stuff to /rtl
2005-09-08 Alex Ionescu- Part one of major RTL cleanup. Merge duplicated code...
2005-09-07 Alex IonescuReturn correct size. This fixes bug 756
2005-09-06 Alex Ionescu- Fix size functions to return the correct results...
2005-09-06 Alex Ionescu- Use Rtl macros instead of manually handling the cases.
2005-09-06 Alex Ionescu- Use DDK macros to speed up size calculations on singl...
2005-09-06 Alex Ionescu- Handle RtlYyyStringToZzzStringSize->RtlxYyyStringtoZz...
next