- 15bfcd0 Moved $(MODULE).o rule out of Make.rules into the individual Makefiles. by Alexandre Julliard · 24 years ago
- c585a50 Changed the Win32 dll descriptor to be in IMAGE_NT_HEADERS format. by Alexandre Julliard · 24 years ago
- c192ba2 Exec a separate wine binary for every win32 process so that they run by Alexandre Julliard · 25 years ago
- 8c21dfc Setup the initial thread %fs from a constructor. by Alexandre Julliard · 25 years ago
- 5b4f3e8 Rewrote Unix process launching to allow passing startup information to by Alexandre Julliard · 25 years ago
- 5f6419f Got rid of -debug wine's option (wine now requires an external debugger). by Eric Pouech · 25 years ago
- 1dac57f Created separate dlls for user,gdi,ttydrv,x11drv. by Alexandre Julliard · 25 years ago
- fe08568 Moved command-line option handling out of the X11 driver. by Alexandre Julliard · 25 years ago
- cbb7a17 Added proc to start debugging process from its command line (by launching it). by Eric Pouech · 25 years ago
- 527eea9 No longer directly accessing debuggee memory. by Eric Pouech · 25 years ago
- ef22c25 Better error messages. by Andreas Mohr · 25 years ago
- 7d43bce Moved debugger to libwine to make it available to WineLib apps. by Ulrich Weigand · 25 years ago
- eafa391 Use argv[0] to locate the server executable. by Alexandre Julliard · 25 years ago
- 8a64b83 Bugfix: don't call ExitProcess() before SYSLEVEL_Init(). by Ulrich Weigand · 25 years ago
- 448b34a Correct filename for kernel module is KRNL386.EXE. by Eric Pouech · 25 years ago
- 891305b Removed __winelib flag. by Alexandre Julliard · 26 years ago
- 98c3053 Added FinalUserInit16/FinalGdiInit16 stubs. by Ulrich Weigand · 26 years ago
- 2f4bd66 Unify startup sequence for Wine and WineLib. by Ulrich Weigand · 26 years ago
- 4b32fd0 Use position-independent code in assembly glue when building .so. by Ulrich Weigand · 26 years ago
- 3dff7bb Modularized CallFrom/To16 routines. Adapted dependent routines, by Ulrich Weigand · 26 years ago
- fbea530 On NE process creation, move major part of NE EXE module loading and by Ulrich Weigand · 26 years ago
- 61fece0 Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
- 617955d Changed CONTEXT into CONTEXT86 everywhere we really want an i386 by Alexandre Julliard · 26 years ago
- 0a860a0 Merged THDB and TEB structures. by Alexandre Julliard · 26 years ago
- c42dfdd Fixed Winelib compilation. by Alexandre Julliard · 26 years ago
- 9597e20 Include instruction emulation in Winelib. by Alexandre Julliard · 26 years ago
- 410ae4f Debugger is now called by exception handling. by Alexandre Julliard · 26 years ago
- bba76ee Switch stacks in CALL32_Init(). by Ulrich Weigand · 26 years ago
- a1957c4 Wait until child initialized before returning from PROCESS_Create. by Ulrich Weigand · 26 years ago
- 897fd11 Tried to add an error message when crashing on a selector load because by Alexandre Julliard · 26 years ago
- 1bb9403 ANSI C fixes. by Patrik Stridvall · 26 years ago
- 8d267a6 Only check number of tasks after first message. by Alexandre Julliard · 26 years ago
- 06c275a Converted to the new debugging interface (done with the help of the by Alexandre Julliard · 26 years ago
- b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
- c1d1cfe Reorganization of the loader to correctly load and free libraries and by Bertho Stultiens · 26 years ago
- 7366307 Call InitApp16 (using Callout) for initial process. by Ulrich Weigand · 26 years ago
- a95b488 Clear invalid selectors also in CallTo16 relay code. by Ulrich Weigand · 26 years ago
- 461ded4 Added -dll option for winelib programs. (Note: will not print warnings by Marcus Meissner · 26 years ago
- 3209a0e Make function BX=6 round ST0 to integer. by Uwe Bonnes · 26 years ago
- 9d9e060 Emulate (well, ignore) mov cr0,eax and mov eax,cr0. by Marcus Meissner · 26 years ago
- ee517e8 - fixed missing stdlib.h and string.h includes everywhere by David Luyer · 26 years ago
- f6a9361 Adapted to CreateProcess changes. by Ulrich Weigand · 26 years ago
- a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
- 04c3e1d Removed a lot of occurences of windows.h (and added necessary other includes). by Marcus Meissner · 26 years ago
- 317af32 Optimized include/*.h: (recursively) include all headers needed by by Marcus Meissner · 26 years ago
- 4097865 Do not print 'wine: no executeable found' if we did execute something. by Marcus Meissner · 26 years ago
- 9faa7d7 Moved the if1632/signal.c stuff into loader/signal.c, adapted function by Marcus Meissner · 26 years ago
- b77de02 Defined RESTORE_SIGNALS by default and call SIGNAL_EmulatorInit by Ove Kaaven · 26 years ago
- a7894d9 Implemented Int 0x15/0xc0: BIOS - GET CONFIG and some other BIOS data. by Andreas Mohr · 26 years ago
- 5b729dd Emulates ins/outs correctly for DOS programs. by Ove Kaaven · 26 years ago
- ff35e1f Use Callout table instead of direct GetProcAddress. UserYield moved to USER. by Ulrich Weigand · 26 years ago
- 7b57b24 Adapted to CreateSystemTimer interface change. by Ulrich Weigand · 26 years ago
- 773c7b7 Fix warnings in miscemu/main.c. by Marcus Meissner · 26 years ago
- 9650864 Takes print spooler functions out of win16drv. by Huw D M Davies · 26 years ago
- 6da20b9 Cleaned up a bit. by Alexandre Julliard · 26 years ago
- 735bec0 Clean invalid selectors on the pop %xs from the STACKFRAME itself by Marcus Meissner · 26 years ago
- afac2e4 Some fixes to Wine startup/termination sequence with native USER. by Ulrich Weigand · 26 years ago
- 698a8b1 Emulate "mov cr4,eax" (tombraider 3 demo). by Marcus Meissner · 26 years ago
- e8b0274 Bugfix: really *do* switch to the initial task's stack. by Ulrich Weigand · 26 years ago
- 5c3e457 egcs 'ambiguous else' warnings fixes. by Jesper Skov · 26 years ago
- c75d0e1 Implemented new Wine startup sequence, separating startup into by Ulrich Weigand · 26 years ago
- 7f740cb Indirection for INSTR_EmulateInstruction for use by DOS code. by Ove Kaaven · 26 years ago
- bdc48bd Added a new debugging channel io to allow read/writes on a port to be by Jonathan Buzzard · 26 years ago
- 8163465 Added indirection for ctx_debug to the DOS loader, so Winelib works again. by Ove Kaaven · 26 years ago
- edda687 Added a default program option in wine.conf in section [programs] key Default. by Chad Powell · 26 years ago
- 3a30013 Added ability to read a startup program from wine.ini file. by Chad Powell · 26 years ago
- c0d52e0 Initial revision by Alexandre Julliard · 26 years ago
- d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
- 767e6f6 Release 980809 by Alexandre Julliard · 27 years ago wine-980809
- ebfc0fe Release 980628 by Alexandre Julliard · 27 years ago wine-980628
- a845b88 Release 980601 by Alexandre Julliard · 27 years ago wine-980601
- dadf78f Release 980517 by Alexandre Julliard · 27 years ago wine-980517
- 46ea8b3 Release 980503 by Alexandre Julliard · 27 years ago wine-980503
- a69b88b Release 980315 by Alexandre Julliard · 27 years ago wine-980315
- a11d7b1 Release 980301 by Alexandre Julliard · 27 years ago wine-980301
- 03468f7 Release 980215 by Alexandre Julliard · 27 years ago wine-980215
- 44ed71f Release 971221 by Alexandre Julliard · 27 years ago wine-971221
- e658d82 Release 971130 by Alexandre Julliard · 27 years ago wine-971130
- a0b2b1d Release 971116 by Alexandre Julliard · 27 years ago wine-971116
- 77b9918 Release 970914 by Alexandre Julliard · 28 years ago wine-970914
- 670cdc4 Release 970824 by Alexandre Julliard · 28 years ago wine-970824
- 641ee76 Release 970804 by Alexandre Julliard · 28 years ago wine-970804
- 2197901 Release 970305 by Alexandre Julliard · 28 years ago wine-970305
- 9ea19e5 Release 970101 by Alexandre Julliard · 28 years ago wine-970101
- b1bac32 Release 961215 by Alexandre Julliard · 28 years ago wine-961215
- da0cfb3 Release 961201 by Alexandre Julliard · 28 years ago wine-961201
- 75d86e1 Release 961117 by Alexandre Julliard · 28 years ago wine-961117
- 139a4b1 Release 961102 by Alexandre Julliard · 28 years ago wine-961102
- bf9130a Release 961013 by Alexandre Julliard · 28 years ago wine-961013
- 2c69f6d Release 960928 by Alexandre Julliard · 29 years ago wine-960928
- 8bbf818 Release 960913 by Alexandre Julliard · 29 years ago wine-960913
- 1e37a18 Release 960818 by Alexandre Julliard · 29 years ago wine-960818
- ac9c9b0 Release 960728 by Alexandre Julliard · 29 years ago wine-960728
- 18f92e7 Release 960717 by Alexandre Julliard · 29 years ago wine-960717
- ca22b33 Release 960712 by Alexandre Julliard · 29 years ago wine-960712
- 3051b64 Release 960705 by Alexandre Julliard · 29 years ago wine-960705
- 339eefc Release 960623 by Alexandre Julliard · 29 years ago wine-960623
- d90840e Release 960611 by Alexandre Julliard · 29 years ago wine-960611
- 1285c2f Release 960506 by Alexandre Julliard · 29 years ago wine-960506
- 2ace16a Release 960428 by Alexandre Julliard · 29 years ago wine-960428