ntdll: Avoid setting IS_TEXT_UNICODE_NUL_BYTES for the last byte of an ANSI string.
[wine] / dlls / ntdll / tests / rtlstr.c
2007-10-17  Mikolaj Zalewskintdll: Avoid setting IS_TEXT_UNICODE_NUL_BYTES for...
2007-10-17  Mikolaj Zalewskintdll: Add some tests for RtlIsTextUnicode.
2007-02-13  Marcus Meissnerntdll/tests: Fixed WCHAR overflow.
2007-01-04  Rob Shearmanntdll: Fix some test failures of RtlGUIDFromString...
2007-01-04  Rob Shearmanntdll: RtlInitUnicodeString on a string too long to...
2006-10-14  Michael Stefaniucntdll/tests: Win64 printf format warning fixes.
2006-06-13  Alexandre Julliardntdll/tests: Don't use sizeof in ok() to avoid printf...
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-06-13  Mike McCormackFix warnings in tests, remove pointless comments.
2005-04-19  Francois GougetAssorted spelling fixes.
2004-08-14  Francois GougetAvoid annoying 'macro redefinition' warnings by defining
2004-05-05  Francois GougetWe should not make deststring static since we count...
2004-04-20  Francois GougetMake Unicode strings static const.
2004-02-07  Francois GougetAdd trailing '\n's to ok() calls.
2003-12-12  Jon GriffithsAdded RtlNtStatusToDosErrorNoTeb, RtlGet/Set/RestoreLas...
2003-10-06  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-04  Michael GünnewigFixed warnings with gcc option "-Wwrite-strings".
2003-09-25  Jon GriffithsVarious test fixes for XP/msvc.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-19  Jon GriffithsFix -W warnings.
2003-05-06  Thomas MertesTests for RtlDuplicateUnicodeString, RtlFindCharInUnico...
2003-04-08  Thomas MertesTests for RtlUlonglongByteSwap, RtlRandom, RtlAreAllAcc...
2003-03-22  Thomas MertesTests for RtlCompareMemoryUlong, RtlUniform, RtlDowncas...
2003-02-19  Thomas MertesTests for RtlCharToInteger, RtlExtendedMagicDivide...
2003-01-16  Francois Gougetok() does not support '%S'. Store the Ansi version...
2003-01-03  Francois GougetCall lstrcmpW rather than wcscmp.
2002-12-19  Alexandre JulliardAvoid some warnings.
2002-11-12  Robert ShearmanFirst of tests for the Rtl* string manipulation functions.