2003-01-20 |
Francois Gouget | {Get,Set}ThreadPriorityBoost are stubs on Win98. |
tree | commitdiff |
2003-01-16 |
Bill Medland | Correct GetDateFormat handling of uninitialised fields... |
tree | commitdiff |
2003-01-14 |
Francois Gouget | Remove (POINTER)NULL casts. |
tree | commitdiff |
2003-01-13 |
Robert Shearman | - Add some stubs. |
tree | commitdiff |
2003-01-13 |
Eric Pouech | Added tests for environment variables, debug and suspen... |
tree | commitdiff |
2003-01-09 |
Eric Pouech | Set the edition mode as a specific attribute, not an... |
tree | commitdiff |
2003-01-09 |
Dimitrie O. Paun | Collapse the -hHrs options into the -O option. |
tree | commitdiff |
2003-01-09 |
Eric Pouech | - no longer depend on toolhelp definitions for generati... |
tree | commitdiff |
2003-01-07 |
Dimitrie O. Paun | Define NONAMELESS{STRUCT,UNION} explicitly in the files... |
tree | commitdiff |
2003-01-03 |
Dominik Strasser | Implement VerSetConditionMask by forwarding to ntdll. |
tree | commitdiff |
2003-01-02 |
Alberto Massari | Add stub implementation for ReplaceFile. |
tree | commitdiff |
2003-01-02 |
Eric Pouech | Removed unused #include of module.h. |
tree | commitdiff |
2003-01-02 |
Chris Morgan | Use the locale id we created instead of the system... |
tree | commitdiff |
2002-12-19 |
Francois Gouget | On Win9x "hi\n" gives us "hi\r\n". |
tree | commitdiff |
2002-12-19 |
Chris Morgan | Add additional tests for GetTimeFormat() and GetDateFor... |
tree | commitdiff |
2002-12-19 |
Martin Fuchs | Implementation of SystemTimeToTzSpecificLocalTime(... |
tree | commitdiff |
2002-12-19 |
Francois Gouget | Declare LocalDiscard and GlobalDiscard (used by kernel... |
tree | commitdiff |
2002-12-18 |
Francois Gouget | Improve error reporting. |
tree | commitdiff |
2002-12-18 |
Francois Gouget | All filenames containing a ":" are invalid on Win9x... |
tree | commitdiff |
2002-12-18 |
Francois Gouget | #ifdef-out decodeW since it is not used yet. |
tree | commitdiff |
2002-12-18 |
Francois Gouget | Use strlen or lstrlenA as appropriate to avoid signed... |
tree | commitdiff |
2002-12-17 |
Alexandre Julliard | Implemented the Fiber* functions (with the help of... |
tree | commitdiff |
2002-12-16 |
Andreas Mohr | Added some Win3.1 export stubs. |
tree | commitdiff |
2002-12-15 |
Alexandre Julliard | Added support for defining forward functions as stdcall... |
tree | commitdiff |
2002-12-13 |
Alexandre Julliard | Avoid casts between LARGE_INTEGER and FILETIME. |
tree | commitdiff |
2002-12-13 |
György 'Nog' Jeney | - Reimplement time functions using ntdll functions. |
tree | commitdiff |
2002-12-12 |
Dimitrie O. Paun | Move excpt.h out of include/msvcrt/ as it does not... |
tree | commitdiff |
2002-12-12 |
Francois Gouget | Mention the applications that depend on the behavior... |
tree | commitdiff |
2002-12-12 |
Alexandre Julliard | Added .spec.def files. |
tree | commitdiff |
2002-12-12 |
Francois Gouget | Don't test whether Get{Currency,Date,Number,Time}Format... |
tree | commitdiff |
2002-12-12 |
Francois Gouget | Add stubs for missing APIs. |
tree | commitdiff |
2002-12-12 |
Francois Gouget | Skip the Unicode tests on Win9x. |
tree | commitdiff |
2002-12-12 |
Francois Gouget | Fix the error codes returned by DeleteFile{A,W} to... |
tree | commitdiff |
2002-12-12 |
Francois Gouget | The Win9x platforms support WideCharToMultiByte and |
tree | commitdiff |
2002-12-11 |
Alexandre Julliard | Pass the -J option to wrc to avoid including installed... |
tree | commitdiff |
2002-12-11 |
György 'Nog' Jeney | - Implement RtlLocalTimeToSystemTime and RtlSystemTimeT... |
tree | commitdiff |
2002-12-11 |
Francois Gouget | '"' is an illegal character on Win9x so we cannot test it. |
tree | commitdiff |
2002-12-07 |
Jukka Heinonen | Move int08 stub and LOL to upper memory. |
tree | commitdiff |
2002-12-02 |
Jukka Heinonen | Move DPMI segments to winedos. |
tree | commitdiff |
2002-12-02 |
Jukka Heinonen | Rename old DOS3Call as INT_Int21Handler and make new... |
tree | commitdiff |
2002-12-02 |
Francois Gouget | Removed unnecessary HANDLE typecasts. |
tree | commitdiff |
2002-11-30 |
Hleb Valoska | Some fixes to Belarusian locale. |
tree | commitdiff |
2002-11-30 |
Francois Gouget | {Get,Set}ThreadPriorityBoost and SetThreadIdealProcesso... |
tree | commitdiff |
2002-11-30 |
Francois Gouget | GetDiskFreeSpace(all NULLs) crashes on NT4 -> removed. |
tree | commitdiff |
2002-11-30 |
Francois Gouget | SetEnvironmentVariableA(NULL, NULL) crashes on Win98... |
tree | commitdiff |
2002-11-30 |
Alexandre Julliard | Partially implemented kernel/user times in GetThreadTim... |
tree | commitdiff |
2002-11-27 |
Steve Lustbader | Provide stubs for DnsHostnameToComputerNameA/W. |
tree | commitdiff |
2002-11-27 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-11-27 |
Jukka Heinonen | Moved handlers for int25 and int26 to winedos. |
tree | commitdiff |
2002-11-27 |
Bill Medland | Correct GetNumberFormatA for zero decimals and for... |
tree | commitdiff |
2002-11-25 |
Steve Lustbader | Stubs for CreateTimerQueue and DeleteTimerQueueEx. |
tree | commitdiff |
2002-11-25 |
Alexandre Julliard | Moved some GetThreadTimes tests out of the todo block. |
tree | commitdiff |
2002-11-25 |
György 'Nog' Jeney | - Move SetSystemTime, GetTimeZoneInformation and |
tree | commitdiff |
2002-11-24 |
Jukka Heinonen | Moved handlers for int11, int15 and int5c to winedos. |
tree | commitdiff |
2002-11-23 |
Jukka Heinonen | Move int2f handler to winedos. |
tree | commitdiff |
2002-11-21 |
Marcus Meissner | Handle the COORD <-> DWORD conversion the canonical... |
tree | commitdiff |
2002-11-21 |
Jukka Heinonen | Removed last users of msdos/interrupts.c. |
tree | commitdiff |
2002-11-20 |
Jukka Heinonen | Remove some Win32s specific code. |
tree | commitdiff |
2002-11-20 |
Jukka Heinonen | Removed obsolete code. |
tree | commitdiff |
2002-11-18 |
Alexandre Julliard | Removed support for 'rsrc' spec file statement. |
tree | commitdiff |
2002-11-18 |
Vincent Béron | Added netdb.h protection. |
tree | commitdiff |
2002-11-18 |
Jukka Heinonen | Removed obsolete INT_Int31Handler. |
tree | commitdiff |
2002-11-15 |
Alexandre Julliard | Warning fixes. |
tree | commitdiff |
2002-11-15 |
Ryan Cumming | Implemented GetFileSizeEx (based on a patch by Steve... |
tree | commitdiff |
2002-11-15 |
Martin Wilck | - Allow setting NetBIOS ComputerName through registry. |
tree | commitdiff |
2002-11-12 |
Jukka Heinonen | Move simple interrupt handlers to winedos. |
tree | commitdiff |
2002-11-12 |
Ryan Cumming | Add test for DeleteFileA with empty paths. |
tree | commitdiff |
2002-11-12 |
Patrik Stridvall | Updated the generated tests. |
tree | commitdiff |
2002-11-11 |
Jukka Heinonen | Move all int31 functions to winedos. |
tree | commitdiff |
2002-11-08 |
Ryan Cumming | Remove OLE_GetFormatA, reimplement GetDateFormatA and... |
tree | commitdiff |
2002-11-06 |
Patrik Stridvall | Updated the generated tests. |
tree | commitdiff |
2002-11-06 |
Alexandre Julliard | Added winebuild -e option to specify the entry point... |
tree | commitdiff |
2002-11-04 |
Ryan Cumming | Handle FORMAT_MESSAGE_FROM_HMODULE and FORMAT_MESSAGE_F... |
tree | commitdiff |
2002-11-04 |
Patrik Stridvall | Updated the generated tests. |
tree | commitdiff |
2002-10-29 |
Jukka Heinonen | Modify winedos interrupt handlers so that they work... |
tree | commitdiff |
2002-10-29 |
Patrik Stridvall | Added some defines for compatibility with Windows headers. |
tree | commitdiff |
2002-10-29 |
Eric Pouech | Silence unneeded ERR while converting tasks. |
tree | commitdiff |
2002-10-29 |
Patrik Stridvall | Updated the generated tests. |
tree | commitdiff |
2002-10-25 |
Michael Stefaniuc | Compile the kernel dll with -DSTRICT. |
tree | commitdiff |
2002-10-25 |
Andreas Mohr | - fix some pselling |
tree | commitdiff |
2002-10-25 |
Bill Medland | Fix OLE_GetFormatW so that GetDateFormatW works. |
tree | commitdiff |
2002-10-23 |
Patrik Stridvall | Fixed mismatches between the Wine headers and the Micro... |
tree | commitdiff |
2002-10-23 |
Patrik Stridvall | Updated the generated tests. |
tree | commitdiff |
2002-10-18 |
Alexandre Julliard | Added support for building certain dlls with -DSTRICT. |
tree | commitdiff |
2002-10-18 |
Alexandre Julliard | Added FIXMEs for metafile and fullhwnd handle conversio... |
tree | commitdiff |
2002-10-18 |
Alexandre Julliard | Merged wine_call_to_16_long and wine_call_to_16_short... |
tree | commitdiff |
2002-10-18 |
Stefan Leichter | BuildCommDCBAndTimeoutsA: Made the argument parsing... |
tree | commitdiff |
2002-10-17 |
Alexandre Julliard | Use the WOWHandle functions to convert between task... |
tree | commitdiff |
2002-10-15 |
Patrik Stridvall | Updated the generated tests. |
tree | commitdiff |
2002-10-09 |
Jeff Smith | Spelling corrections. |
tree | commitdiff |
2002-10-07 |
Steve Lustbader | Provide stubs for Create/DeleteTimerQueueTimer. |
tree | commitdiff |
2002-10-07 |
Steve Lustbader | Implement GetUserDefaultUILanguage and GetSystemDefault... |
tree | commitdiff |
2002-10-04 |
Dmitry Timoshkov | Fixed atom test to work on Windows. |
tree | commitdiff |
2002-10-04 |
Dmitry Timoshkov | Added a prototype code page test. Fixed issue regarding... |
tree | commitdiff |
2002-10-03 |
Alexandre Julliard | Added process_id_t and thread_it_t types to the server... |
tree | commitdiff |
2002-10-03 |
Alexandre Julliard | Removed LPxxx handle types that don't exist under Windows. |
tree | commitdiff |
2002-10-02 |
Patrik Stridvall | Added some more autogenerated tests. |
tree | commitdiff |
2002-10-02 |
Alexandre Julliard | Make sure things still work if 16-bit dlls cannot be... |
tree | commitdiff |
2002-10-02 |
Alexandre Julliard | Added --disable-win16 configure option. |
tree | commitdiff |
2002-10-01 |
Patrik Stridvall | Added new autogenerated test for data structure packing. |
tree | commitdiff |
next |