2003-11-05 |
Alexandre Julliard | Set %fs and %gs in the register context to their curren... |
tree | commitdiff |
2003-11-04 |
Alexandre Julliard | Allocate the TEB and signal stack separately from the... |
tree | commitdiff |
2003-11-03 |
Mike McCormack | Stubs for job control. |
tree | commitdiff |
2003-10-31 |
Dmitry Timoshkov | Replace 28591 by 28605 (euro) for appropriate locales. |
tree | commitdiff |
2003-10-31 |
Alexandre Julliard | Implemented RtlCreateUserThread, and use it to move... |
tree | commitdiff |
2003-10-30 |
Mike McCormack | Added a test for mailslots. |
tree | commitdiff |
2003-10-30 |
Mike McCormack | Return more sane mailslot error values. |
tree | commitdiff |
2003-10-30 |
Mike McCormack | Fix incorrectly sized buffer. |
tree | commitdiff |
2003-10-28 |
Alexandre Julliard | Restored emulation of protected instructions in 32... |
tree | commitdiff |
2003-10-28 |
Francois Gouget | Weekly spelling fixes. |
tree | commitdiff |
2003-10-28 |
Alexandre Julliard | Implemented Add/RemoveVectoredExceptionHandler. |
tree | commitdiff |
2003-10-28 |
Uwe Bonnes | FormatMessageW: Allocate anough space. |
tree | commitdiff |
2003-10-28 |
Alexandre Julliard | Fixed typo that broke handling of .com and .bat files. |
tree | commitdiff |
2003-10-27 |
Shachar Shemesh | Updated Hebrew resources. |
tree | commitdiff |
2003-10-24 |
Alexandre Julliard | Use sigsetjmp instead of setjmp in Wine internal except... |
tree | commitdiff |
2003-10-24 |
Alexandre Julliard | Call the application entry point from kernel32, some... |
tree | commitdiff |
2003-10-24 |
Jon Griffiths | Added tests for FoldStringA/W. |
tree | commitdiff |
2003-10-24 |
Jon Griffiths | Implemented FoldStringA (using W version). |
tree | commitdiff |
2003-10-22 |
Alexandre Julliard | Simplified signal stack allocation a bit, and avoid... |
tree | commitdiff |
2003-10-21 |
Ferenc Wagner | Account for unique NT4 behaviour. |
tree | commitdiff |
2003-10-16 |
Alexandre Julliard | Replaced a few more 0xffffffff by the appropriate const... |
tree | commitdiff |
2003-10-16 |
Alexandre Julliard | Fixed handling of relay and snoop include/exclude lists... |
tree | commitdiff |
2003-10-16 |
Alexandre Julliard | Print thread id in snoop traces. |
tree | commitdiff |
2003-10-15 |
Jon Griffiths | Implemented FoldStringW. |
tree | commitdiff |
2003-10-15 |
Alexandre Julliard | Get rid of the drive codepages and use CP_UNIXCP instead. |
tree | commitdiff |
2003-10-14 |
Alexandre Julliard | Moved codepage functions to dlls/kernel. |
tree | commitdiff |
2003-10-14 |
Oleg Prokhorov | Another portion of HeapReAlloc fixes. |
tree | commitdiff |
2003-10-14 |
Jukka Heinonen | Remove races from DPMI async event handling. |
tree | commitdiff |
2003-10-14 |
Alexandre Julliard | Set or clear the BeingDebugged flag in the PEB when... |
tree | commitdiff |
2003-10-14 |
Alexandre Julliard | Added check for pthread.h (reported by Steven Edwards). |
tree | commitdiff |
2003-10-11 |
Alexandre Julliard | Update __wine_main_argc after option processing. |
tree | commitdiff |
2003-10-11 |
Dimitrie O. Paun | Remove SYMBOLFILE and LDDLLFLAGS from Makefiles. |
tree | commitdiff |
2003-10-10 |
Alexandre Julliard | Don't reference the environ global variable from kernel... |
tree | commitdiff |
2003-10-10 |
Alexandre Julliard | We can now use the standard DllMain as entry point. |
tree | commitdiff |
2003-10-10 |
Alexandre Julliard | Link kernel32 as a normal dll. |
tree | commitdiff |
2003-10-10 |
Alexandre Julliard | Changed the init code to make libwine load only ntdll... |
tree | commitdiff |
2003-10-09 |
Alexandre Julliard | Use the Rtl bitmap functions to implement Tls allocation. |
tree | commitdiff |
2003-10-09 |
Alexandre Julliard | We need to initialize the relay debug lists for +snoop... |
tree | commitdiff |
2003-10-09 |
Oleg Prokhorov | Avoid HeapReAlloc of a NULL pointer. |
tree | commitdiff |
2003-10-09 |
Mike McCormack | Stub implementations for some functions related to... |
tree | commitdiff |
2003-10-09 |
Alexandre Julliard | Moved the constructor for the initial TEB to ntdll... |
tree | commitdiff |
2003-10-08 |
Alexandre Julliard | Added __wine_set_signal_fs function to avoid sharing the |
tree | commitdiff |
2003-10-08 |
Alexandre Julliard | Duplicate parts of the relay debugging init code into... |
tree | commitdiff |
2003-10-08 |
Alexandre Julliard | Moved build_command_line back to kernel and make it... |
tree | commitdiff |
2003-10-08 |
Alexandre Julliard | Moved a few more functions to the dlls/kernel directory. |
tree | commitdiff |
2003-10-08 |
Alexandre Julliard | Link all remaining files that contain kernel APIs into... |
tree | commitdiff |
2003-10-08 |
Alexandre Julliard | Added hack to call CreateFileW through a pointer so... |
tree | commitdiff |
2003-10-08 |
Alexandre Julliard | Get rid of the argv0 and full_argv0 global variables. |
tree | commitdiff |
2003-10-06 |
Alexandre Julliard | Moved the final process init and dependency loading to |
tree | commitdiff |
2003-10-06 |
Jon Griffiths | Implemented GetCPInfoExA/W. |
tree | commitdiff |
2003-10-04 |
Alexandre Julliard | Converted process creation to Unicode. |
tree | commitdiff |
2003-10-04 |
Jukka Heinonen | Reboot (int19) under DOS now does ExitProcess. |
tree | commitdiff |
2003-10-02 |
Alexandre Julliard | Changed LdrLoadDll to only search for the dll in the... |
tree | commitdiff |
2003-10-01 |
Jon Griffiths | Documentation updates. |
tree | commitdiff |
2003-10-01 |
Mike McCormack | Stubs for Get/SetUserGeoID(). |
tree | commitdiff |
2003-09-30 |
Alexandre Julliard | Store module names in Unicode in the server. |
tree | commitdiff |
2003-09-30 |
Daniel Marmier | Use #ifdef instead of #if for all feature tests. |
tree | commitdiff |
2003-09-30 |
Robert Shearman | Set version of kernel32 to Windows 2000 SP4. |
tree | commitdiff |
2003-09-29 |
Alexandre Julliard | Converted most of the loader code to Unicode. |
tree | commitdiff |
2003-09-29 |
Francois Gouget | Some spelling fixes. |
tree | commitdiff |
2003-09-27 |
Alexandre Julliard | Converted the load order code to use Unicode throughout. |
tree | commitdiff |
2003-09-27 |
Alexandre Julliard | Renamed comm.dll, display.dll, keyboard.dll and mouse... |
tree | commitdiff |
2003-09-26 |
Dimitrie O. Paun | Remove the obsolete pascal16 (replaced by pascal -ret16). |
tree | commitdiff |
2003-09-25 |
Alexandre Julliard | Moved loadorder support to dlls/ntdll. |
tree | commitdiff |
2003-09-25 |
Jon Griffiths | Various test fixes for XP/msvc. |
tree | commitdiff |
2003-09-24 |
Alexandre Julliard | Moved DLLFLAGS to a separate variable instead of includ... |
tree | commitdiff |
2003-09-24 |
Jon Griffiths | More locale tests. |
tree | commitdiff |
2003-09-24 |
Jon Griffiths | Add LanguageGroup/GeoID enumeration fns. |
tree | commitdiff |
2003-09-24 |
Alexandre Julliard | Moved the Windows version code to dlls/ntdll, and imple... |
tree | commitdiff |
2003-09-23 |
Alexandre Julliard | Authors: Juraj Hercek <juraj@syncad.com>, Eric Frias... |
tree | commitdiff |
2003-09-19 |
Alexandre Julliard | Moved 32-bit relay and snoop support to dlls/ntdll. |
tree | commitdiff |
2003-09-19 |
Alexandre Julliard | Moved the 32-bit builtin loader and the remaining bits... |
tree | commitdiff |
2003-09-19 |
Eric Pouech | Implemented kernel32.GetIoProcessCounters and stubbed |
tree | commitdiff |
2003-09-19 |
Eric Pouech | By default, console handles are inheritable. |
tree | commitdiff |
2003-09-18 |
Alexandre Julliard | Moved the wine server client-side support to dlls/ntdll... |
tree | commitdiff |
2003-09-18 |
Alexandre Julliard | Moved a couple more functions to dlls/kernel. |
tree | commitdiff |
2003-09-18 |
Alexandre Julliard | Moved 16-bit global heap, DOS memory and selector funct... |
tree | commitdiff |
2003-09-18 |
Eric Pouech | Set default StdError to fd 2 (was on 1). |
tree | commitdiff |
2003-09-18 |
Alexandre Julliard | Moved synchronization and syslevel routines to dlls... |
tree | commitdiff |
2003-09-18 |
Alexandre Julliard | Keep the file handle of 16-bit modules open while the... |
tree | commitdiff |
2003-09-18 |
Alexandre Julliard | Moved the 16-bit environment support to dlls/kernel. |
tree | commitdiff |
2003-09-18 |
Alexandre Julliard | Reimplemented the 16-bit FindFirstFile, FindNextFile... |
tree | commitdiff |
2003-09-18 |
Alexandre Julliard | Link msdos/int21.c into kernel for now, until it is... |
tree | commitdiff |
2003-09-18 |
Alexandre Julliard | Moved VxDCall support to dlls/kernel. |
tree | commitdiff |
2003-09-17 |
Alexandre Julliard | Moved I/O port handling to dlls/winedos. |
tree | commitdiff |
2003-09-17 |
Jon Griffiths | More tests for kernel NLS functions. |
tree | commitdiff |
2003-09-17 |
Jon Griffiths | Re-implement and optimise the NLS formatting functions... |
tree | commitdiff |
2003-09-17 |
Alexandre Julliard | Use WOWCallback16Ex to switch to vm86 mode so that... |
tree | commitdiff |
2003-09-17 |
Igor Stepin | Added a lot of Russian translations. |
tree | commitdiff |
2003-09-17 |
Jon Griffiths | Documentation updates. |
tree | commitdiff |
2003-09-17 |
Alexandre Julliard | Moved almost all remaining process, thread, fiber and... |
tree | commitdiff |
2003-09-17 |
Alexandre Julliard | Moved instruction emulation to dlls/kernel. |
tree | commitdiff |
2003-09-17 |
Rolf Kalbermatter | Fix another error under Win9x (hopefully). |
tree | commitdiff |
2003-09-16 |
Alexandre Julliard | More robust detection of charset names. |
tree | commitdiff |
2003-09-16 |
Alexandre Julliard | Moved most kernel string functions to dlls/kernel. |
tree | commitdiff |
2003-09-16 |
Alexandre Julliard | Moved most 32-bit heap functions to dlls/kernel. |
tree | commitdiff |
2003-09-16 |
Alex Pasadyn | - Use HeapAlloc instead of GlobalAlloc in FindNextFile. |
tree | commitdiff |
2003-09-16 |
Rolf Kalbermatter | Added a few todo_wine tests with filenames with wildcards. |
tree | commitdiff |
2003-09-16 |
Rolf Kalbermatter | Remove <ntstatus.h> to allow compilation with MS PSDK... |
tree | commitdiff |
2003-09-15 |
Mike McCormack | Move the mailslot stubs into the dlls/kernel directory. |
tree | commitdiff |
next |