2003-03-20 |
Alexandre Julliard | Take advantage of new winebuild syntax to remove redund... |
tree | commitdiff |
2003-03-20 |
Alexandre Julliard | Moved libwine_uuid to the new libs/ directory. |
tree | commitdiff |
2003-03-18 |
Jon Griffiths | Documentation updates. |
tree | commitdiff |
2003-03-18 |
Alexandre Julliard | Implemented file locking functions (partly based on... |
tree | commitdiff |
2003-03-17 |
Alexandre Julliard | Replaced forwards by normal function declarations. |
tree | commitdiff |
2003-03-14 |
Rein Klazes | Added stub for GetDevicePowerState(). |
tree | commitdiff |
2003-03-14 |
Alexandre Julliard | Warning fixes. |
tree | commitdiff |
2003-03-12 |
Marcus Meissner | Fixed 2 fd leaks in comm functions. |
tree | commitdiff |
2003-03-04 |
Stefan Leichter | Added tests for GetPrivateProfileInt. |
tree | commitdiff |
2003-03-04 |
Jukka Heinonen | Move decoding of long file name functions to winedos. |
tree | commitdiff |
2003-02-27 |
Alexandre Julliard | Replaced most uses of the auto-generated glue code... |
tree | commitdiff |
2003-02-27 |
Alexandre Julliard | Moved CreateThread16 to kernel, and made it use WOWCall... |
tree | commitdiff |
2003-02-26 |
Alexandre Julliard | Moved LDT selector allocation routines to libwine. |
tree | commitdiff |
2003-02-26 |
Mike Hearn | Implemented GlobalMemoryStatusEx(). |
tree | commitdiff |
2003-02-25 |
Dan Kegel | Now compiles on windows. Added a couple more checks. |
tree | commitdiff |
2003-02-19 |
Alexandre Julliard | Added pipe.ok. |
tree | commitdiff |
2003-02-19 |
Jukka Heinonen | Move resize memory block to winedos and make it resize... |
tree | commitdiff |
2003-02-19 |
Dan Kegel | Added check for illegal pipe names. |
tree | commitdiff |
2003-02-19 |
Jukka Heinonen | When updating the edited line, remember to update attri... |
tree | commitdiff |
2003-02-11 |
Martin Fuchs | Fixed time zone calculation. |
tree | commitdiff |
2003-02-11 |
Alexandre Julliard | Authors: Francois Gouget <fgouget@free.fr>, With help... |
tree | commitdiff |
2003-01-24 |
Alexandre Julliard | Removed no longer needed inclusion of heap.h. |
tree | commitdiff |
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 |
next |