Daniel Zimmermann <netzimme@aim.com>
[reactos.git] / reactos / lib / rtl / unicode.c
2010-01-05 Aleksey BraginDaniel Zimmermann <netzimme@aim.com>
2009-10-18 Timo KreuzerMerge trunk (r43561)
2009-10-14 Timo KreuzerMerge amd64 NDK from amd64 branch:
2009-10-13 Dmitry Gorbachev- See if it is a multibyte code page.
2009-10-13 Aleksey Bragin[rtl]
2009-10-12 Timo KreuzerSync to trunk HEAD (r43416)
2009-10-10 Aleksey Bragin- Implement RtlpDidUnicodeToOemWork to check for unmapp...
2009-09-27 Stefan Ginsberg- Use MAXUINT, MAXULONG, MAXDWORD, MAXULONGLONG and...
2009-09-26 Timo KreuzerMerge HAL changes 34743, 34812, 34839, 34917, 35515...
2009-09-19 Timo KreuzerMerge from amd64 branch:
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-03-18 Timo KreuzerSync to trunk head (r40091)
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-02-16 Dmitry Chapyshev- Fix build
2009-02-16 Dmitry Chapyshev- Reimplement RtlLargeIntegerToChar (based on Wine...
2009-02-03 Timo KreuzerSync to trunk r39350.
2009-01-17 Aleksey Bragin- RtlOemStringToCountedUnicodeString improvements:
2009-01-17 Aleksey Bragin- RtlUnicodeStringToCountedOemString improvements:
2008-12-15 Samuel SerapionSync to trunk head(r38096)
2008-12-13 Gregor SchneiderUpdate RtlIsTextUnicode, ntdll rtlstr winetest failure...
2008-12-05 Timo Kreuzersync to trunk head (37853) (except rbuild changes)
2008-12-01 Stefan Ginsberg- Get rid of DDK's dependency on windef.h and winnt.h
2008-11-30 KJK::Hyperionmodified include/reactos/probe.h
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-27 Timo Kreuzersync trunk head (37032)
2008-10-25 KJK::HyperionVisual C++ backend for rbuild (for now just a hacked...
2008-10-25 KJK::HyperionThe real, definitive, Visual C++ support branch. Accept...
2008-10-25 Dmitry Chapyshev- Implement RtlFindCharInUnicodeString
2008-10-20 Timo Kreuzersync to trunk revision 36500
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-09-12 Stefan Ginsberg- Uncomment NTDLL exports which we implement, and add...
2008-08-14 Timo KreuzerSync to trunk head (35333)
2008-08-01 Aleksey BraginGregor Schneider <grschneider@gmail.com>
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-06-06 Aleksey Bragin- Update RtlIsTextUnicode (fixes some ntdll rtlstr...
2008-06-02 Aleksey BraginStefan Ginsberg <stefan__100__@hotmail.com>
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-08-24 Andrew MungerFree memory with the proper tag.
2007-07-14 Thomas BluemelPatch by David Lenon <DavidL@126.com>:
2007-07-05 Christoph von Wittichdon't zero an OEM_STRING with sizeof(UNICODE_STRING)
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2007-01-20 Aleksey BraginMerge 25454, 25455, 25457, 25458.
2007-01-14 Johannes Anderwald- the parameter flags is of type unsigned. Therefore...
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-09-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
2006-06-27 Alex Ionescu- Fix all the failures in the RTLSTR Wine test by mergi...
2006-05-10 Alex Ionescu- NDK 0.98, now with versionned headers. Too many chang...
2006-04-10 Magnus OlsenRtlIntegerToUnicodeString
2006-03-17 Aleksey Bragin- One more change to fix compile
2006-03-04 Ged Murphy- Make ROS buildable with GCC 4.1
2005-12-30 Thomas Bluemelfixed returned status code in RtlAnsiStringToUnicodeStr...
2005-11-22 Alex Ionescu- Don't use STATIC
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-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
next