Back out my ELFDLL_dlopen patch and add a warning for future misguided
[wine] / loader / dos /
2000-10-17  Ove KaavenImplemented DOS INT21 AH=4B (EXEC).
2000-10-15  Ove KaavenFixed a couple of recent bugs, and added some more...
2000-10-13  Ove KaavenMerged DOSVM_Int with DOSVM_SimulateInt, and made it...
2000-09-29  Alexandre JulliardMoved $(MODULE).o rule out of Make.rules into the indiv...
2000-09-25  Alexandre JulliardRemoved some of the XXX_reg macros now that we are...
2000-09-24  Alexandre JulliardMoved most global data out of the LPDOSTASK structure.
2000-08-31  Alexandre JulliardConverted a lot of server requests to the new exception...
2000-08-09  Alexandre JulliardRemoved the DOS handles table from the PDB and made...
2000-08-01  Ove KaavenFixed another non-Linux build failure.
2000-07-31  Ove KaavenFixed a few problems.
2000-07-31  Ove KaavenConvert DOS (MZ) binary loader to the new DOS process...
2000-07-30  Alexandre JulliardCleaned up a few USER dependencies.
2000-07-30  Ove KaavenRemoved hModule parameter from MZ_AllocDPMITask(),...
2000-07-29  Ove KaavenAdded support for the Win32 Console interface to the...
2000-07-29  Ove KaavenLet Int09 routines remember a keystroke's ASCII code...
2000-07-28  Ove KaavenRemoved the hModule parameter from various DOSMEM routi...
2000-07-23  Ove KaavenChange the V86BASE macro to call DOSMEM_MemoryBase...
2000-07-16  Alexandre JulliardGet full path of argv[0] before we change directories.
2000-05-29  Alexandre JulliardExec a separate wine binary for every win32 process...
2000-04-18  Alexandre JulliardMoved PE header definitions to winnt.h where they belong.
2000-03-18  Alexandre JulliardAvoid calling the *Rect USER functions from inside...
2000-02-18  Alexandre JulliardStore the handle of the process exe file in the server.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-02-03  Ove KaavenCleanup VGA refresh when terminating.
2000-01-30  Ove Kaavendosmod protocol revision 3, featuring MPROTECT and...
2000-01-25  Alexandre JulliardUse argv[0] to locate the server executable.
1999-12-04  Ulrich WeigandFixed 32-bit module name handling to conform better...
1999-11-13  Ulrich WeigandAdapted to new register function handling.
1999-11-10  Ulrich WeigandDetermine expected_version of PE buddies from the Subsy...
1999-10-24  Patrik Stridvall- Added missing configuration #if:s and #includes:s.
1999-08-01  Alexandre JulliardRemoved SIGNAL_MaskAsyncEvents and cleaned up signal...
1999-08-01  Alexandre JulliardChanged INSTR_EmulateInstruction to use a CONTEXT86...
1999-07-25  Ulrich WeigandWork around 'local extern declaration with attribute...
1999-07-18  Eric PouechWork around gcc sig11 fault.
1999-07-12  Eric PouechCompiler warnings fix.
1999-07-03  Ulrich WeigandOn NE process creation, move major part of NE EXE modul...
1999-06-26  Alexandre JulliardChanged CONTEXT into CONTEXT86 everywhere we really...
1999-06-26  Alexandre JulliardFurther server optimizations:
1999-06-18  Alexandre JulliardUse exceptions instead of ctx_debug_call.
1999-06-12  Alexandre JulliardConverted to the new debug interface, using script...
1999-06-12  Ove KaavenVarious DPMI fixes and preliminary DPMI raw mode switch...
1999-05-29  Gerald PfeiferFixed compilation erros on non-Linux systems.
1999-05-23  Alexandre JulliardUse the new debug functions to send debug events at...
1999-05-22  Ove KaavenFixed silly EINTR bug with starting dosmod.
1999-05-22  Ove KaavenAdded MZ_Current() (returns current LPDOSTASK) and...
1999-05-08  Patrik StridvallANSI C fixes.
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-01  Ove KaavenMade DOSVM_GetTimer survive EAGAIN errors...
1999-03-28  Marcus MeissnerEmpty DOSVM_QueueEvent for !MZ_SUPPORTED.
1999-03-25  Ove KaavenAdded infrastructure and definitions for general-purpos...
1999-03-25  Ove KaavenAdded handling of SIGUSR2 for the new event interruptio...
1999-03-16  Ulrich WeigandPass CreateProcess() SECURITY_ATTRIBUTES through to...
1999-02-28  Ulrich WeigandAdapted to CreateProcess changes.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-19  Marcus MeissnerRemoved a lot of occurences of windows.h (and added...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-13  Marcus MeissnerMoved the if1632/signal.c stuff into loader/signal...
1999-01-24  Ove KaavenMoved DOS handle allocation slightly, to fix potential...
1999-01-23  Marcus MeissnerDOS programs use handles 0-4 without opening/closing...
1999-01-17  Alexandre JulliardGroup commit for recovery after disk crash.
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1999-01-01  Alexandre JulliardTake into account handle inheritance flag.
1998-12-24  Ove KaavenAdded some new dosmod communication possibilities,...
1998-12-14  Ove KaavenMoved DPMI wrapper allocation code to dosmem.c to REALL...
1998-12-11  Andreas MohrFixed a bunch of compiler warnings.
1998-12-10  Ulrich WeigandAdapted to CreateSystemTimer interface change.
1998-12-07  Ove KaavenFixed DPMI_CallRMProc (I think).
1998-11-01  Ove KaavenIgnores a couple of signals.
1998-11-01  Ove KaavenIndirection for INSTR_EmulateInstruction for use by...
1998-10-23  Ove KaavenFixed DOS environment passing.
1998-10-23  Ove KaavenFirst shot at DPMI realmode calls.
1998-10-21  Ove KaavenAdded indirection for ctx_debug to the DOS loader,...
1998-10-17  Patrik StridvallCompile fix for Solaris.
1998-10-11  Ove KaavenMoved some system dependencies to loader/dos/dosvm...
1998-10-04  Alexandre JulliardInitial revision
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-09-13  Alexandre JulliardRelease 980913 wine-980913
1998-08-22  Alexandre JulliardRelease 980822 wine-980822
1998-08-09  Alexandre JulliardRelease 980809 wine-980809