Moved all references to file descriptors out of the generic object
[wine] / miscemu /
2003-01-09  Alexandre JulliardDo not define __WINESRC__ when building tools and miscemu.
2003-01-04  Dimitrie O. PaunRename __WINE__ to __WINESRC__.
2002-11-06  Alexandre JulliardAdded winebuild -e option to specify the entry point...
2002-10-01  Patrik StridvallAdded a GNU C implementation of some of the DECLSPEC_...
2002-09-12  Dimitrie O. PaunMoved mode setting out of .spec file into Makefile.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-22  Alexandre JulliardNew loading scheme for Winelib apps, makes them behave...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-04  Alexandre JulliardMoved most of the real-mode stuff to dlls/winedos.
2001-11-25  Joshua Thielenmmsystem.dll should be automatically loaded for 16...
2001-03-28  Alexandre JulliardDon't load user32 too early on for 16-bit apps, so...
2001-02-20  Alexandre JulliardRemoved a few Callout functions by doing a GetProcAddre...
2001-01-06  Alexandre JulliardUse the exe name and file handle we got from the server...
2000-12-26  Ove KaavenSeparated the MZ loader and core DOS VM into dlls/winedos.
2000-12-15  Alexandre JulliardAdded support for Unicode applications in winebuild.
2000-12-11  Alexandre JulliardMoved all Wine internal definitions out of process.h.
2000-11-08  Alexandre JulliardCheck all Callouts function pointers for NULL before...
2000-11-08  Alexandre JulliardMoved builtin dll registration to libwine.
2000-10-31  Alexandre JulliardAdded import of ntdll.
2000-09-29  Alexandre JulliardMoved $(MODULE).o rule out of Make.rules into the indiv...
2000-09-27  Alexandre JulliardChanged the Win32 dll descriptor to be in IMAGE_NT_HEAD...
2000-05-29  Alexandre JulliardExec a separate wine binary for every win32 process...
2000-05-01  Alexandre JulliardSetup the initial thread %fs from a constructor.
2000-05-01  Alexandre JulliardRewrote Unix process launching to allow passing startup...
2000-04-13  Eric PouechGot rid of -debug wine's option (wine now requires...
2000-03-19  Alexandre JulliardCreated separate dlls for user,gdi,ttydrv,x11drv.
2000-03-18  Alexandre JulliardMoved command-line option handling out of the X11 driver.
2000-03-09  Eric PouechAdded proc to start debugging process from its command...
2000-03-08  Eric PouechNo longer directly accessing debuggee memory.
2000-02-13  Andreas MohrBetter error messages.
2000-01-30  Ulrich WeigandMoved debugger to libwine to make it available to WineL...
2000-01-25  Alexandre JulliardUse argv[0] to locate the server executable.
1999-10-23  Ulrich WeigandBugfix: don't call ExitProcess() before SYSLEVEL_Init().
1999-10-13  Eric PouechCorrect filename for kernel module is KRNL386.EXE.
1999-09-05  Alexandre JulliardRemoved __winelib flag.
1999-07-27  Ulrich WeigandAdded FinalUserInit16/FinalGdiInit16 stubs.
1999-07-24  Ulrich WeigandUnify startup sequence for Wine and WineLib.
1999-07-15  Ulrich WeigandUse position-independent code in assembly glue when...
1999-07-11  Ulrich WeigandModularized CallFrom/To16 routines. Adapted dependent...
1999-07-03  Ulrich WeigandOn NE process creation, move major part of NE EXE modul...
1999-06-26  Alexandre JulliardConverted to the new debug interface, using script...
1999-06-26  Alexandre JulliardChanged CONTEXT into CONTEXT86 everywhere we really...
1999-06-22  Alexandre JulliardMerged THDB and TEB structures.
1999-06-20  Alexandre JulliardFixed Winelib compilation.
1999-06-18  Alexandre JulliardInclude instruction emulation in Winelib.
1999-06-18  Alexandre JulliardDebugger is now called by exception handling.
1999-06-06  Ulrich WeigandSwitch stacks in CALL32_Init().
1999-05-24  Ulrich WeigandWait until child initialized before returning from...
1999-05-15  Alexandre JulliardTried to add an error message when crashing on a select...
1999-05-08  Patrik StridvallANSI C fixes.
1999-05-02  Alexandre JulliardOnly check number of tasks after first message.
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-18  Bertho StultiensReorganization of the loader to correctly load and...
1999-04-10  Ulrich WeigandCall InitApp16 (using Callout) for initial process.
1999-04-10  Ulrich WeigandClear invalid selectors also in CallTo16 relay code.
1999-03-22  Marcus MeissnerAdded -dll option for winelib programs. (Note: will...
1999-03-13  Uwe BonnesMake function BX=6 round ST0 to integer.
1999-03-12  Marcus MeissnerEmulate (well, ignore) mov cr0,eax and mov eax,cr0.
1999-02-28  David Luyer- fixed missing stdlib.h and string.h includes everywhere
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-14  Marcus MeissnerDo not print 'wine: no executeable found' if we did...
1999-02-13  Marcus MeissnerMoved the if1632/signal.c stuff into loader/signal...
1999-01-30  Ove KaavenDefined RESTORE_SIGNALS by default and call SIGNAL_Emul...
1999-01-24  Andreas MohrImplemented Int 0x15/0xc0: BIOS - GET CONFIG and some...
1999-01-03  Ove KaavenEmulates ins/outs correctly for DOS programs.
1998-12-24  Ulrich WeigandUse Callout table instead of direct GetProcAddress.
1998-12-10  Ulrich WeigandAdapted to CreateSystemTimer interface change.
1998-11-30  Marcus MeissnerFix warnings in miscemu/main.c.
1998-11-22  Huw D M DaviesTakes print spooler functions out of win16drv.
1998-11-15  Alexandre JulliardCleaned up a bit.
1998-11-15  Marcus MeissnerClean invalid selectors on the pop %xs from the STACKFR...
1998-11-14  Ulrich WeigandSome fixes to Wine startup/termination sequence with...
1998-11-14  Marcus MeissnerEmulate "mov cr4,eax" (tombraider 3 demo).
1998-11-08  Ulrich WeigandBugfix: really *do* switch to the initial task's stack.
1998-11-01  Jesper Skovegcs 'ambiguous else' warnings fixes.
1998-11-01  Ulrich WeigandImplemented new Wine startup sequence, separating start...
1998-11-01  Ove KaavenIndirection for INSTR_EmulateInstruction for use by...
1998-10-25  Jonathan BuzzardAdded a new debugging channel io to allow read/writes...
1998-10-21  Ove KaavenAdded indirection for ctx_debug to the DOS loader,...
1998-10-21  Chad PowellAdded a default program option in wine.conf in section...
1998-10-18  Chad PowellAdded ability to read a startup program from wine.ini...
1998-10-04  Alexandre JulliardInitial revision
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-08-09  Alexandre JulliardRelease 980809 wine-980809
1998-06-28  Alexandre JulliardRelease 980628 wine-980628
1998-06-01  Alexandre JulliardRelease 980601 wine-980601
1998-05-17  Alexandre JulliardRelease 980517 wine-980517
1998-05-03  Alexandre JulliardRelease 980503 wine-980503
1998-03-15  Alexandre JulliardRelease 980315 wine-980315
1998-03-01  Alexandre JulliardRelease 980301 wine-980301
1998-02-15  Alexandre JulliardRelease 980215 wine-980215
1997-12-21  Alexandre JulliardRelease 971221 wine-971221
next