oleaut32: Added Esperanto language.
[wine] / dlls / kernel / kernel32.spec
2006-04-03  Robert Shearmankernel: Remove some stubs that aren't present in NT.
2006-02-22  Mike McCormackkernel32: Add a stub implementation for CmdBatNotification.
2006-01-17  Mike McCormackkernel32: Create a stub implementation for PostQueuedCo...
2006-01-13  Alexandre Julliardkernel: Reimplemented the MapHInst functions in assembly.
2006-01-13  Alexandre Julliardkernel: Reimplemented the SMap/SUnmap functions in...
2006-01-10  Alexandre Julliardkernel: Implement FT_Exit directly in assembly to avoid...
2005-12-16  Alexandre JulliardAdd -register hint in ntdll, kernel and msvcrt spec...
2005-12-12  Eric Pouechkernel32: Get rid of DOSMEM_AllocSelector.
2005-09-18  Alexandre JulliardMoved return value handling to the individual relay...
2005-09-09  Alexandre JulliardSpecify 64-bit integers as double instead of long long...
2005-08-29  Alexandre JulliardRemoved a few no longer used 16-bit exports.
2005-08-12  Alexandre JulliardImplemented DelayLoadFailureHook and use it in the...
2005-08-11  Alexandre JulliardAdded a wine_get_dos_file_name function in kernel32...
2005-08-02  Alexandre JulliardImplemented Get/SetDllDirectory.
2005-08-01  Alexandre JulliardAdded commented out stubs for a bunch of new functions.
2005-07-25  Steven EdwardsMove and forward lz32 functions to kernel32.
2005-07-10  Alexandre JulliardThe ordinal functions should not be exported by name.
2005-06-23  Alexandre JulliardSort entry points in the same order as Windows.
2005-06-02  Marcus MeissnerAdded stubs for GetVolumePathName(A,W).
2005-05-23  Kevin KoltzauImplement Module32FirstW/NextW.
2005-05-19  Alexandre JulliardRenamed __wine_(un)register_dll_16 to __wine_dll_(un...
2005-05-18  Alexandre JulliardRemoved implementation of LoadDIBIconHandler16 and
2005-05-14  Dimi PaunMake LOCAL_*() just wrappers around Local*16() functions.
2005-05-11  Mike McCormackStub implementation for GetGeoInfo.
2005-05-11  Mike McCormackAdd Module32FirstW and Module32NextW exports.
2005-05-10  Eric PouechMoved DOS memory handling to winedos.
2005-05-07  Alexandre JulliardConverted all the kernel32 register functions to the
2005-04-27  Eric Pouech- delayed initialisation of BIOS and SYSTEM information...
2005-03-29  Troy RolloImplement SetCPGlobal (an undocumented Win32 API).
2005-02-21  Hans LeidekkerImplementation stub for QueueUserWorkItem.
2005-02-21  Lionel UlmerImplement 'W' variants of Process32First / Next APIs
2005-01-31  Hans LeidekkerStub implementation for ReadDirectoryChangesW.
2005-01-03  Hans LeidekkerStub implementations for EnumDateFormatsEx{A,W}.
2004-12-14  Ken BelleauImplemented EnumCalendarInfo(A/W/ExA/ExW).
2004-10-19  Stefan LeichterAdded dummy implementation for EnumUILanguagesA/W.
2004-08-24  Robert ShearmanAdded GetProcessId.
2004-07-07  Roger OlsonAdded stub for CreateRemoteThread().
2004-06-15  Alexandre JulliardStore the number of processors in the PEB structure.
2004-06-14  Mike McCormackImplemented SetFilePointerEx.
2004-06-02  Raphael JunqueiraSemi stubs for GetSystemWow64Directory[AW].
2004-04-23  Alexandre JulliardMake DIR_nt_to_unix return STATUS_NO_SUCH_FILE instead of
2004-04-14  Alexandre JulliardMoved wine_get_unix_file_name implementation to ntdll...
2004-04-02  Hans LeidekkerGetConsoleInfo() pseudo stub.
2004-04-01  Raphael JunqueiraAdded some stubs.
2004-03-17  Raphael JunqueiraAdded stub for SignalObjectAndWait.
2004-03-11  Alexandre JulliardThe OpenConsoleW inherit argument is a boolean not a
2004-03-03  Rein KlazesImplemented GetDaylightFlag.
2004-02-27  Patrik StridvallFixed some issues found by winapi_check.
2004-02-24  Alexandre JulliardRemoved some of the DOS device hacks (based on a patch...
2004-01-30  Jon GriffithsAdd stubs for the Activation Context API (XP+).
2004-01-14  Eric Pouech- got rid of FILE_Dup2 export from kernel32
2004-01-12  Eric PouechImplemented Toolhelp32ReadProcessMemory.
2004-01-05  Eric PouechMade wine_get_unix_file_name take a Unicode string...
2003-11-25  Eric PouechGot rid of DRIVE_OpenDevice, and replaced it with Win32...
2003-11-18  Alexandre JulliardUse the wine_ldt_* functions directly in winedos instea...
2003-11-17  Alexandre JulliardMoved toolhelp.h to dlls/kernel.
2003-11-14  Eric Pouech- moved the remaining of int21 calls to dlls/winedos
2003-11-03  Mike McCormackStubs for job control.
2003-10-28  Alexandre JulliardImplemented Add/RemoveVectoredExceptionHandler.
2003-10-15  Jon GriffithsImplemented FoldStringW.
2003-10-10  Alexandre JulliardChanged the init code to make libwine load only ntdll...
2003-10-09  Mike McCormackStub implementations for some functions related to...
2003-10-06  Jon GriffithsImplemented GetCPInfoExA/W.
2003-10-01  Mike McCormackStubs for Get/SetUserGeoID().
2003-09-24  Jon GriffithsAdd LanguageGroup/GeoID enumeration fns.
2003-09-19  Eric PouechImplemented kernel32.GetIoProcessCounters and stubbed
2003-09-15  Mike McCormackMove the mailslot stubs into the dlls/kernel directory.
2003-09-11  Geoff ThorpeAdded a stub for Heap32ListFirst.
2003-08-23  Alexandre JulliardExtended WOWCallback16Ex to support register functions...
2003-08-12  Dimitrie O. PaunConsolidate all kernel power management functions.
2003-06-21  Eric Pouech- adapted kernel32 so that it no longer (directly)...
2003-06-04  Lionel UlmerImplemented a semi-stub for GetProcessPriorityBoost.
2003-05-16  Alexandre JulliardCall the user signal proc for exe modules too, to avoid...
2003-05-04  Lionel UlmerAdded SetSystemTimeAdjustment stub.
2003-04-08  Michal Janusz MiroslawAdd stub for InvalidateNLSCache.
2003-04-03  Paul McNettStubs for BeginUpdateResourceA(), BeginUpdateResourceW(),
2003-03-26  Maxime BellengéStubs for EnumSystemLanguageGroups{A|W}.
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-03-17  Alexandre JulliardReplaced forwards by normal function declarations.
2003-03-14  Rein KlazesAdded stub for GetDevicePowerState().
2003-03-04  Jukka HeinonenMove decoding of long file name functions to winedos.
2003-02-26  Mike HearnImplemented GlobalMemoryStatusEx().
2003-02-19  Jukka HeinonenMove resize memory block to winedos and make it resize...
2003-01-13  Robert Shearman- Add some stubs.
2003-01-03  Dominik StrasserImplement VerSetConditionMask by forwarding to ntdll.
2003-01-02  Alberto MassariAdd stub implementation for ReplaceFile.
2002-12-19  Martin FuchsImplementation of SystemTimeToTzSpecificLocalTime(...
2002-12-17  Alexandre JulliardImplemented the Fiber* functions (with the help of...
2002-12-15  Alexandre JulliardAdded support for defining forward functions as stdcall...
2002-12-12  Francois GougetAdd stubs for missing APIs.
2002-12-07  Jukka HeinonenMove int08 stub and LOL to upper memory.
2002-12-02  Jukka HeinonenMove DPMI segments to winedos.
2002-12-02  Jukka HeinonenRename old DOS3Call as INT_Int21Handler and make new...
2002-11-27  Steve LustbaderProvide stubs for DnsHostnameToComputerNameA/W.
2002-11-27  Patrik StridvallFixed some issues found by winapi_check.
2002-11-27  Jukka HeinonenMoved handlers for int25 and int26 to winedos.
2002-11-25  Steve LustbaderStubs for CreateTimerQueue and DeleteTimerQueueEx.
2002-11-24  Jukka HeinonenMoved handlers for int11, int15 and int5c to winedos.
2002-11-23  Jukka HeinonenMove int2f handler to winedos.
2002-11-21  Jukka HeinonenRemoved last users of msdos/interrupts.c.
next