Moved the wine server client-side support to dlls/ntdll. Removed a
[wine] / dlls / kernel /
2003-09-18  Alexandre JulliardMoved the wine server client-side support to dlls/ntdll...
2003-09-18  Alexandre JulliardMoved a couple more functions to dlls/kernel.
2003-09-18  Alexandre JulliardMoved 16-bit global heap, DOS memory and selector funct...
2003-09-18  Eric PouechSet default StdError to fd 2 (was on 1).
2003-09-18  Alexandre JulliardMoved synchronization and syslevel routines to dlls...
2003-09-18  Alexandre JulliardKeep the file handle of 16-bit modules open while the...
2003-09-18  Alexandre JulliardMoved the 16-bit environment support to dlls/kernel.
2003-09-18  Alexandre JulliardReimplemented the 16-bit FindFirstFile, FindNextFile...
2003-09-18  Alexandre JulliardLink msdos/int21.c into kernel for now, until it is...
2003-09-18  Alexandre JulliardMoved VxDCall support to dlls/kernel.
2003-09-17  Alexandre JulliardMoved I/O port handling to dlls/winedos.
2003-09-17  Jon GriffithsMore tests for kernel NLS functions.
2003-09-17  Jon GriffithsRe-implement and optimise the NLS formatting functions...
2003-09-17  Alexandre JulliardUse WOWCallback16Ex to switch to vm86 mode so that...
2003-09-17  Igor StepinAdded a lot of Russian translations.
2003-09-17  Jon GriffithsDocumentation updates.
2003-09-17  Alexandre JulliardMoved almost all remaining process, thread, fiber and...
2003-09-17  Alexandre JulliardMoved instruction emulation to dlls/kernel.
2003-09-17  Rolf KalbermatterFix another error under Win9x (hopefully).
2003-09-16  Alexandre JulliardMore robust detection of charset names.
2003-09-16  Alexandre JulliardMoved most kernel string functions to dlls/kernel.
2003-09-16  Alexandre JulliardMoved most 32-bit heap functions to dlls/kernel.
2003-09-16  Alex Pasadyn- Use HeapAlloc instead of GlobalAlloc in FindNextFile.
2003-09-16  Rolf KalbermatterAdded a few todo_wine tests with filenames with wildcards.
2003-09-16  Rolf KalbermatterRemove <ntstatus.h> to allow compilation with MS PSDK...
2003-09-15  Mike McCormackMove the mailslot stubs into the dlls/kernel directory.
2003-09-15  Alexandre JulliardRemove generated assembly code on make clean.
2003-09-15  Kevin Groeneveld- Fix small bug with parsing of numbers in BuildCommDCB...
2003-09-12  Kevin GroeneveldAdd missing wReserved1 member to DCB structure definition.
2003-09-11  Geoff ThorpeAdded a stub for Heap32ListFirst.
2003-09-11  Francois GougetModify winetest_ok to only add a trailing '\n' if there...
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-08  Francois GougetFix the case of product and company names.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-03  Alexandre JulliardMoved the implementation of the pthread wrappers to...
2003-09-02  Juan LangFix FormatMessage when FORMAT_MESSAGE_FROM_HMODULE...
2003-09-01  Alexandre JulliardDon't strip the path in LoadModule16 before we have...
2003-08-28  Alexandre JulliardStart using the exported TEB structure from winternl...
2003-08-28  Alexandre JulliardRenamed EXCEPTION_FRAME to EXCEPTION_REGISTRATION_RECOR...
2003-08-27  Alexandre JulliardRenamed a few TEB fields to use the "official" names.
2003-08-27  Alexandre JulliardRemoved some no longer needed definitions from stackfra...
2003-08-27  Alexandre JulliardConverted remaining 16-bit functions to the new varargs...
2003-08-27  Alexandre JulliardAdded varargs support for 16-bit entry points.
2003-08-26  Alexandre JulliardMoved profile functions to dlls/kernel.
2003-08-26  Alexandre JulliardMoved a few more functions to dlls/kernel.
2003-08-26  Alexandre JulliardMoved 16-bit relay and snoop support to dlls/kernel.
2003-08-25  Alexandre JulliardMoved selector fixup for the relay code to the callto16...
2003-08-25  Alexandre JulliardMoved 16-bit calls initialization and exception handlin...
2003-08-23  Alexandre JulliardExtended WOWCallback16Ex to support register functions...
2003-08-23  Alexandre JulliardMoved 16-bit builtin module handling to dlls/kernel...
2003-08-23  Alexandre JulliardMoved most of the 16-bit task support and NE module...
2003-08-19  Alexandre JulliardRenamed system.dll to system.drv.
2003-08-19  Alexandre JulliardReplaced remaining calls to PROFILE_GetWineIniString...
2003-08-18  Alexandre JulliardFree the debug info when making a critical section...
2003-08-18  Jon GriffithsSpelling fixes.
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-08-12  Dimitrie O. PaunConsolidate all kernel power management functions.
2003-08-08  Patrik StridvallFixed some issues found by winapi_check.
2003-08-06  Alexandre JulliardWarning fixes.
2003-07-19  Jon GriffithsFix MSVC warning.
2003-07-09  Gerald PfeiferAdd charset information as used by FreeBSD.
2003-07-09  Dmitry TimoshkovAdded support for CP_UNIXCP.
2003-07-09  Alexandre JulliardImplemented the ThreadBasicInformation case for
2003-07-08  Alexandre JulliardImplemented NtRead/WriteVirtualMemory.
2003-07-03  Dmitry TimoshkovExit ealier from LCMapStringA in the case of LCMAP_SORTKEY.
2003-07-02  Francois GougetFixed some common spelling errors.
2003-06-30  Dmitry TimoshkovAdd tests for NORM_IGNORENONSPACE and NORM_IGNORESYMBOL...
2003-06-30  Alexandre JulliardReplace calls to WaitForMultipleObjects with a 0 count...
2003-06-27  Dmitry TimoshkovImplement LCMapString using unicode collation tables.
2003-06-27  Alexandre JulliardMoved some of the process functions to dlls/kernel.
2003-06-26  Eric Pouech- made async.h ready for use in ntdll: replaced all...
2003-06-26  Eric PouechAdded a small test for process exit code retrieval.
2003-06-24  Alexandre JulliardMoved tape.c to dlls/kernel.
2003-06-24  Eric Pouech- start moving a few file related functions from files...
2003-06-23  Eric Pouech- in kernel32, replaced all {Enter|Leave}CriticalSectio...
2003-06-23  Eric PouechIn console input record queue, replace semaphore with...
2003-06-21  Eric Pouech- adapted kernel32 so that it no longer (directly)...
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-06-18  Francois GougetTypos/spelling fixes.
2003-06-18  Eric Pouech- kernel32's environment tests: a few more tests now...
2003-06-18  Eric Pouech- fixed a couple of bugs in ntdll environment functions...
2003-06-06  Mike McCormackAlways return FALSE when doing an overlapped ConnectNam...
2003-06-04  Lionel UlmerImplemented a semi-stub for GetProcessPriorityBoost.
2003-05-22  Alexandre JulliardBeep() is still needed in ntdll, move it back to some...
2003-05-21  Alexandre JulliardMoved misc/error.c to dlls/kernel/error16.c.
2003-05-21  Gerald PfeiferAvoid "might be used uninitialized" warning in exercize...
2003-05-20  Alexandre JulliardMoved system.dll implementation to dlls/kernel.
2003-05-20  Eric PouechImplement anonymous pipes on top of named pipes.
2003-05-20  Alexandre JulliardMoved timer functions to dlls/kernel.
2003-05-20  Alexandre JulliardUse the trace macro for debugging output.
2003-05-20  Alexandre JulliardAdded value for default Unix codepage to all the locale...
2003-05-19  Ferenc WagnerNew _lcreat tests for filename ending in a slash and...
2003-05-16  Alexandre JulliardCall the user signal proc for exe modules too, to avoid...
2003-05-16  Alexandre JulliardMoved most local heap functions to dlls/kernel.
2003-05-16  Alexandre JulliardMoved atom functions to dlls/kernel.
2003-05-15  Alexandre JulliardMoved vxd support to winedos.
2003-05-15  Dan KegelMore named pipes tests.
2003-05-15  Mike McCormack- rewrite of the named pipe code
2003-05-13  Alexandre JulliardMake the test pass on NT4 too.
2003-05-13  Dmitry TimoshkovFix an obvious typo in get_res_name. Spotted by Mike...
next