Add Pacific Standard Time (PST) to TZ_INFO.
[wine] / dlls / ntdll / tests /
2004-10-30  Francois Gouget#ifdef out the tests if compiling with the Platform...
2004-10-22  Rein KlazesCorrect the calculation of the year for the 31'st of...
2004-09-06  Francois GougetTest some more ntdll types.
2004-09-06  Francois GougetDisable MSVC warning 4116 to avoid the 'unnamed type...
2004-09-01  Francois GougetFix/update the TOKEN_STATISTICS check.
2004-09-01  Francois GougetDisable the RtlBitMap tests if compiling with the Micro...
2004-08-25  Francois GougetEnable the disabled tests in tests.data or add a commen...
2004-08-24  Francois GougetFix alignment issues for MEMORYSTATUSEX, WIN32_STREAM_I...
2004-08-23  Francois GougetUpdate RTL_BITMAP and RTL_BITMAP_RUN to match the 2000...
2004-08-22  Francois GougetUpdate FPO_DATA and IMAGE_LOAD_CONFIG_DIRECTORY to...
2004-08-22  Francois GougetRemove these Wine-only types:
2004-08-19  Francois GougetRemove types that don't exist from tests.dat.
2004-08-14  Francois GougetAvoid annoying 'macro redefinition' warnings by defining
2004-08-13  Francois GougetFix the PSID and PSECURITY_DESCRIPTOR types.
2004-08-13  Francois GougetThe Windows headers don't define PEXCEPTION_REGISTRATIO...
2004-08-13  Francois GougetRename ResourceHandle to Reserved in the IMAGE_RESOURCE...
2004-08-11  Francois GougetReplace strcasecmp() with lstrcmpiA() to help compilati...
2004-07-23  Francois GougetAssorted spelling fixes.
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-05-05  Francois GougetWe should not make deststring static since we count...
2004-05-04  Alexandre JulliardUpdated the auto-generated tests.
2004-04-20  Francois GougetMake Unicode strings static const.
2004-03-22  Uwe BonnesAdded some tests for RtlGetFullPathName_U.
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-02-09  Francois GougetAssorted spelling and case fixes.
2004-02-07  Francois GougetAdd trailing '\n's to ok() calls.
2004-02-07  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-23  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-13  Vincent BéronRemove a "\" from a multiline string constant by splitt...
2003-12-15  Hans LeidekkerCheck if a function exists before testing it.
2003-12-12  Jon GriffithsAdded RtlNtStatusToDosErrorNoTeb, RtlGet/Set/RestoreLas...
2003-11-25  Dimitrie O. PaunRtlHeapReAllocate() should not allocate memory.
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-08-06  Alexandre JulliardAvoid non-portable long long constants.
2003-07-19  Jon GriffithsFix -W warnings.
2003-07-18  Jon GriffithsAdded some new Rtl* tests.
2003-06-18  Eric Pouech- kernel32's environment tests: a few more tests now...
2003-05-13  Eric PouechEnhanced test for queries, added tests for expansion.
2003-05-08  Eric PouechAdded environment tests.
2003-05-06  Thomas MertesTests for RtlDuplicateUnicodeString, RtlFindCharInUnico...
2003-04-16  Alexandre JulliardImplemented RtlIsNameLegalDOS8Dot3 (based on a patch...
2003-04-12  Alexandre JulliardImplemented RtlDetermineDosPathNameType_U and RtlIsDosD...
2003-04-08  Thomas MertesTests for RtlUlonglongByteSwap, RtlRandom, RtlAreAllAcc...
2003-03-22  Thomas MertesTests for RtlCompareMemoryUlong, RtlUniform, RtlDowncas...
2003-03-18  Alexandre JulliardAvoid explicit long long constants.
2003-03-18  Thomas MertesTests for _itoa, _ltoa, _ultoa, _i64toa, _ui64toa,...
2003-02-19  Thomas MertesTests for RtlCharToInteger, RtlExtendedMagicDivide...
2003-02-18  Thomas Mertes- Fix small bug in RtlFindMostSignificantBit. It return...
2003-01-16  Francois Gougetok() does not support '%S'. Store the Ansi version...
2003-01-03  Francois GougetCall lstrcmpW rather than wcscmp.
2003-01-02  Francois GougetFix mapping of STATUS_DEVICE_NOT_CONNECTED to match XP.
2002-12-19  Alexandre JulliardAvoid some warnings.
2002-11-12  Robert ShearmanFirst of tests for the Rtl* string manipulation functions.
2002-11-12  Patrik StridvallUpdated the generated tests.
2002-11-06  Patrik StridvallUpdated the generated tests.
2002-11-04  Patrik StridvallUpdated the generated tests.
2002-10-29  Patrik StridvallUpdated the generated tests.
2002-10-23  Patrik StridvallUpdated the generated tests.
2002-10-15  Patrik StridvallUpdated the generated tests.
2002-09-17  Francois GougetMove all STATUS_* and RPC_NT_* to ntstatus.h as per...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-09-09  Andriy PalamarchukRtlNtStatusToDosError: Added new NT status to error...
2002-08-15  Jon GriffithsImplement and test rtl bitmap functions.