Fixed ntdll_wcstoumbs and WideCharToMultiByte to set the 'used' flag
[wine] / dlls / ntdll / rtlstr.c
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