move tcpsvcs from the /apps directory to the /services directory
[reactos.git] / reactos / lib / rtl /
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...
2005-09-06 Alex IonescuA couple more fixes to prepare for the final patch
2005-09-06 Alex Ionescu- Some more MSDDK/IFS compatibility fixes.
2005-09-05 Alex Ionescu- More NDK + MSDDK/IFS Compatibility fixes
2005-09-05 Alex Ionescu- More NDK/MSDDK compatibility fixes.
2005-09-01 Gunnar Dalsnesfixed RtlCompareUnicodeString and RtlCompareString...
2005-08-17 Alex IonescuAdd back MessageData to PQUEUED_MESSAGE. It was acciden...
2005-08-16 Alex IonescuRemove all non-official LPC structures/defines/hardcode...
2005-08-10 Hartmut BirrFixed the base detection in RtlUnicodeStringToInteger...
2005-08-10 Gunnar Dalsnesfix horribly broken ftol. this fixes abiword 2.0.3
2005-08-10 Hartmut BirrFixed the base detection in RtlUnicodeStringToInteger.
2005-08-09 Alex IonescuFix exception handling by not reseting PreviousMode...
2005-08-03 Filip NavaraFix name length handing in RtlQueryAtomInAtomTable.
2005-08-03 Filip Navara- Implement !DeletePinned case in RtlEmptyAtomTable.
2005-08-02 Filip NavaraRemove duplicate definitions.
2005-08-01 Filip NavaraFix prototype of RtlCreateHeap and respect the CommitRo...
2005-08-01 Filip NavaraFix paramater validation and pointer manipulation in...
2005-08-01 Filip NavaraFix locking in RtlPinAtomInAtomTable.
2005-07-31 Martin Fuchsset svn:eol-style to native
2005-07-31 Filip NavaraImplement the magic flag in RtlImageDirectoryEntryToDat...
2005-07-30 Filip NavaraRemove code that I accidently commited in revision...
2005-07-30 Filip NavaraIgnore the "magic flag" in RtlImageDirectoryEntryToData.
2005-07-29 Filip NavaraFix the file to be actually compilable (with GAS 2...
2005-07-27 Alex Ionescu - Combine some assembly files together and move them...
2005-07-26 Alex Ionescu- Various Microsoft DDK/PSDK compatibility fixes and...
2005-07-26 Filip Navara#include "rtl.h" -> #include <rtl.h>
2005-07-26 Filip Navara#include "rtl.h" -> #include <rtl.h>
2005-07-26 Alex Ionescu- Remove ROSRTL. The era is over. Thanks to Filip for...
2005-07-24 Martin Fuchsset eol-style for most xml files
2005-07-21 Hartmut BirrInitialized all stack related values.
2005-07-20 Thomas Bluemel- Removed the Rtlp* string functions from the shared...
2005-07-12 Alex IonescuSecond part of patch, implements the new RTL functions...
2005-07-12 Alex IonescuPartial patch of larger rosrtl removal patch. This...
2005-07-05 Thomas Bluemelfixed some signed/unsigned comparison warnings with...
2005-07-05 Thomas Bluemelfix code that depends on GCC's void* pointer arithmetic...
2005-07-04 Thomas Bluemelsome %x -> %p fixes
2005-07-01 Alex IonescuKill off more of rosrtl
2005-06-30 Thomas Bluemel- Get rid of GCC specific typecasts to PVOID for pointe...
2005-06-28 Gé van GeldorpStart off atoms in life with a ReferenceCount of 1
2005-06-24 Thomas Bluemel- Moved ntdll's atom table implementation to rtl, rewro...
2005-06-22 Thomas Bluemelimplemented RtlHashUnicodeString and export it in ntdll
2005-06-19 Alex IonescuBuild RTL with NDK
2005-06-19 Alex IonescuAdd free to libsupp
2005-06-19 Alex IonescuAdd include to rosrtl where needed
2005-06-19 Alex IonescuAdd libsupp.h for rtl's Kernel Allocation functions
2005-06-19 Alex IonescuFix rtl/rossym
2005-06-17 Alex IonescuEnable PCH for rtl
2005-06-17 Filip NavaraUse W32API.
2005-05-28 Casper HornstrupMerge 12735:15568 from xmlbuildsystem branch
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-25 Alex IonescuNonpaged Pool Liberation Day: Allow PagedPool to be...
2005-05-16 Casper HornstrupMerge 15268:15329 from trunk
2005-05-15 Casper HornstrupGenerate proxy makefiles
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-12 Casper HornstrupMerge 12736:14980 from trunk
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-08 Alex Ionescuforgot this guy
2005-05-08 Alex IonescuMake rtl use a single header. Helps for PCH and will...
2005-05-07 Magnus OlsenFireball patch for fixing RtlUnicodeStringToInteger...
2005-05-06 Thomas Bluemelcreate a token handle with TOKEN_QUERY access rights...
2005-05-05 Hervé PoussineauSVN maintenance: Set eol style to native and add keywords
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
next