kernel: Moved the get_startup_info call to ntdll.
[wine] / dlls / ntdll / tests /
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.