Added chevron support.
[wine] / dlls / kernel /
2003-11-06  Alexandre JulliardMoved loader/module.c to dlls/kernel.
2003-11-05  Alexandre JulliardAdded wine_pthread_create_thread and wine_pthread_exit_...
2003-11-05  Alexandre JulliardUse the signal stack pointer to determine the current...
2003-11-05  Alexandre JulliardSet %fs and %gs in the register context to their curren...
2003-11-04  Alexandre JulliardAllocate the TEB and signal stack separately from the...
2003-11-03  Mike McCormackStubs for job control.
2003-10-31  Dmitry TimoshkovReplace 28591 by 28605 (euro) for appropriate locales.
2003-10-31  Alexandre JulliardImplemented RtlCreateUserThread, and use it to move...
2003-10-30  Mike McCormackAdded a test for mailslots.
2003-10-30  Mike McCormackReturn more sane mailslot error values.
2003-10-30  Mike McCormackFix incorrectly sized buffer.
2003-10-28  Alexandre JulliardRestored emulation of protected instructions in 32...
2003-10-28  Francois GougetWeekly spelling fixes.
2003-10-28  Alexandre JulliardImplemented Add/RemoveVectoredExceptionHandler.
2003-10-28  Uwe BonnesFormatMessageW: Allocate anough space.
2003-10-28  Alexandre JulliardFixed typo that broke handling of .com and .bat files.
2003-10-27  Shachar ShemeshUpdated Hebrew resources.
2003-10-24  Alexandre JulliardUse sigsetjmp instead of setjmp in Wine internal except...
2003-10-24  Alexandre JulliardCall the application entry point from kernel32, some...
2003-10-24  Jon GriffithsAdded tests for FoldStringA/W.
2003-10-24  Jon GriffithsImplemented FoldStringA (using W version).
2003-10-22  Alexandre JulliardSimplified signal stack allocation a bit, and avoid...
2003-10-21  Ferenc WagnerAccount for unique NT4 behaviour.
2003-10-16  Alexandre JulliardReplaced a few more 0xffffffff by the appropriate const...
2003-10-16  Alexandre JulliardFixed handling of relay and snoop include/exclude lists...
2003-10-16  Alexandre JulliardPrint thread id in snoop traces.
2003-10-15  Jon GriffithsImplemented FoldStringW.
2003-10-15  Alexandre JulliardGet rid of the drive codepages and use CP_UNIXCP instead.
2003-10-14  Alexandre JulliardMoved codepage functions to dlls/kernel.
2003-10-14  Oleg ProkhorovAnother portion of HeapReAlloc fixes.
2003-10-14  Jukka HeinonenRemove races from DPMI async event handling.
2003-10-14  Alexandre JulliardSet or clear the BeingDebugged flag in the PEB when...
2003-10-14  Alexandre JulliardAdded check for pthread.h (reported by Steven Edwards).
2003-10-11  Alexandre JulliardUpdate __wine_main_argc after option processing.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-10-10  Alexandre JulliardDon't reference the environ global variable from kernel...
2003-10-10  Alexandre JulliardWe can now use the standard DllMain as entry point.
2003-10-10  Alexandre JulliardLink kernel32 as a normal dll.
2003-10-10  Alexandre JulliardChanged the init code to make libwine load only ntdll...
2003-10-09  Alexandre JulliardUse the Rtl bitmap functions to implement Tls allocation.
2003-10-09  Alexandre JulliardWe need to initialize the relay debug lists for +snoop...
2003-10-09  Oleg ProkhorovAvoid HeapReAlloc of a NULL pointer.
2003-10-09  Mike McCormackStub implementations for some functions related to...
2003-10-09  Alexandre JulliardMoved the constructor for the initial TEB to ntdll...
2003-10-08  Alexandre JulliardAdded __wine_set_signal_fs function to avoid sharing the
2003-10-08  Alexandre JulliardDuplicate parts of the relay debugging init code into...
2003-10-08  Alexandre JulliardMoved build_command_line back to kernel and make it...
2003-10-08  Alexandre JulliardMoved a few more functions to the dlls/kernel directory.
2003-10-08  Alexandre JulliardLink all remaining files that contain kernel APIs into...
2003-10-08  Alexandre JulliardAdded hack to call CreateFileW through a pointer so...
2003-10-08  Alexandre JulliardGet rid of the argv0 and full_argv0 global variables.
2003-10-06  Alexandre JulliardMoved the final process init and dependency loading to
2003-10-06  Jon GriffithsImplemented GetCPInfoExA/W.
2003-10-04  Alexandre JulliardConverted process creation to Unicode.
2003-10-04  Jukka HeinonenReboot (int19) under DOS now does ExitProcess.
2003-10-02  Alexandre JulliardChanged LdrLoadDll to only search for the dll in the...
2003-10-01  Jon GriffithsDocumentation updates.
2003-10-01  Mike McCormackStubs for Get/SetUserGeoID().
2003-09-30  Alexandre JulliardStore module names in Unicode in the server.
2003-09-30  Daniel MarmierUse #ifdef instead of #if for all feature tests.
2003-09-30  Robert ShearmanSet version of kernel32 to Windows 2000 SP4.
2003-09-29  Alexandre JulliardConverted most of the loader code to Unicode.
2003-09-29  Francois GougetSome spelling fixes.
2003-09-27  Alexandre JulliardConverted the load order code to use Unicode throughout.
2003-09-27  Alexandre JulliardRenamed comm.dll, display.dll, keyboard.dll and mouse...
2003-09-26  Dimitrie O. PaunRemove the obsolete pascal16 (replaced by pascal -ret16).
2003-09-25  Alexandre JulliardMoved loadorder support to dlls/ntdll.
2003-09-25  Jon GriffithsVarious test fixes for XP/msvc.
2003-09-24  Alexandre JulliardMoved DLLFLAGS to a separate variable instead of includ...
2003-09-24  Jon GriffithsMore locale tests.
2003-09-24  Jon GriffithsAdd LanguageGroup/GeoID enumeration fns.
2003-09-24  Alexandre JulliardMoved the Windows version code to dlls/ntdll, and imple...
2003-09-23  Alexandre JulliardAuthors: Juraj Hercek <juraj@syncad.com>, Eric Frias...
2003-09-19  Alexandre JulliardMoved 32-bit relay and snoop support to dlls/ntdll.
2003-09-19  Alexandre JulliardMoved the 32-bit builtin loader and the remaining bits...
2003-09-19  Eric PouechImplemented kernel32.GetIoProcessCounters and stubbed
2003-09-19  Eric PouechBy default, console handles are inheritable.
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.
next