ntdll: Change the virtual memory test to accept both READWRITE and WRITECOPY protections.
[wine] / dlls / ntdll / tests / rtlstr.c
2011-08-24  Francois Gougetntdll/tests: Fix the spelling of IID_Endianness.
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2010-11-11  André Hentschelntdll/tests: Fix crash in japanese and chinese test.
2010-07-28  Michael Stefaniucntdll: Use IsEqualGUID instead of memcmp to compare...
2010-05-14  Hans Leidekkerntdll: Add some tests for RtlIsTextUnicode.
2010-04-21  Michael Stefaniucntdll/tests: Avoid using the 'long' types.
2009-12-08  Huw Daviesntdll: Only free the string if the test succeeded.
2009-12-07  Huw Daviesntdll: Fix a few memory leaks in tests.
2009-05-19  Huw Daviesntdll/tests: Mark RtlUnicodeStringToInteger("", 16...
2009-05-13  Francois Gougetntdll/tests: Replace malloc() with HeapAlloc().
2009-03-23  Michael Stefaniucntdll: Remove superfluous pointer casts.
2008-09-03  James Hawkinsntdll: Fix a failing test in NT4.
2008-08-26  Alexandre Julliardntdll/tests: Allow alternate results in the string...
2008-07-01  Zac Brownntdll: Implement checking for control characters in...
2008-06-25  Zac Brownntdll/tests: Add tests for (Rtl)IsTextUnicode to verify...
2008-05-14  James Hawkinsntdll: Fix a few tests that fail in win2k3.
2008-04-09  Austin EnglishSpelling fixes.
2007-10-24  Dmitry Timoshkovntdll: Use symbolic names when possible.
2007-10-22  Lionel Debrouxntdll/tests: Fix memory leaks (found by Smatch) and...
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.