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 |
2003-08-19 |
Alexandre Julliard | Renamed system.dll to system.drv. |
tree | commitdiff |
2003-08-19 |
Alexandre Julliard | Replaced remaining calls to PROFILE_GetWineIniString... |
tree | commitdiff |
2003-08-18 |
Alexandre Julliard | Free the debug info when making a critical section... |
tree | commitdiff |
2003-08-18 |
Jon Griffiths | Spelling fixes. |
tree | commitdiff |
2003-08-12 |
Alexandre Julliard | Allocate DebugInfo field for all critical sections... |
tree | commitdiff |
2003-08-12 |
Dimitrie O. Paun | Consolidate all kernel power management functions. |
tree | commitdiff |
2003-08-08 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2003-08-06 |
Alexandre Julliard | Warning fixes. |
tree | commitdiff |
2003-07-19 |
Jon Griffiths | Fix MSVC warning. |
tree | commitdiff |
2003-07-09 |
Gerald Pfeifer | Add charset information as used by FreeBSD. |
tree | commitdiff |
2003-07-09 |
Dmitry Timoshkov | Added support for CP_UNIXCP. |
tree | commitdiff |
2003-07-09 |
Alexandre Julliard | Implemented the ThreadBasicInformation case for |
tree | commitdiff |
2003-07-08 |
Alexandre Julliard | Implemented NtRead/WriteVirtualMemory. |
tree | commitdiff |
2003-07-03 |
Dmitry Timoshkov | Exit ealier from LCMapStringA in the case of LCMAP_SORTKEY. |
tree | commitdiff |
2003-07-02 |
Francois Gouget | Fixed some common spelling errors. |
tree | commitdiff |
2003-06-30 |
Dmitry Timoshkov | Add tests for NORM_IGNORENONSPACE and NORM_IGNORESYMBOL... |
tree | commitdiff |
2003-06-30 |
Alexandre Julliard | Replace calls to WaitForMultipleObjects with a 0 count... |
tree | commitdiff |
2003-06-27 |
Dmitry Timoshkov | Implement LCMapString using unicode collation tables. |
tree | commitdiff |
2003-06-27 |
Alexandre Julliard | Moved some of the process functions to dlls/kernel. |
tree | commitdiff |
2003-06-26 |
Eric Pouech | - made async.h ready for use in ntdll: replaced all... |
tree | commitdiff |
2003-06-26 |
Eric Pouech | Added a small test for process exit code retrieval. |
tree | commitdiff |
2003-06-24 |
Alexandre Julliard | Moved tape.c to dlls/kernel. |
tree | commitdiff |
2003-06-24 |
Eric Pouech | - start moving a few file related functions from files... |
tree | commitdiff |
2003-06-23 |
Eric Pouech | - in kernel32, replaced all {Enter|Leave}CriticalSectio... |
tree | commitdiff |
2003-06-23 |
Eric Pouech | In console input record queue, replace semaphore with... |
tree | commitdiff |
2003-06-21 |
Eric Pouech | - adapted kernel32 so that it no longer (directly)... |
tree | commitdiff |
2003-06-18 |
Francois Gouget | 'sizeof type' is best avoided as it won't always compil... |
tree | commitdiff |
2003-06-18 |
Francois Gouget | Typos/spelling fixes. |
tree | commitdiff |
2003-06-18 |
Eric Pouech | - kernel32's environment tests: a few more tests now... |
tree | commitdiff |
2003-06-18 |
Eric Pouech | - fixed a couple of bugs in ntdll environment functions... |
tree | commitdiff |
2003-06-06 |
Mike McCormack | Always return FALSE when doing an overlapped ConnectNam... |
tree | commitdiff |
2003-06-04 |
Lionel Ulmer | Implemented a semi-stub for GetProcessPriorityBoost. |
tree | commitdiff |
2003-05-22 |
Alexandre Julliard | Beep() is still needed in ntdll, move it back to some... |
tree | commitdiff |
2003-05-21 |
Alexandre Julliard | Moved misc/error.c to dlls/kernel/error16.c. |
tree | commitdiff |
2003-05-21 |
Gerald Pfeifer | Avoid "might be used uninitialized" warning in exercize... |
tree | commitdiff |
2003-05-20 |
Alexandre Julliard | Moved system.dll implementation to dlls/kernel. |
tree | commitdiff |
2003-05-20 |
Eric Pouech | Implement anonymous pipes on top of named pipes. |
tree | commitdiff |
2003-05-20 |
Alexandre Julliard | Moved timer functions to dlls/kernel. |
tree | commitdiff |
2003-05-20 |
Alexandre Julliard | Use the trace macro for debugging output. |
tree | commitdiff |
2003-05-20 |
Alexandre Julliard | Added value for default Unix codepage to all the locale... |
tree | commitdiff |
2003-05-19 |
Ferenc Wagner | New _lcreat tests for filename ending in a slash and... |
tree | commitdiff |
2003-05-16 |
Alexandre Julliard | Call the user signal proc for exe modules too, to avoid... |
tree | commitdiff |
2003-05-16 |
Alexandre Julliard | Moved most local heap functions to dlls/kernel. |
tree | commitdiff |
2003-05-16 |
Alexandre Julliard | Moved atom functions to dlls/kernel. |
tree | commitdiff |
2003-05-15 |
Alexandre Julliard | Moved vxd support to winedos. |
tree | commitdiff |
2003-05-15 |
Dan Kegel | More named pipes tests. |
tree | commitdiff |
2003-05-15 |
Mike McCormack | - rewrite of the named pipe code |
tree | commitdiff |
2003-05-13 |
Alexandre Julliard | Make the test pass on NT4 too. |
tree | commitdiff |
2003-05-13 |
Dmitry Timoshkov | Fix an obvious typo in get_res_name. Spotted by Mike... |
tree | commitdiff |
next |