Cleaned up a bit, removed todos for OpenThread, avoid TerminateThread
[wine] / dlls / kernel / kernel32.spec
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.