ntdll: Change the virtual memory test to accept both READWRITE and WRITECOPY protections.
[wine] / dlls / ntdll / tests / path.c
2010-06-17  Andrew Nguyenntdll/tests: Add tests to examine output file part...
2008-11-05  Alexandre Julliardntdll/tests: Fix a couple of tests on NT4.
2008-10-29  Alexandre Julliardntdll: Add a few more tests for RtlIsDosDeviceName_U...
2008-09-22  Paul Vriensntdll/tests: Show that we are skipping tests.
2008-09-03  James Hawkinsntdll: Fix a few failing tests in Vista.
2008-05-02  James Hawkinsntdll: Fix two tests that fail on all NT platforms.
2006-10-14  Michael Stefaniucntdll/tests: Win64 printf format warning fixes.
2006-08-18  Paul Vriensntdll: Fix failing test on windows.
2006-06-27  Vitaliy Margolenntdll: Fix 2 failing test on native. Change Wine accord...
2006-06-13  Alexandre Julliardntdll/tests: Use lstrlenA instead of strlen in ok(...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-27  Eric PouechFix a couple of bugs spotted by valgrind.
2005-06-27  Stefan HuehnerFix some -Wstrict-prototypes warnings.
2005-06-24  Alexandre JulliardRtlGetFullPathName_U should remove the trailing dot...
2005-02-14  Francois GougetCast the GetProcAddress() return value to avoid warning...
2004-08-14  Francois GougetAvoid annoying 'macro redefinition' warnings by defining
2004-08-11  Francois GougetReplace strcasecmp() with lstrcmpiA() to help compilati...
2004-05-14  Alexandre JulliardBetter fix for removing trailing spaces in RtlGetFullPa...
2004-05-13  Alexandre JulliardRemove trailing spaces from the filename in RtlGetFullP...
2004-03-22  Uwe BonnesAdded some tests for RtlGetFullPathName_U.
2004-02-07  Francois GougetAdd trailing '\n's to ok() calls.
2003-12-15  Hans LeidekkerCheck if a function exists before testing it.
2003-10-06  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-04-16  Alexandre JulliardImplemented RtlIsNameLegalDOS8Dot3 (based on a patch...
2003-04-12  Alexandre JulliardImplemented RtlDetermineDosPathNameType_U and RtlIsDosD...