- NDK fix: don't undef a million status codes, instead, have apps define WIN32_NO_STATUS.
[reactos.git] / reactos / lib / rtl / unicode.c
2005-10-19 Alex Ionescu- NDK fix: don't undef a million status codes, instead...
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-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-05 Alex Ionescu- More NDK + MSDDK/IFS Compatibility fixes
2005-09-01 Gunnar Dalsnesfixed RtlCompareUnicodeString and RtlCompareString...
2005-08-10 Hartmut BirrFixed the base detection in RtlUnicodeStringToInteger...
2005-08-10 Hartmut BirrFixed the base detection in RtlUnicodeStringToInteger.
2005-07-26 Filip Navara#include "rtl.h" -> #include <rtl.h>
2005-07-20 Thomas Bluemel- Removed the Rtlp* string functions from the shared...
2005-07-05 Thomas Bluemelfixed some signed/unsigned comparison warnings with...
2005-07-04 Thomas Bluemelsome %x -> %p fixes
2005-07-01 Alex IonescuKill off more of rosrtl
2005-06-22 Thomas Bluemelimplemented RtlHashUnicodeString and export it in ntdll
2005-06-19 Alex IonescuBuild RTL with NDK
2005-06-17 Filip NavaraUse W32API.
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-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-09 Steven Edwardsstrip whitespace from end of lines
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-05 Hervé PoussineauExFreePool -> ExFreePoolWithTag changes
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-04-01 Gunnar Dalsnesmmfuncs.h: add MmGetSystemAddressForMdlSafe/MmMapLocked...
2005-03-29 Thomas Bluemelimplemented RtlValidateUnicodeString, thanks to "mephis...
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-01-13 Hartmut BirrDon't add a terminating null character in RtlCopyString...
2004-12-31 Alex IonescuFix some Rtl Prototype inconsistencies, more are in...
2004-12-05 Filip Navara- Fix RtlInitUnicodeStringEx for NULL case (spotted...
2004-12-05 Filip Navara- Implement RtlInitUnicodeStringEx.
2004-09-13 Thomas Bluemeladapted RtlInt64ToUnicodeString() from RtlIntegerToUnic...
2004-09-13 Thomas Bluemeladapted RtlIntegerToUnicode() from RtlIntegerToChar()
2004-08-12 Alex IonescuAdded two stubs.
2004-08-07 Alex IonescuTagged certain functions that were exported both under...
2004-08-05 Alex IonescuAdded RTL Stubs, Prototypes and Exports.
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-03 Filip Navara- Fix errors during optimized build.
2004-06-20 Gunnar Dalsnesforgot to change some memory allocator calls
2004-06-17 Art YerkesThis makes RtlUnicodeStringToInteger work like the...
2004-05-31 Gunnar Dalsnescreate rtl for stuff common to ntdll/ntoskrnl