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 |
2003-09-15 |
Alexandre Julliard | Remove generated assembly code on make clean. |
tree | commitdiff |
2003-09-15 |
Kevin Groeneveld | - Fix small bug with parsing of numbers in BuildCommDCB... |
tree | commitdiff |
2003-09-12 |
Kevin Groeneveld | Add missing wReserved1 member to DCB structure definition. |
tree | commitdiff |
2003-09-11 |
Geoff Thorpe | Added a stub for Heap32ListFirst. |
tree | commitdiff |
2003-09-11 |
Francois Gouget | Modify winetest_ok to only add a trailing '\n' if there... |
tree | commitdiff |
2003-09-10 |
Alexandre Julliard | Removed the A/W constants for builtin cursors, icons... |
tree | commitdiff |
2003-09-08 |
Francois Gouget | Fix the case of product and company names. |
tree | commitdiff |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
tree | commitdiff |
2003-09-03 |
Alexandre Julliard | Moved the implementation of the pthread wrappers to... |
tree | commitdiff |
2003-09-02 |
Juan Lang | Fix FormatMessage when FORMAT_MESSAGE_FROM_HMODULE... |
tree | commitdiff |
2003-09-01 |
Alexandre Julliard | Don't strip the path in LoadModule16 before we have... |
tree | commitdiff |
2003-08-28 |
Alexandre Julliard | Start using the exported TEB structure from winternl... |
tree | commitdiff |
2003-08-28 |
Alexandre Julliard | Renamed EXCEPTION_FRAME to EXCEPTION_REGISTRATION_RECOR... |
tree | commitdiff |
2003-08-27 |
Alexandre Julliard | Renamed a few TEB fields to use the "official" names. |
tree | commitdiff |
2003-08-27 |
Alexandre Julliard | Removed some no longer needed definitions from stackfra... |
tree | commitdiff |
2003-08-27 |
Alexandre Julliard | Converted remaining 16-bit functions to the new varargs... |
tree | commitdiff |
2003-08-27 |
Alexandre Julliard | Added varargs support for 16-bit entry points. |
tree | commitdiff |
2003-08-26 |
Alexandre Julliard | Moved profile functions to dlls/kernel. |
tree | commitdiff |
2003-08-26 |
Alexandre Julliard | Moved a few more functions to dlls/kernel. |
tree | commitdiff |
2003-08-26 |
Alexandre Julliard | Moved 16-bit relay and snoop support to dlls/kernel. |
tree | commitdiff |
2003-08-25 |
Alexandre Julliard | Moved selector fixup for the relay code to the callto16... |
tree | commitdiff |
2003-08-25 |
Alexandre Julliard | Moved 16-bit calls initialization and exception handlin... |
tree | commitdiff |
2003-08-23 |
Alexandre Julliard | Extended WOWCallback16Ex to support register functions... |
tree | commitdiff |
2003-08-23 |
Alexandre Julliard | Moved 16-bit builtin module handling to dlls/kernel... |
tree | commitdiff |
2003-08-23 |
Alexandre Julliard | Moved most of the 16-bit task support and NE module... |
tree | commitdiff |
next |