widl: Print large enum constants in hex.
[wine] / dlls / ntdll / rtlstr.c
2010-03-29  Mikhail Maroukhinentdll: Fix compiler warnings with flag -Wcast-qual.
2008-12-17  Maarten Lankhorstntdll: Make all exported wine functions CDECL.
2008-11-24  Francois GougetAssorted spelling fixes.
2008-10-24  Michael Stefaniucntdll: Don't cast void pointers to other pointer types.
2008-10-24  Andrew Talbotntdll: Sign-compare warnings fix.
2008-07-18  Zac Brownntdll: Remove byte reversed U+3000 (CJK space) from...
2008-07-01  Zac Brownntdll: Implement checking for control characters in...
2008-06-30  Alexandre Julliardntdll: Only recompose Unicode on Mac OS when using...
2008-02-15  Alexandre Julliardkernel32: On Mac OS, recompose the Unicode strings...
2007-10-17  Mikolaj Zalewskintdll: Avoid setting IS_TEXT_UNICODE_NUL_BYTES for...
2007-07-30  Alexandre Julliardntdll: Fixed the null bytes check in RtlIsTextUnicode.
2007-03-14  Alexandre Julliardlibwine: Pass flags to wine_utf8_wcstombs to allow...
2007-01-04  Rob Shearmanntdll: RtlInitUnicodeString on a string too long to...
2006-05-24  Alexandre Julliardlibwine_unicode: Renamed is_dbcs_leadbyte to wine_is_db...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-10  Hans Leidekkerntdll: The closing brace of a guid string is at index 37.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-07  Ivan Leo PuotiImplement RtlInitAnsiStringEx.
2005-11-02  Ivan Leo PuotiMinor fixes to rtl string functions.
2005-06-22  Mike McCormackDeclare RtlGUIDFromString and RtlStringFromGUID.
2005-06-21  Mike McCormackDon't include winbase.h or winerror.h when not necessary.
2005-06-17  Mike McCormackUse HANDLE instead of HKEY in the NT API.
2005-06-10  James HawkinsImplement RtlAnsiCharToUnicodeChar.
2005-05-31  Alexandre JulliardFixed RtlIsTextUnicode prototype, and made it properly...
2005-05-06  Francois GougetAssorted spelling fixes.
2005-03-30  Francois GougetAssorted spelling fixes.
2005-02-25  Jon GriffithsDocumentation spelling fixes.
2005-02-15  Uwe BonnesUse local buffer in RtlUpcaseUnicodeStringToCountedOemS...
2004-04-19  Alexandre JulliardFixed ntdll_wcstoumbs and WideCharToMultiByte to set...
2004-04-08  Rolf KalbermatterFix bad initialization of Unicode length parameters in
2004-03-23  Francois GougetAssorted spelling fixes.
2004-03-12  Alexandre JulliardGet rid of ntdll_get_process_heap and ntdll_get_process...
2004-03-09  Alexandre JulliardASCII string comparisons should not depend on the locale.
2004-02-27  Robert ShearmanUpdate documentation for Rtl functions.
2004-01-18  Eric PouechAdded support for Unix code page in NTDLL.
2003-12-12  Jon GriffithsAdded RtlNtStatusToDosErrorNoTeb, RtlGet/Set/RestoreLas...
2003-12-04  Alexandre JulliardWe no longer need a special case for codepages on startup,
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-20  Dmitry TimoshkovApply only specified tests.
2003-08-18  Jon GriffithsAdd some new types and functions.
2003-05-06  Thomas MertesImplement RtlDuplicateUnicodeString, RtlFindCharInUnico...
2003-04-16  Alexandre JulliardImplemented RtlIsNameLegalDOS8Dot3 (based on a patch...
2003-04-08  Thomas MertesImplemented RtlRandom, RtlAreAllAccessesGranted,
2003-03-22  Thomas Mertes- Implement RtlDowncaseUnicodeString, RtlUniform, iswdi...
2003-03-21  Alexandre JulliardAdded 'wine' prefix to libwine_unicode exports.
2003-03-15  Jon GriffithsAdd RtlDowncaseUnicodeChar(), RtlEqualComputerName(),
2003-03-14  Alexandre JulliardAvoid GetProcessHeap() inside ntdll.
2003-02-19  Thomas Mertes- Implement RtlCharToInteger, RtlExtendedMagicDivide...
2002-11-12  Robert ShearmanImplemented RtlUnicodeStringToInteger.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-13  Dmitry TimoshkovCosmetics.
2002-07-03  Gregg MattinsonVoid functions can't return a value, even if it is...
2002-04-02  Alexandre JulliardFixed length handling in RtlUnicodeStringToAnsi/OemString.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-05  Alexandre JulliardRemoved ntdll dependency on MultiByteToWideChar/WideCha...
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-09-04  Patrik StridvallFixed some issues found by winapi_check.
2000-08-25  Alexandre JulliardFixed Rtl* string functions for proper MBCS/codepage...
2000-07-29  Alexandre JulliardRemoved a few external dependencies from ntdll.
2000-06-23  Alexandre JulliardMoved shared crtdll/ntdll functions into ntdll.
2000-06-12  Alexandre JulliardReimplemented Unicode case mapping in a slightly more...
2000-06-08  Dmitry TimoshkovImplement NTDLL.towupper and NTDLL.towlower using alrea...
2000-01-27  Juergen SchmiedSmall fix.
2000-01-23  Juergen Schmied- implementation of RtlReg* (read access), RtlEvent...
1999-08-08  Alexandre JulliardReplaced a few calls to lstr* functions by their CRTDLL...
1999-05-23  Alexandre JulliardConverted to the new debug interface, using script...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-11  Juergen SchmiedImplemented NtTerminateProcess and NtDisplayString.
1999-03-12  Marcus MeissnerAdded #ifdef HAVE_WCTYPE_H.
1999-03-09  Juergen Schmied- sorted API by groups