kernel: Moved the get_startup_info call to ntdll.
[wine] / dlls / ntdll / tests /
2006-02-10  Aric Stewartntdll: gcc 2.95 compile fixes.
2006-02-06  Eric PouechFixes for missing prototypes warnings.
2006-02-06  Mike McCormackntdll: Add some more tests for NtNotifyChangeDirectoryFile.
2006-02-06  Eric Pouechkernel: Fixed regression in atom handling.
2006-01-27  Eric PouechFix a couple of bugs spotted by valgrind.
2006-01-27  Alexandre Julliardserver: Make the FILE_SHARE_DELETE sharing checks depen...
2006-01-27  Mike McCormackserver: Fix the file notification interface to use...
2006-01-17  Mike McCormackntdll: Add a test for NtNotifyChangeDirectoryFile.
2006-01-12  Detlef Riekenbergntdll/tests: Skip tests if NtCurrentTeb doesn't exist.
2006-01-03  Eric Pouechntdll: Correct implementation for atom query functions.
2005-12-31  Alexandre Julliardntdll/tests: Try to fail more gracefully on win9x.
2005-12-16  Alexandre Julliardntdll: More compatible exception information for protec...
2005-12-05  Vitaliy MargolenMove named pipe objects into directory name space.
2005-12-02  Vitaliy MargolenMove event and mutex objects into directory name space.
2005-11-30  Vitaliy MargolenImplement symbolic link object in wineserver.
2005-11-29  Vitaliy MargolenImplement directory object in wineserver.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-21  Vitaliy MargolenReturn correct error on name collision when creating...
2005-11-21  Vitaliy MargolenMore Object Manager tests.
2005-11-15  Dmitry TimoshkovAdd a test for RtlAllocateAndInitializeSid, make it...
2005-11-02  Vitaliy MargolenFix error returned when opening nonexistent pipes.
2005-11-01  Vitaliy MargolenFix error returned when exceeding allowed instances.
2005-11-01  Vitaliy Margolen- Use OBJ_CASE_INSENSITIVE in object lookup.
2005-09-30  Vitaliy MargolenAdd a few tests for object manager.
2005-09-02  Mike McCormackFix gcc 4.0 warnings.
2005-08-17  Francois GougetFix a couple of MSVC signed/unsigned warnings.
2005-08-11  Francois GougetDefine WIN32_NO_STATUS so we don't get 'duplicate macro...
2005-08-11  Francois GougetRemove unneeded wine/library.h include.
2005-08-10  Francois GougetDefine RTL_HANDLE and RTL_HANDLE_TABLE if not using...
2005-07-22  Paul VriensUse current process if assigned process cannot be opened.
2005-07-12  Aric StewartBoth wcschr and wcsrchr should be able to find the...
2005-07-06  Francois GougetAdd trailing '\n's to ok() calls.
2005-07-05  Paul VriensAdded some tests for other information classes.
2005-07-03  Mike McCormackAvoid warnings in generated tests by casting sizeof...
2005-06-27  Stefan HuehnerFix some -Wstrict-prototypes warnings.
2005-06-24  Alexandre JulliardRtlGetFullPathName_U should remove the trailing dot...
2005-06-23  Paul VriensNT4 doesn't support ProcessIoCounters.
2005-06-21  Paul VriensChange ProcessBasicInformation to the same behavior...
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-17  Francois GougetRemove an unneeded variable in test_query_timeofday().
2005-06-16  Stefan HuehnerFix some -Wstrict-prototypes warnings.
2005-06-16  Paul VriensW2K3 returns STATUS_INVALID_HANDLE instead of STATUS_AC...
2005-06-15  Paul VriensOnly exact buffer size gives STATUS_SUCCESS.
2005-06-14  Paul VriensReturn STATUS_INVALID_INFO_CLASS for non-implemented...
2005-06-13  Paul VriensFixed size of our SYSTEM_TIMEOFDAY_INFORMATION struct.
2005-06-13  Mike McCormackFix warnings in tests, remove pointless comments.
2005-06-10  Paul VriensFixed ReturnLength of SystemCpuInformation.
2005-06-09  Paul VriensAdded test for SystemProcessInformation.
2005-05-11  Eric PouechSome tests for NTDLL atom support (by György 'Nog'...
2005-05-10  Paul VriensAdded SystemHandleInformation tests.
2005-04-19  Francois GougetAssorted spelling fixes.
2005-04-15  Paul VriensStart of unit tests for *Info* functions.
2005-04-11  Paul VriensFlags should be or-ed.
2005-03-29  Jacek CabanFixed ntdll:reg test on win9x.
2005-03-28  Saulius KrasuckasFix an error code for ME.
2005-03-22  Jakob ErikssonMore trace info.
2005-02-24  Dmitry TimoshkovMatch RaiseException and EXCEPTION_RECORD to SDK defini...
2005-02-15  Ivan Leo PuotiMove Rtl*Registry* structs, defines and prototypes...
2005-02-14  Alexandre JulliardBrad DeMorrow
2005-02-14  Francois GougetCast the GetProcAddress() return value to avoid warning...
2004-12-20  Francois GougetAssorted spelling fixes.
2004-12-17  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-12-07  Robert ShearmanImplement handle tables and add tests for them.
2004-11-06  Rein Klazes- RtlTimeFieldsToTime should not normalize the time...
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".
next