Move int08 stub and LOL to upper memory.
[wine] / dlls / kernel / kernel32.spec
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.
2002-11-18  Jukka HeinonenRemoved obsolete INT_Int31Handler.
2002-11-15  Ryan CummingImplemented GetFileSizeEx (based on a patch by Steve...
2002-11-15  Martin Wilck- Allow setting NetBIOS ComputerName through registry.
2002-11-12  Jukka HeinonenMove simple interrupt handlers to winedos.
2002-11-11  Jukka HeinonenMove all int31 functions to winedos.
2002-11-06  Alexandre JulliardAdded winebuild -e option to specify the entry point...
2002-10-29  Jukka HeinonenModify winedos interrupt handlers so that they work...
2002-10-18  Alexandre JulliardMerged wine_call_to_16_long and wine_call_to_16_short...
2002-10-17  Alexandre JulliardUse the WOWHandle functions to convert between task...
2002-10-07  Steve LustbaderProvide stubs for Create/DeleteTimerQueueTimer.
2002-10-07  Steve LustbaderImplement GetUserDefaultUILanguage and GetSystemDefault...
2002-09-24  Patrik StridvallFixed some issues found by winapi_check.
2002-09-17  Alexandre JulliardImplemented the ntdll virtual memory functions, and...
2002-09-06  Alexandre JulliardLink all remaining dlls except kernel32 as separated...
2002-08-16  Aric StewartAdded SwitchToThread.
2002-08-15  Alexandre JulliardFixed GetLocaleInfoW to handle Unicode properly and...
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-14  Alexandre JulliardUnregister 16-bit dlls on module unload.
2002-06-01  Alexandre JulliardRemoved some more trailing whitespace.
2002-05-24  Vincent BéronPartial implementation of VerifyVersionInfo{A,W}.
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Juergen SchmiedStub for VerifyVersionInfoW.
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-04-02  Geoffrey HausheerAdded test for thread functions.
2002-04-02  Chris MorganImplement OpenThread() winapi call.
2002-02-27  Eric PouechNew XP debugging APIs: implemented DebugActiveProcessStop,
2002-01-29  Dmitry TimoshkovAdded GetComputerNameEx[AW] semi-stub.
2002-01-12  Alexandre JulliardUpdated debug channels.
2001-12-19  Alexandre JulliardMoved heap functions to ntdll.
2001-12-14  Alexandre JulliardMade register and interrupt flags instead of entry...
2001-11-19  Francois GougetBetter relaying for _lcreat.
2001-08-24  Mike McCormackAdd stubs for several named pipe functions.
2001-08-22  Mike McCormackAdded stub for CancelIo.
2001-08-06  Marcus MeissnerSetCommConfig has 3 arguments, not 2.
2001-07-10  Mike McCormackStart implementing named pipes.
2001-07-02  Mike McCormackDeclare stubs for ReadFileEx, WriteFileEx.
2001-06-19  Patrik StridvallFixed GetCommConfig number of arguments.
2001-06-07  Marcus MeissnerStub for GetQueuedCompletionStatus.
2001-05-24  Dmitry TimoshkovRemove kernel32 dependency on user32 by implementing...
2001-04-12  Michael Stefaniuc- added stubs for three console functions
2001-04-09  Marcus MeissnerAdded some stubs for functions used by newer rpcrt4...
2001-03-13  James JuranAdded stub for SetThreadExecutionState (new function...
2001-02-26  Eric PouechAdded a few missing stubs to KERNEL32 and USER32.
2001-02-23  Dmitry TimoshkovAdd version information (16 and 32 bit) to core built...
2001-02-14  Alexandre JulliardRemoved ordinal from functions that don't need a specif...
2001-01-02  Marcus MeissnerImplement PrintDlg16 better (adding PrintDlgProc16...
2000-12-22  Eric PouechAdded some 16 bit entry points needed by multimedia...
2000-12-14  Francois GougetRemoved the name of APIs exported by ordinal.
2000-12-01  Alexandre JulliardFinished separation of shell32 and wsock32.
2000-11-30  Alexandre JulliardExport a few 16-bit functions needed by higher-level...
2000-11-29  Alexandre JulliardRenamed CallTo16* functions to wine_call_to_16* and...
2000-11-27  Alexandre JulliardImplemented DosFileHandleToWin32Handle, Win32HandleToDo...
2000-11-26  Alexandre JulliardAdded entry point flags -noimport, -norelay, -ret64...
2000-11-25  Alexandre JulliardFixed GetLargestConsoleWindowSize return type for Winel...
2000-11-13  Alexandre JulliardFixed copy/paste typo spotted by Dimitrie O. Paun.
2000-11-13  Alexandre JulliardExport the CallFrom16xxx functions from kernel32. Renam...
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-10-29  David ElliottAdded basic working stubs of new Windows 2000 API funct...
2000-10-23  Alexandre JulliardBuild Win32 resources as .res files and dump them into...
2000-10-02  Alexandre JulliardForward all large integer functions to ntdll.
2000-09-29  Alexandre JulliardMoved critical section implementation to ntdll.
2000-09-16  Andreas MohrAdded VirtualAllocEx.
2000-09-12  Andreas Mohr"implemented" GetSystemTimeAdjustment.
2000-08-18  Chris MorganStubbed SetConsoleInputExeNameA/W.
2000-08-04  Alexandre JulliardMoved a bunch of functions out of libwine/kernel/gdi...
2000-07-25  Dave PicklesImproved FormatMessage:
2000-07-15  Mike McCormackHook serialui dll into existing comm functions.
2000-07-10  Dmitry TimoshkovMoved all NLS dependent data to the KERNEL resources.
2000-07-08  Stefan LeichterStarted implementation of the functions GetDefaultCommC...
2000-07-08  Slava MonichImplementation of Get/SetThreadPriorityBoost.
2000-06-24  Eric PouechA few missing console stubs.
2000-06-03  Dimitrie O. PaunStart to separate KERNEL out of libwine.