Support outputing files to a different directory than pwd.
[wine] / scheduler /
2002-12-17  Alexandre JulliardImplemented the Fiber* functions (with the help of...
2002-12-05  Patrik StridvallReplace 0x%p with %p.
2002-12-03  Uwe BonnesUse COMSPEC command interpreter to run .bat files.
2002-11-30  Alexandre JulliardPartially implemented kernel/user times in GetThreadTim...
2002-11-25  Patrik StridvallFixed pthreads on FreeBSD (based on patch by Alexandre...
2002-11-25  Steve LustbaderStubs for CreateTimerQueue and DeleteTimerQueueEx.
2002-11-25  Ryan CummingPartially implement GetThreadTimes.
2002-11-21  Andrew John HughesBuild ntdll with -DSTRICT.
2002-11-18  Marcus MeissnerFixed strict aliasing issue in __pthread_once and SetWa...
2002-11-12  Alexandre JulliardFixed sparc check.
2002-11-11  Marcus MeissnerAdd case for non sparc / non i386 SYSDEPS_CallOnStack.
2002-11-06  Juraj HercekImplemented SYSDEPS_CallOnStack for sparcs.
2002-10-31  Steven EdwardsMingw porting fix.
2002-10-22  Alexandre JulliardAvoid reference to glibc internal __libc_fork function.
2002-10-18  Alexandre JulliardMerged wine_call_to_16_long and wine_call_to_16_short...
2002-10-17  Alexandre JulliardBuild a default command-line if the one we received...
2002-10-09  Alexandre JulliardTransmit the Windows PATH to child processes using...
2002-10-07  Steve LustbaderProvide stubs for Create/DeleteTimerQueueTimer.
2002-10-03  Alexandre JulliardAdded process_id_t and thread_it_t types to the server...
2002-10-01  Patrik StridvallAdded a GNU C implementation of some of the DECLSPEC_...
2002-09-21  Dmitry TimoshkovCorrect SIZE_T size according to MS SDK.
2002-09-16  Alexandre JulliardImplemented NtDuplicateObject.
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.
next