2004-06-15 |
Alexandre Julliard | Store the number of processors in the PEB structure. |
blob | commitdiff | raw |
2004-06-14 |
Mike McCormack | Implemented SetFilePointerEx. |
blob | commitdiff | raw | diff to current |
2004-06-02 |
Raphael Junqueira | Semi stubs for GetSystemWow64Directory[AW]. |
blob | commitdiff | raw | diff to current |
2004-04-23 |
Alexandre Julliard | Make DIR_nt_to_unix return STATUS_NO_SUCH_FILE instead of |
blob | commitdiff | raw | diff to current |
2004-04-14 |
Alexandre Julliard | Moved wine_get_unix_file_name implementation to ntdll... |
blob | commitdiff | raw | diff to current |
2004-04-02 |
Hans Leidekker | GetConsoleInfo() pseudo stub. |
blob | commitdiff | raw | diff to current |
2004-04-01 |
Raphael Junqueira | Added some stubs. |
blob | commitdiff | raw | diff to current |
2004-03-17 |
Raphael Junqueira | Added stub for SignalObjectAndWait. |
blob | commitdiff | raw | diff to current |
2004-03-11 |
Alexandre Julliard | The OpenConsoleW inherit argument is a boolean not a |
blob | commitdiff | raw | diff to current |
2004-03-03 |
Rein Klazes | Implemented GetDaylightFlag. |
blob | commitdiff | raw | diff to current |
2004-02-27 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2004-02-24 |
Alexandre Julliard | Removed some of the DOS device hacks (based on a patch... |
blob | commitdiff | raw | diff to current |
2004-01-30 |
Jon Griffiths | Add stubs for the Activation Context API (XP+). |
blob | commitdiff | raw | diff to current |
2004-01-14 |
Eric Pouech | - got rid of FILE_Dup2 export from kernel32 |
blob | commitdiff | raw | diff to current |
2004-01-12 |
Eric Pouech | Implemented Toolhelp32ReadProcessMemory. |
blob | commitdiff | raw | diff to current |
2004-01-05 |
Eric Pouech | Made wine_get_unix_file_name take a Unicode string... |
blob | commitdiff | raw | diff to current |
2003-11-25 |
Eric Pouech | Got rid of DRIVE_OpenDevice, and replaced it with Win32... |
blob | commitdiff | raw | diff to current |
2003-11-18 |
Alexandre Julliard | Use the wine_ldt_* functions directly in winedos instea... |
blob | commitdiff | raw | diff to current |
2003-11-17 |
Alexandre Julliard | Moved toolhelp.h to dlls/kernel. |
blob | commitdiff | raw | diff to current |
2003-11-14 |
Eric Pouech | - moved the remaining of int21 calls to dlls/winedos |
blob | commitdiff | raw | diff to current |
2003-11-03 |
Mike McCormack | Stubs for job control. |
blob | commitdiff | raw | diff to current |
2003-10-28 |
Alexandre Julliard | Implemented Add/RemoveVectoredExceptionHandler. |
blob | commitdiff | raw | diff to current |
2003-10-15 |
Jon Griffiths | Implemented FoldStringW. |
blob | commitdiff | raw | diff to current |
2003-10-10 |
Alexandre Julliard | Changed the init code to make libwine load only ntdll... |
blob | commitdiff | raw | diff to current |
2003-10-09 |
Mike McCormack | Stub implementations for some functions related to... |
blob | commitdiff | raw | diff to current |
2003-10-06 |
Jon Griffiths | Implemented GetCPInfoExA/W. |
blob | commitdiff | raw | diff to current |
2003-10-01 |
Mike McCormack | Stubs for Get/SetUserGeoID(). |
blob | commitdiff | raw | diff to current |
2003-09-24 |
Jon Griffiths | Add LanguageGroup/GeoID enumeration fns. |
blob | commitdiff | raw | diff to current |
2003-09-19 |
Eric Pouech | Implemented kernel32.GetIoProcessCounters and stubbed |
blob | commitdiff | raw | diff to current |
2003-09-15 |
Mike McCormack | Move the mailslot stubs into the dlls/kernel directory. |
blob | commitdiff | raw | diff to current |
2003-09-11 |
Geoff Thorpe | Added a stub for Heap32ListFirst. |
blob | commitdiff | raw | diff to current |
2003-08-23 |
Alexandre Julliard | Extended WOWCallback16Ex to support register functions... |
blob | commitdiff | raw | diff to current |
2003-08-12 |
Dimitrie O. Paun | Consolidate all kernel power management functions. |
blob | commitdiff | raw | diff to current |
2003-06-21 |
Eric Pouech | - adapted kernel32 so that it no longer (directly)... |
blob | commitdiff | raw | diff to current |
2003-06-04 |
Lionel Ulmer | Implemented a semi-stub for GetProcessPriorityBoost. |
blob | commitdiff | raw | diff to current |
2003-05-16 |
Alexandre Julliard | Call the user signal proc for exe modules too, to avoid... |
blob | commitdiff | raw | diff to current |
2003-05-04 |
Lionel Ulmer | Added SetSystemTimeAdjustment stub. |
blob | commitdiff | raw | diff to current |
2003-04-08 |
Michal Janusz Miroslaw | Add stub for InvalidateNLSCache. |
blob | commitdiff | raw | diff to current |
2003-04-03 |
Paul McNett | Stubs for BeginUpdateResourceA(), BeginUpdateResourceW(), |
blob | commitdiff | raw | diff to current |
2003-03-26 |
Maxime Bellengé | Stubs for EnumSystemLanguageGroups{A|W}. |
blob | commitdiff | raw | diff to current |
2003-03-20 |
Alexandre Julliard | Take advantage of new winebuild syntax to remove redund... |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Alexandre Julliard | Replaced forwards by normal function declarations. |
blob | commitdiff | raw | diff to current |
2003-03-14 |
Rein Klazes | Added stub for GetDevicePowerState(). |
blob | commitdiff | raw | diff to current |
2003-03-04 |
Jukka Heinonen | Move decoding of long file name functions to winedos. |
blob | commitdiff | raw | diff to current |
2003-02-26 |
Mike Hearn | Implemented GlobalMemoryStatusEx(). |
blob | commitdiff | raw | diff to current |
2003-02-19 |
Jukka Heinonen | Move resize memory block to winedos and make it resize... |
blob | commitdiff | raw | diff to current |
2003-01-13 |
Robert Shearman | - Add some stubs. |
blob | commitdiff | raw | diff to current |
2003-01-03 |
Dominik Strasser | Implement VerSetConditionMask by forwarding to ntdll. |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Alberto Massari | Add stub implementation for ReplaceFile. |
blob | commitdiff | raw | diff to current |
2002-12-19 |
Martin Fuchs | Implementation of SystemTimeToTzSpecificLocalTime(... |
blob | commitdiff | raw | diff to current |
2002-12-17 |
Alexandre Julliard | Implemented the Fiber* functions (with the help of... |
blob | commitdiff | raw | diff to current |
2002-12-15 |
Alexandre Julliard | Added support for defining forward functions as stdcall... |
blob | commitdiff | raw | diff to current |
2002-12-12 |
Francois Gouget | Add stubs for missing APIs. |
blob | commitdiff | raw | diff to current |
2002-12-07 |
Jukka Heinonen | Move int08 stub and LOL to upper memory. |
blob | commitdiff | raw | diff to current |
2002-12-02 |
Jukka Heinonen | Move DPMI segments to winedos. |
blob | commitdiff | raw | diff to current |
2002-12-02 |
Jukka Heinonen | Rename old DOS3Call as INT_Int21Handler and make new... |
blob | commitdiff | raw | diff to current |
2002-11-27 |
Steve Lustbader | Provide stubs for DnsHostnameToComputerNameA/W. |
blob | commitdiff | raw | diff to current |
2002-11-27 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2002-11-27 |
Jukka Heinonen | Moved handlers for int25 and int26 to winedos. |
blob | commitdiff | raw | diff to current |
2002-11-25 |
Steve Lustbader | Stubs for CreateTimerQueue and DeleteTimerQueueEx. |
blob | commitdiff | raw | diff to current |
2002-11-24 |
Jukka Heinonen | Moved handlers for int11, int15 and int5c to winedos. |
blob | commitdiff | raw | diff to current |
2002-11-23 |
Jukka Heinonen | Move int2f handler to winedos. |
blob | commitdiff | raw | diff to current |
2002-11-21 |
Jukka Heinonen | Removed last users of msdos/interrupts.c. |
blob | commitdiff | raw | diff to current |
2002-11-18 |
Jukka Heinonen | Removed obsolete INT_Int31Handler. |
blob | commitdiff | raw | diff to current |
2002-11-15 |
Ryan Cumming | Implemented GetFileSizeEx (based on a patch by Steve... |
blob | commitdiff | raw | diff to current |
2002-11-15 |
Martin Wilck | - Allow setting NetBIOS ComputerName through registry. |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Jukka Heinonen | Move simple interrupt handlers to winedos. |
blob | commitdiff | raw | diff to current |
2002-11-11 |
Jukka Heinonen | Move all int31 functions to winedos. |
blob | commitdiff | raw | diff to current |
2002-11-06 |
Alexandre Julliard | Added winebuild -e option to specify the entry point... |
blob | commitdiff | raw | diff to current |
2002-10-29 |
Jukka Heinonen | Modify winedos interrupt handlers so that they work... |
blob | commitdiff | raw | diff to current |
2002-10-18 |
Alexandre Julliard | Merged wine_call_to_16_long and wine_call_to_16_short... |
blob | commitdiff | raw | diff to current |
2002-10-17 |
Alexandre Julliard | Use the WOWHandle functions to convert between task... |
blob | commitdiff | raw | diff to current |
2002-10-07 |
Steve Lustbader | Provide stubs for Create/DeleteTimerQueueTimer. |
blob | commitdiff | raw | diff to current |
2002-10-07 |
Steve Lustbader | Implement GetUserDefaultUILanguage and GetSystemDefault... |
blob | commitdiff | raw | diff to current |
2002-09-24 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2002-09-17 |
Alexandre Julliard | Implemented the ntdll virtual memory functions, and... |
blob | commitdiff | raw | diff to current |
2002-09-06 |
Alexandre Julliard | Link all remaining dlls except kernel32 as separated... |
blob | commitdiff | raw | diff to current |
2002-08-16 |
Aric Stewart | Added SwitchToThread. |
blob | commitdiff | raw | diff to current |
2002-08-15 |
Alexandre Julliard | Fixed GetLocaleInfoW to handle Unicode properly and... |
blob | commitdiff | raw | diff to current |
2002-06-21 |
Alexandre Julliard | Made some more spec file entries optional or unnecessary. |
blob | commitdiff | raw | diff to current |
2002-06-14 |
Alexandre Julliard | Unregister 16-bit dlls on module unload. |
blob | commitdiff | raw | diff to current |
2002-06-01 |
Alexandre Julliard | Removed some more trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-24 |
Vincent Béron | Partial implementation of VerifyVersionInfo{A,W}. |
blob | commitdiff | raw | diff to current |
2002-05-14 |
Alexandre Julliard | Added winebuild support for generating a .dbg.c file... |
blob | commitdiff | raw | diff to current |
2002-05-11 |
Alexandre Julliard | Added -res option to specify resources on winebuild... |
blob | commitdiff | raw | diff to current |
2002-05-09 |
Juergen Schmied | Stub for VerifyVersionInfoW. |
blob | commitdiff | raw | diff to current |
2002-05-09 |
Alexandre Julliard | Moved imports specification from the .spec into the... |
blob | commitdiff | raw | diff to current |
2002-04-02 |
Geoffrey Hausheer | Added test for thread functions. |
blob | commitdiff | raw | diff to current |
2002-04-02 |
Chris Morgan | Implement OpenThread() winapi call. |
blob | commitdiff | raw | diff to current |
2002-02-27 |
Eric Pouech | New XP debugging APIs: implemented DebugActiveProcessStop, |
blob | commitdiff | raw | diff to current |
2002-01-29 |
Dmitry Timoshkov | Added GetComputerNameEx[AW] semi-stub. |
blob | commitdiff | raw | diff to current |
2002-01-12 |
Alexandre Julliard | Updated debug channels. |
blob | commitdiff | raw | diff to current |
2001-12-19 |
Alexandre Julliard | Moved heap functions to ntdll. |
blob | commitdiff | raw | diff to current |
2001-12-14 |
Alexandre Julliard | Made register and interrupt flags instead of entry... |
blob | commitdiff | raw | diff to current |
2001-11-19 |
Francois Gouget | Better relaying for _lcreat. |
blob | commitdiff | raw | diff to current |
2001-08-24 |
Mike McCormack | Add stubs for several named pipe functions. |
blob | commitdiff | raw | diff to current |
2001-08-22 |
Mike McCormack | Added stub for CancelIo. |
blob | commitdiff | raw | diff to current |
2001-08-06 |
Marcus Meissner | SetCommConfig has 3 arguments, not 2. |
blob | commitdiff | raw | diff to current |
2001-07-10 |
Mike McCormack | Start implementing named pipes. |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Mike McCormack | Declare stubs for ReadFileEx, WriteFileEx. |
blob | commitdiff | raw | diff to current |
next |