Added a test to make sure that CreateDirectoryA/W does not create
[wine] / dlls / kernel /
2004-11-29  Gunnar DalsnesAdded a test to make sure that CreateDirectoryA/W does...
2004-11-28  Dmitry TimoshkovAdd a test for ReadFile/WriteFile fault handling, make...
2004-11-24  Dmitry TimoshkovRemove useless calls to IsBadReadPtr from ReadFile...
2004-11-22  Kevin KoltzauPrevent environment test from crashing when environment...
2004-11-22  Alexander YaworskyChanged allocation of arguments in SearchPathA so path...
2004-11-21  Dmitry TimoshkovCall CompareStringA with LOCALE_USE_CP_ACP flag set...
2004-11-21  Eric PouechMoved kernel32.DeleteFileW core implementation to ntdll...
2004-11-06  Rein Klazes- RtlTimeFieldsToTime should not normalize the time...
2004-11-04  Dmitry TimoshkovAdd unix locale to code page mapping for ISO-8859-16.
2004-11-03  Robert ShearmanFix broken thread start routines.
2004-11-01  Stefan LeichterSet the correct last error in EnumUILanguagesA, with...
2004-10-30  Francois GougetAdd support for REG_EXPAND_SZ in set_registry_variables().
2004-10-29  Rein Klazes- Simplify the calculation in TIME_DaylightCompareDate;
2004-10-28  Rein KlazesIn VOLUME_ReadFATSuperblock:
2004-10-27  Rein Klazes- Reordered some code from the existing helper _GetTime...
2004-10-26  Mike McCormackAdd some tests for time conversion functions.
2004-10-26  Alexandre JulliardConvert CommConfigDialog to Unicode.
2004-10-26  Mike McCormackSERIALUI: convert to Unicode.
2004-10-26  Rein KlazesCorrectly use the return value of GetTimeZoneInformation.
2004-10-25  Eric Pouech- fixed the way length of msvcrt runtime info is passed
2004-10-22  Francois GougetAssorted spelling fixes.
2004-10-22  Francois GougetThere is no point making '--register' functions stdcall...
2004-10-19  Vincent BéronFix various function prototypes.
2004-10-19  Stefan LeichterAdded dummy implementation for EnumUILanguagesA/W.
2004-10-19  Mike McCormackImplement CallNamedPipeA using CallNamedPipeW.
2004-10-18  Hans LeidekkerAvoid using gettimeofday().
2004-10-11  Robert ShearmanFix NtAllocateVirtualMemory declaration and fix users...
2004-10-11  Alexandre JulliardImplemented NtYieldExecution.
2004-10-11  Hans LeidekkerAvoid using gettimeofday.
2004-10-11  Hans LeidekkerInclude stdio.h for MinGW.
2004-10-08  Ferenc WagnerUnconditionally open a fresh console for the tests.
2004-10-08  Vincent BéronCorrect the calling convention of GetSystemWow64Directo...
2004-09-29  Vincent BéronKeep the original resources if !bDeleteExistingResources in
2004-09-28  Robert Shearman- Don't perform event check if in system code. Fixes...
2004-09-22  Alexander YaworskyMoved code from CreateThread to CreateRemoteThread.
2004-09-15  Mike McCormackUse FILE_SHARE_DELETE when loading modules, as running...
2004-09-14  Vincent BéronImplement BeginUpdateResource and UpdateResource.
2004-09-13  Eric PouechFixed (finally) ScrollConsoleScreenBuffer implementation.
2004-09-10  Andreas MohrDon't reject OS/2 programs, try to carry on in DOS...
2004-09-10  Rein KlazesAdd tests of TzSpecificLocalTimeToSystemTime and
2004-09-10  Rein KlazesFixed TzSpecificLocalTimeToSystemTime and
2004-09-09  Alexandre JulliardComment out an unreliable test.
2004-09-09  Alexandre JulliardFixed the check for removable media in load_pe_exe...
2004-09-08  Francois GougetSet _WIN32_WINNT to 0x0501 so we get the definition of
2004-09-08  Eric Pouech- ctrl-c enabling flag is now inherited
2004-09-07  Mike McCormackAdd a test for timers.
2004-09-06  Francois GougetDisable MSVC warning 4116 to avoid the 'unnamed type...
2004-09-03  Eric Pouech- msvcrt: the file descriptors are now inherited betwee...
2004-08-30  Filip Navara- Don't expect that drive C: exists, use the drive...
2004-08-26  Robert ShearmanImprove documentation for debugger functions.
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-24  Robert ShearmanAdded GetProcessId.
2004-08-23  Dmitry TimoshkovGetCPInfo(Ex) should work on CP_UTF7/CP_UTF8 pseudo...
2004-08-19  Francois GougetRemove types that don't exist from tests.dat.
2004-08-19  Robert Shearman- Errors should only be reported to I/O completion...
2004-08-19  Emmanuel Maillard- Update build system to support IOKit and CoreFoundati...
2004-08-18  Alexandre JulliardThe argv array passed to the app needs to be in the...
2004-08-18  Alexandre JulliardFd type is no longer used, get rid of it.
2004-08-17  Eric Pouech- better support for non-blocking COMM and socket read...
2004-08-13  Robert ReifFix BSD build.
2004-08-13  Alexandre JulliardWe don't need the shared heap on non-i386 platforms.
2004-08-13  Robert ReifUse GlobalMemoryStatusEx in GlobalMemoryStatus rather...
2004-08-11  Alexandre JulliardAvoid some non-portable makefile constructs, and get...
2004-08-10  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-09  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-04  Mike McCormackMoved FlushInstructionCache to ntdll.
2004-07-30  Alexandre JulliardAdded support for getting and setting the UI language.
2004-07-23  Vincent BéronRemove last winedefault.reg reference in the code.
2004-07-23  Alexandre JulliardAvoid lvalue casts (based on a patch by Marcus Meissner).
2004-07-20  Alexandre JulliardRewrote load_messageA/W to deal properly with multibyte...
2004-07-20  Mike HearnMake STARTUPINFO.lpDesktop tests pass on NT.
2004-07-16  Shachar ShemeshSystem default locale in Windows determines the ANSI...
2004-07-16  Alexandre JulliardPass the environment for a child process through the...
2004-07-16  Alexandre JulliardSupport for large profile values (based on a patch...
2004-07-15  Alexandre JulliardSet the system directory in ntdll as soon as we have...
2004-07-13  Rein KlazesIn GetVolumeInformationW handle the case when there...
2004-07-09  Rob ShearmanAdd TRACE to ReadFileEx.
2004-07-07  Roger OlsonAdded stub for CreateRemoteThread().
2004-07-07  Dmitry TimoshkovInitialize also ACP, OEMCP and MACCP in registry on...
2004-07-06  Mike HearnCorrect error code returned by CreateFile when given...
2004-07-04  Vitaly LipatovReturn proper codepage value in GetCPInfoEx.
2004-06-24  Alexandre JulliardIn GlobalMemoryStatus, also cap the sum of dwAvailPhys and
2004-06-17  Stefan LeichterFix the GetPrivateProfileIntA tests for the win9x platform.
2004-06-17  Alexandre JulliardAdded a couple of tests for SetCurrentDirectoryA.
2004-06-16  Marcus MeissnerFixed some illegal lvalue casts / increments.
2004-06-15  Francois GougetAssorted spelling and case fixes.
2004-06-15  Dmitry Timoshkov- Fix erroneous use of LOCALE_SDATE in the place of...
2004-06-15  Alexandre JulliardAdded magic number in the FindFirstFile structure to...
2004-06-15  Alexandre JulliardStore the number of processors in the PEB structure.
2004-06-14  Alexandre JulliardRewrote SetFilePointer to use SetFilePointerEx.
2004-06-14  Mike McCormackImplemented SetFilePointerEx.
2004-06-14  Eric PouechConst correctness, pointer cast correctness, removed...
2004-06-14  Eric Pouech- Added ProcessBasicInformation class to ntdll.NtQueryI...
2004-06-14  Robert ShearmanUse the same path transformation for WaitNamedPipe and
2004-06-14  Rein KlazesSet last error value to ERROR_CALL_NOT_IMPLEMENTED...
2004-06-04  Rein KlazesFix a crash when launching Unix executables.
2004-06-04  Dimitrie O. PaunIn Win9x, {Create,Remove}Directory returns ERROR_PATH_N...
2004-06-04  Dimitrie O. PaunWin9x does not convert FIXED to MOVEABLE. It also disca...
2004-06-03  Robert ReifI got the test for failure on NT wrong in my last patch...
next