Return OLE automation build value as win2k by default.
[wine] / dlls / kernel /
2005-02-08  Robert ShearmanConvert last error from NTSTATUS to a DOS error code...
2005-02-03  Eric PouechMoved 16 bit atom support to dlls/kernel/atom16.c.
2005-02-03  Alexandre JulliardAsync callback function must be stdcall.
2005-01-31  Hans LeidekkerStub implementation for ReadDirectoryChangesW.
2005-01-28  Rémi Assaillychar -> const char fixes.
2005-01-28  Oliver StieberFill in the information in VendorIdentifier and make...
2005-01-27  Vincent BéronChange UTF-8 name back to ISO-8859-1.
2005-01-26  Rein KlazesGet rid of the rdtsc cpu instruction method for calcula...
2005-01-19  Oleh R. NykyforchynUkrainian codepage 21866 added and respective files...
2005-01-19  Rein KlazesReturn a fixed frequency of 1193182 Hz for the Performa...
2005-01-19  Mike McCormackImplement TransactNamedPipe for the non-overlapped...
2005-01-14  Eric Pouech- got rid of include/async.h
2005-01-11  Rein KlazesmemicmpW() count are WCHAR's not bytes. Fixes opening...
2005-01-11  Robert Shearman- Don't use an invalid file handle. In this case invali...
2005-01-07  Vincent BéronUse GetLocalTime (tz-dependant) instead of GetSystemTim...
2005-01-07  Mike McCormackUse CreateEventW in preference to CreateEventA for...
2005-01-03  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2005-01-03  Eric PouechFixed some regressions from the previous change.
2005-01-03  Hans LeidekkerStub implementations for EnumDateFormatsEx{A,W}.
2004-12-27  Rein KlazesCorrect cases where arguments of ok() calls depend...
2004-12-27  Lionel UlmerFix non-RTDSC case for QueryPerformanceFrequency.
2004-12-27  Paul VriensInitialize dwOSVersionInfoSize in GlobalMemoryStatus.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-22  Eric PouechReadFile and WriteFile must be passed a parameter for...
2004-12-22  Dmitry TimoshkovPerform case insensitive comparison with cached ini...
2004-12-22  Dmitry TimoshkovUncomment call to FlushConsoleInputBuffer in FlushFileB...
2004-12-21  Dmitry TimoshkovPostpone creation disposition check in CreateFile until...
2004-12-20  Francois GougetAssorted spelling fixes.
2004-12-17  Andreas MohrFixed a typo.
2004-12-17  Andreas MohrGetTempPath*() uses DWORD parameters instead of UINT.
2004-12-15  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-12-15  Jon GriffithsDocumentation fixes.
2004-12-15  Rein KlazesA starting process must obey the STARTF_USESTDHANDLES...
2004-12-14  Alexandre JulliardGenerate stub entries on the fly for missing entry...
2004-12-14  Ken BelleauImplemented EnumCalendarInfo(A/W/ExA/ExW).
2004-12-13  Eric PouechFixed some errors in function prototypes.
2004-12-09  Alexandre JulliardJanitorial: C booleans must not be compared against...
2004-12-07  Juan LangUse W calls rather than A in CreatePipe.
2004-12-06  Dmitry TimoshkovPerform host name initialization if computer name can...
2004-12-02  Eric Pouech- moved event, semaphore, mutex implementation from...
2004-12-01  Dmitry TimoshkovAlways create a suspended thread in CreateThread and...
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.
next