- fix perl syntax error in my own patch
[wine] / scheduler /
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-28  Patrik StridvallMSVC compatibility fixes.
2002-08-27  Alexandre JulliardAdded wine_get_user_name function and got rid of some...
2002-08-27  Dmitry TimoshkovConvert most of the file APIs to Unicode.
2002-08-26  Patrik StridvallMSVC compatibility fixes.
2002-08-20  Marcus MeissnerUse r2 instead of r13 for TLS, since r13 is used in...
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-15  Alexandre JulliardFixed GetLocaleInfoW to handle Unicode properly and...
2002-08-14  Alexandre JulliardMake behavior of builtin executables closer to that...
2002-08-13  Alexandre JulliardFixed race condition when a thread gets killed right...
2002-08-09  Alexandre JulliardImplemented the RtlImage* functions, and use them to...
2002-08-09  Patrik StridvallFixed some issues found by winapi_check.
2002-08-06  Alexandre JulliardAuthors: Josh DuBois <duboisj@codeweavers.com>, Marcus...
2002-07-31  Alexandre JulliardFixed some handle type mismatches and added a few casts...
2002-07-31  Alexandre JulliardMoved initial AllocConsole call to kernel init (based...
2002-07-31  Alexandre JulliardRemove .so extension from main module file name after...
2002-07-31  Alexandre JulliardFixed HANDLE<->HFILE conversions, since they will be...
2002-07-23  Alexandre JulliardFixed handling of .com binaries (thanks to Chris Morgan).
2002-07-22  Alexandre JulliardReplace all uses of PREFIX and @function by the __ASM_N...
2002-07-22  Alexandre JulliardFixed .com binary support.
2002-06-20  Alexandre JulliardCreate the server directory and socket file in /tmp.
2002-06-13  François GougetReset signals to SIG_DFL before starting a child process.
2002-06-04  Patrik StridvallFixed some issues found by winapi_check.
2002-06-04  Alexandre JulliardMoved specification of relay and snoop include/exclude...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-30  Alexandre JulliardAdded wine_server_fd_to_handle to replace FILE_DupUnixH...
2002-05-30  Alexandre JulliardRenamed handle_t to obj_handle_t to avoid conflict...
2002-05-24  Alexandre JulliardA few optimizations in the process startup requests...
2002-05-23  Alexandre JulliardRemoved most inclusions of options.h.
2002-05-22  Alexandre JulliardNew loading scheme for Winelib apps, makes them behave...
2002-05-21  Alexandre JulliardRenamed Winelib apps to .exe.so to follow the dll namin...
2002-05-17  Alexandre JulliardA few fixes for mingw cross-compilation.
2002-05-16  Alexandre JulliardExport global argc/argv variables from libwine and...
2002-05-16  Alexandre JulliardMoved the selector access functions out of winnt.h...
2002-05-14  Alexandre JulliardSpecify the complete source file list for a dll inside...
2002-05-04  Patrik StridvallMS C related changes.
2002-04-29  Alexandre JulliardDon't prepend '--' to the command line when starting...
2002-04-29  Patrik StridvallMicrosoft C related changes.
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-04-25  Alexandre JulliardMoved __ASM_GLOBAL_FUNC macros and interlocked function...
2002-04-15  Alexandre JulliardFixed stupid typo in previous patch.
2002-04-14  Alexandre JulliardFixed inheriting command-line options from parent process.
2002-04-09  Dmitry TimoshkovCreate new console only if the process is a console...
2002-04-05  Martin Wilck- separate cleanly between async scheduling and file...
2002-04-02  Geoffrey HausheerAdded test for thread functions.
2002-04-02  Chris MorganImplement OpenThread() winapi call.
2002-03-31  Alexandre JulliardHack to make wineconsole work again.
2002-03-29  Alexandre JulliardTransfer the full process startup info as well as the...
2002-03-23  Alexandre JulliardRemoved service thread support.
2002-03-23  Alexandre JulliardExport the FILE_GetUnixHandle functionality from ntdll.
2002-03-22  Alexandre JulliardCorrectly fill parent pid, module size and module name...
2002-03-11  Mike McCormackSet an overlapped hEvent before calling any APCs.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-02  Alexandre JulliardDo not use the PEB lock as loader lock, use a separate...
2002-01-07  Mike McCormackImplement CancelIo properly.
2002-01-07  Alexandre JulliardAdded support for cleaning up the TEB from inside the...
2002-01-07  Alexandre JulliardAllocate debug_info structure at the same time as the...
2002-01-02  Alexandre JulliardFixed check_async_list calling convention.
2002-01-01  Mike McCormackSet an overlapped's hEvent for ReadFile/WriteFile in...
2001-12-20  Alexandre JulliardUse MapLS/UnMapLS instead of SEGPTR_* macros.
2001-12-20  Mike McCormack- move async activation into the server
2001-12-17  Alexandre JulliardRemoved unnecessary includes.
2001-12-17  Alexandre JulliardCall the 32-bit USER signal proc directly instead of...
2001-12-11  Jukka HeinonenImplemented pthread_rwlock stubs.
2001-12-04  Alexandre JulliardAdded SYNCHRONIZE access to stdio handles.
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-23  Eric PouechNew console code based on Win32 windows.
2001-11-19  Andreas Mohr- fix wrong hexadecimal GetLastError() output
2001-11-07  Mike McCormackMake ConnectNamedPipe work in overlapped mode.
2001-11-06  Alexandre JulliardReturn success in CreateProcess when we started a non...
2001-11-06  François GougetFix the #include order for config.h.
2001-10-25  Alexandre JulliardDon't keep main exe and dlls handles open when the...
2001-10-14  Francois GougetWhen including 'wine/port.h', include it first.
2001-10-14  Francois GougetWhen including config.h, include it first.
2001-10-09  Alexandre JulliardSilence the pthread_kill_other_threads_np FIXME.
2001-10-03  Aric StewartMake sure that newly allocated TLS indexes are cleared.
2001-10-03  Andreas MohrBetter fake implementation of SetThreadExecutionState.
2001-09-26  Bill MedlandPrevent calling null functions.
2001-09-20  Francois GougetFix the conversions of a command line to/from an argv...
2001-09-11  Dmitry TimoshkovBetter separate some system specific code.
2001-08-17  Alexandre JulliardMade the Interlocked*Pointer functions static inline...
2001-08-16  Alexandre JulliardAdded names to standard critical sections (suggested...
2001-08-15  Alexandre JulliardImplemented _CheckNotSysLevel.
2001-08-09  Alexandre JulliardDon't create the WINEPREFIX directory if it doesn't...
2001-08-09  Alexandre JulliardAdded Interlocked*Pointer functions.
2001-08-06  Eric PouechFixed image name value sent to server upon process...
2001-07-26  Alexandre JulliardRemoved a few unnecessary Callouts.
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-24  Patrik StridvallDocumentation fixes.
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-07-12  Mike McCormackImplement overlapped completion routines.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-15  Bang Jun-YoungUse clone() if HAVE_CLONE is defined.
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-06-11  Alexandre JulliardWarning fix.
2001-06-07  Alexandre JulliardSupport for specifying stack size of Winelib apps.
2001-06-06  Alexandre JulliardSet low-order bit of module handle for LOAD_LIBRARY_AS_...
2001-05-18  Alexandre JulliardRemoved THREAD_IsWin16.
next