Moved standard syslevel APIs declaration to winbase.h.
[wine] / dlls / kernel /
2000-11-15  Alexandre JulliardMoved standard syslevel APIs declaration to winbase.h.
2000-11-14  Alexandre JulliardMoved LDT handling to libwine.so. Changed the interface...
2000-11-13  Alexandre JulliardFixed copy/paste typo spotted by Dimitrie O. Paun.
2000-11-13  Mike McCormack- created server object for handling async i/o
2000-11-13  Alexandre JulliardExport the CallFrom16xxx functions from kernel32. Renam...
2000-11-12  Alexandre JulliardRaise an exception for unimplemented 16-bit entry point...
2000-11-08  Alexandre JulliardCheck all Callouts function pointers for NULL before...
2000-11-06  Alexandre JulliardUse .mc.rc extension for rc files generated by the...
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-11-01  Alexandre JulliardDo not truncate high word of message id.
2000-10-31  Rein KlazesReturn TIME_ZONE_ID_STANDARD in GetTimeZoneInformation().
2000-10-31  Alexandre JulliardAdded import of ntdll.
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-17  Andreas MohrImplemented old Win 2.x string functions.
2000-10-15  Alexandre JulliardConverted a few more server requests to the new mechanism.
2000-10-15  Alexandre JulliardSet selector 0000H base to 0xf0000 until the first...
2000-10-13  Francois GougetFixed the signature of the FormatMessage APIs.
2000-10-13  Francois GougetHFILE is an int, not a regular HANDLE.
2000-10-13  Alexandre JulliardAdded a few more large integer functions.
2000-10-13  Mike McCormackMoved comm.c into kernel32.
2000-10-12  Niels Kristian Bec... Define LOCALE_IDEFAULTMACCODEPAGE for Danish locale.
2000-10-02  Alexandre JulliardForward all large integer functions to ntdll.
2000-10-02  Patrik StridvallFixed some issues found by winapi_check.
2000-10-01  Alexandre JulliardImplemented a bunch of large integer functions in ntdll.
2000-09-29  Alexandre JulliardMoved a bunch of routines to kernel32.dll (with the...
2000-09-29  Alexandre JulliardMoved critical section implementation to ntdll.
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-25  Alexandre JulliardRemoved some of the XXX_reg macros now that we are...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-22  Andreas MohrAdd FIXMEs for all these nice completely unimplemented...
2000-09-16  Andreas MohrAdded VirtualAllocEx.
2000-09-13  Ulrich WeigandUpdate ESP correctly on return from flat thunk routines.
2000-09-12  Andreas Mohr"implemented" GetSystemTimeAdjustment.
2000-09-12  Uwe BonnesUse tpXXX instead of tbXXX in tagTHREADENTRY32.
2000-08-30  Alexandre JulliardAdded exception handling wrapper to a number of server...
2000-08-28  Dmitry TimoshkovAdd missing message to winerr_enu.mc.
2000-08-28  James AbbatielloIncrease number of supported args for WOW_CallProc32W16...
2000-08-28  James AbbatielloStub support for int2f/ax=1684/bx=0027 (VXDLDR).
2000-08-25  Alexandre JulliardMoved TASK_Create call to KERNEL initialisation routine.
2000-08-25  Alexandre JulliardFixed a couple of WINAPI issues with 16-bit spec files...
2000-08-22  James AbbatielloAllow FormatMessage to load Unicode string resources.
2000-08-21  Uwe BonnesCall WriteOutProfiles16 to make sure that last profile...
2000-08-18  Chris MorganStubbed SetConsoleInputExeNameA/W.
2000-08-16  Peter GantenIf a module cannot be found in LoadLibraryEx32W16,...
2000-08-14  Alexandre JulliardCleaned up a few inter-dll dependencies. Added a few...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-14  Alexandre JulliardReplaced global Callbacks structure by appropriate...
2000-08-09  Alexandre JulliardRemoved obsolete SHMDATA parameter in GLOBAL_CreateBlock.
2000-08-09  Alexandre JulliardMoved a few non-standard headers into their respective...
2000-08-08  Alexandre JulliardSmall dll interfaces cleanups.
2000-08-07  Andreas MohrPrevent endless looping in linebreak handling.
2000-08-07  Peter GantenLoadLibraryEx32W16 should use the search algorithm...
2000-08-06  Alexandre JulliardMoved most USER string functions to dlls/user.
2000-08-04  Alexandre JulliardMoved a bunch of functions out of libwine/kernel/gdi...
2000-08-03  Alexandre JulliardMake USER and GDI separate dlls.
2000-08-03  Alexandre JulliardAdded explicit dependency on message files for people...
2000-08-02  Marcus MeissnerPE_MESSAGE_HEADER.Length contains the header itself...
2000-07-31  Alexandre JulliardMoved toolhelp implementation into kernel32 dll.
2000-07-31  Dave PicklesAdded text for all messages included in win95 and winNT.
2000-07-31  Marcus MeissnerAdded { } around stuff in ADD_TO_T macros.
2000-07-29  Marcus MeissnerGet rid of USER32 functions in KERNEL32.
2000-07-28  Alexandre JulliardAdded 'owner' field to 16-bit spec files to specify...
2000-07-26  Alexandre JulliardMerged setupx.dll into setupapi.dll.
2000-07-25  Dave PicklesImproved FormatMessage:
2000-07-25  Alexandre JulliardMoved thunking functions off to kernel32.dll.
2000-07-24  Alexandre JulliardMerged msacm and msacm32 dlls.
2000-07-15  Mike McCormackHook serialui dll into existing comm functions.
2000-07-11  Alexandre JulliardSet ansi/oem/mac code pages from current locale.
2000-07-10  Dmitry TimoshkovMoved all NLS dependent data to the KERNEL resources.
2000-07-09  Alexandre JulliardCreated separate libraries for dplay, shfolder, shlwapi...
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-24  Andreas MohrCallProcEx32W should be named _CallProcEx32W.
2000-06-23  Andreas MohrAdded more ordinals to KERNEL, GDI, USER and system...
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2000-06-10  Alexandre JulliardRewrote codepage support to use the new codepage tables.
2000-06-03  Alexandre JulliardDelay loading of interrupt table functions until they...
2000-06-03  Alexandre JulliardMoved kernel initialization to kernel_main.c
2000-06-03  Dimitrie O. PaunStart to separate KERNEL out of libwine.