Sync to Wine-20050830:
[reactos.git] / reactos / lib / rtl /
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
2005-05-05 Hervé PoussineauExFreePool -> ExFreePoolWithTag changes
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-23 Alex IonescuShare compiler-generated asm exports between ntdll...
2005-04-20 Eric KohlMove RtlAreAllAccessesGranted, RtlAreAnyAccessesGranted...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-04-05 Steven Edwardsremove the use of windows.h in some places where it...
2005-04-05 Steven Edwardsmore w32api conversion. Send errors.h to the Trash Can
2005-04-02 Gunnar Dalsnes-move rtl thread/process stuff from ntdll to rtl and...
2005-04-01 Gunnar Dalsnes-move ppb from ntdll to rtl
2005-04-01 Gunnar Dalsnesmmfuncs.h: add MmGetSystemAddressForMdlSafe/MmMapLocked...
2005-03-29 Thomas Bluemel- ported RtlVerifyVersionInfo from wine
2005-03-29 Thomas Bluemelmove chkstk.s from ntdll to rtl because _alloca_probe...
2005-03-29 Thomas Bluemelimplemented RtlValidateUnicodeString, thanks to "mephis...
2005-03-17 Aleksey BraginOne more assert added, but unfortunately it isn't trigg...
2005-03-16 Aleksey BraginIvan Semenoff <ivans77@mail.ru>
2005-03-12 Thomas BluemelThomas Weidenmueller <w3seek@reactos.com>
2005-03-05 Casper HornstrupCopy msiexec from trunk
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-23 Thomas Bluemeladded more irql checks
2005-02-22 Thomas Bluemel1. added irql checks to various rtl and security functions
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-14 Eric Kohl- Implement RtlSetAttributesSecurityDescriptor, RtlInit...
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-12 Casper HornstrupBranch setupapi
2005-02-12 Eric Kohl- Implement RtlGetLastNtStatus, RtlGetLastWin32Error...
2005-02-12 Thomas BluemelThe structure layout of self-relative security descript...
2005-02-11 Eric KohlImplement RtlGetSecurityDescriptorRMControl, RtlSetSecu...
2005-02-11 Eric Kohl- Implement RtlSetControlSecurityDescriptor
2005-01-25 Alex IonescuRemove debug output from user mode exceptions. Reported...
2005-01-25 Alex IonescuFix bugs on optimized build, fix RtlpDispatchException...
2005-01-23 Thomas Bluemelget rid of the reactos-only RTL_REGISTRY_ENUM flag...
2005-01-21 Alex IonescuFirst patch to fix seriously broken ROS (thank Thomas...
2005-01-20 Gunnar Dalsnesforgot a letter...
2005-01-20 Gunnar Dalsnesadd readme with rtl restrictions info
2005-01-19 Alex IonescuFix hacks from last night and properly share the code
next