2000-05-29 |
Alexandre Julliard | Exec a separate wine binary for every win32 process... |
tree | commitdiff |
2000-05-01 |
Alexandre Julliard | Setup the initial thread %fs from a constructor. |
tree | commitdiff |
2000-05-01 |
Alexandre Julliard | Rewrote Unix process launching to allow passing startup... |
tree | commitdiff |
2000-04-13 |
Eric Pouech | Got rid of -debug wine's option (wine now requires... |
tree | commitdiff |
2000-03-19 |
Alexandre Julliard | Created separate dlls for user,gdi,ttydrv,x11drv. |
tree | commitdiff |
2000-03-18 |
Alexandre Julliard | Moved command-line option handling out of the X11 driver. |
tree | commitdiff |
2000-03-09 |
Eric Pouech | Added proc to start debugging process from its command... |
tree | commitdiff |
2000-03-08 |
Eric Pouech | No longer directly accessing debuggee memory. |
tree | commitdiff |
2000-02-13 |
Andreas Mohr | Better error messages. |
tree | commitdiff |
2000-01-30 |
Ulrich Weigand | Moved debugger to libwine to make it available to WineL... |
tree | commitdiff |
2000-01-25 |
Alexandre Julliard | Use argv[0] to locate the server executable. |
tree | commitdiff |
1999-10-23 |
Ulrich Weigand | Bugfix: don't call ExitProcess() before SYSLEVEL_Init(). |
tree | commitdiff |
1999-10-13 |
Eric Pouech | Correct filename for kernel module is KRNL386.EXE. |
tree | commitdiff |
1999-09-05 |
Alexandre Julliard | Removed __winelib flag. |
tree | commitdiff |
1999-07-27 |
Ulrich Weigand | Added FinalUserInit16/FinalGdiInit16 stubs. |
tree | commitdiff |
1999-07-24 |
Ulrich Weigand | Unify startup sequence for Wine and WineLib. |
tree | commitdiff |
1999-07-15 |
Ulrich Weigand | Use position-independent code in assembly glue when... |
tree | commitdiff |
1999-07-11 |
Ulrich Weigand | Modularized CallFrom/To16 routines. Adapted dependent... |
tree | commitdiff |
1999-07-03 |
Ulrich Weigand | On NE process creation, move major part of NE EXE modul... |
tree | commitdiff |
1999-06-26 |
Alexandre Julliard | Converted to the new debug interface, using script... |
tree | commitdiff |
1999-06-26 |
Alexandre Julliard | Changed CONTEXT into CONTEXT86 everywhere we really... |
tree | commitdiff |
1999-06-22 |
Alexandre Julliard | Merged THDB and TEB structures. |
tree | commitdiff |
1999-06-20 |
Alexandre Julliard | Fixed Winelib compilation. |
tree | commitdiff |
1999-06-18 |
Alexandre Julliard | Include instruction emulation in Winelib. |
tree | commitdiff |
1999-06-18 |
Alexandre Julliard | Debugger is now called by exception handling. |
tree | commitdiff |
1999-06-06 |
Ulrich Weigand | Switch stacks in CALL32_Init(). |
tree | commitdiff |
1999-05-24 |
Ulrich Weigand | Wait until child initialized before returning from... |
tree | commitdiff |
1999-05-15 |
Alexandre Julliard | Tried to add an error message when crashing on a select... |
tree | commitdiff |
1999-05-08 |
Patrik Stridvall | ANSI C fixes. |
tree | commitdiff |
1999-05-02 |
Alexandre Julliard | Only check number of tasks after first message. |
tree | commitdiff |
1999-05-02 |
Alexandre Julliard | Converted to the new debugging interface (done with... |
tree | commitdiff |
1999-04-19 |
Patrik Stridvall | New debug scheme with explicit debug channels declaration. |
tree | commitdiff |
1999-04-18 |
Bertho Stultiens | Reorganization of the loader to correctly load and... |
tree | commitdiff |
1999-04-10 |
Ulrich Weigand | Call InitApp16 (using Callout) for initial process. |
tree | commitdiff |
1999-04-10 |
Ulrich Weigand | Clear invalid selectors also in CallTo16 relay code. |
tree | commitdiff |
1999-03-22 |
Marcus Meissner | Added -dll option for winelib programs. (Note: will... |
tree | commitdiff |
1999-03-13 |
Uwe Bonnes | Make function BX=6 round ST0 to integer. |
tree | commitdiff |
1999-03-12 |
Marcus Meissner | Emulate (well, ignore) mov cr0,eax and mov eax,cr0. |
tree | commitdiff |
1999-02-28 |
David Luyer | - fixed missing stdlib.h and string.h includes everywhere |
tree | commitdiff |
1999-02-28 |
Ulrich Weigand | Adapted to CreateProcess changes. |
tree | commitdiff |
1999-02-26 |
Alexandre Julliard | Large-scale renaming of all Win32 functions and types... |
tree | commitdiff |
1999-02-19 |
Marcus Meissner | Removed a lot of occurences of windows.h (and added... |
tree | commitdiff |
1999-02-17 |
Marcus Meissner | Optimized include/*.h: (recursively) include all header... |
tree | commitdiff |
1999-02-14 |
Marcus Meissner | Do not print 'wine: no executeable found' if we did... |
tree | commitdiff |
1999-02-13 |
Marcus Meissner | Moved the if1632/signal.c stuff into loader/signal... |
tree | commitdiff |
1999-01-30 |
Ove Kaaven | Defined RESTORE_SIGNALS by default and call SIGNAL_Emul... |
tree | commitdiff |
1999-01-24 |
Andreas Mohr | Implemented Int 0x15/0xc0: BIOS - GET CONFIG and some... |
tree | commitdiff |
1999-01-03 |
Ove Kaaven | Emulates ins/outs correctly for DOS programs. |
tree | commitdiff |
1998-12-24 |
Ulrich Weigand | Use Callout table instead of direct GetProcAddress. |
tree | commitdiff |
1998-12-10 |
Ulrich Weigand | Adapted to CreateSystemTimer interface change. |
tree | commitdiff |
1998-11-30 |
Marcus Meissner | Fix warnings in miscemu/main.c. |
tree | commitdiff |
1998-11-22 |
Huw D M Davies | Takes print spooler functions out of win16drv. |
tree | commitdiff |
1998-11-15 |
Alexandre Julliard | Cleaned up a bit. |
tree | commitdiff |
1998-11-15 |
Marcus Meissner | Clean invalid selectors on the pop %xs from the STACKFR... |
tree | commitdiff |
1998-11-14 |
Ulrich Weigand | Some fixes to Wine startup/termination sequence with... |
tree | commitdiff |
1998-11-14 |
Marcus Meissner | Emulate "mov cr4,eax" (tombraider 3 demo). |
tree | commitdiff |
1998-11-08 |
Ulrich Weigand | Bugfix: really *do* switch to the initial task's stack. |
tree | commitdiff |
1998-11-01 |
Jesper Skov | egcs 'ambiguous else' warnings fixes. |
tree | commitdiff |
1998-11-01 |
Ulrich Weigand | Implemented new Wine startup sequence, separating start... |
tree | commitdiff |
1998-11-01 |
Ove Kaaven | Indirection for INSTR_EmulateInstruction for use by... |
tree | commitdiff |
1998-10-25 |
Jonathan Buzzard | Added a new debugging channel io to allow read/writes... |
tree | commitdiff |
1998-10-21 |
Ove Kaaven | Added indirection for ctx_debug to the DOS loader,... |
tree | commitdiff |
1998-10-21 |
Chad Powell | Added a default program option in wine.conf in section... |
tree | commitdiff |
1998-10-18 |
Chad Powell | Added ability to read a startup program from wine.ini... |
tree | commitdiff |
1998-10-04 |
Alexandre Julliard | Initial revision |
tree | commitdiff |
1998-09-27 |
Alexandre Julliard | Release 980927 wine-980927 |
tree | commitdiff |
1998-08-09 |
Alexandre Julliard | Release 980809 wine-980809 |
tree | commitdiff |
1998-06-28 |
Alexandre Julliard | Release 980628 wine-980628 |
tree | commitdiff |
1998-06-01 |
Alexandre Julliard | Release 980601 wine-980601 |
tree | commitdiff |
1998-05-17 |
Alexandre Julliard | Release 980517 wine-980517 |
tree | commitdiff |
1998-05-03 |
Alexandre Julliard | Release 980503 wine-980503 |
tree | commitdiff |
1998-03-15 |
Alexandre Julliard | Release 980315 wine-980315 |
tree | commitdiff |
1998-03-01 |
Alexandre Julliard | Release 980301 wine-980301 |
tree | commitdiff |
1998-02-15 |
Alexandre Julliard | Release 980215 wine-980215 |
tree | commitdiff |
1997-12-21 |
Alexandre Julliard | Release 971221 wine-971221 |
tree | commitdiff |
1997-11-30 |
Alexandre Julliard | Release 971130 wine-971130 |
tree | commitdiff |
1997-11-16 |
Alexandre Julliard | Release 971116 wine-971116 |
tree | commitdiff |
1997-09-14 |
Alexandre Julliard | Release 970914 wine-970914 |
tree | commitdiff |
1997-08-24 |
Alexandre Julliard | Release 970824 wine-970824 |
tree | commitdiff |
1997-08-04 |
Alexandre Julliard | Release 970804 wine-970804 |
tree | commitdiff |
1997-03-05 |
Alexandre Julliard | Release 970305 wine-970305 |
tree | commitdiff |
1997-01-01 |
Alexandre Julliard | Release 970101 wine-970101 |
tree | commitdiff |
1996-12-15 |
Alexandre Julliard | Release 961215 wine-961215 |
tree | commitdiff |
1996-12-01 |
Alexandre Julliard | Release 961201 wine-961201 |
tree | commitdiff |
1996-11-17 |
Alexandre Julliard | Release 961117 wine-961117 |
tree | commitdiff |
1996-11-02 |
Alexandre Julliard | Release 961102 wine-961102 |
tree | commitdiff |
1996-10-13 |
Alexandre Julliard | Release 961013 wine-961013 |
tree | commitdiff |
1996-09-28 |
Alexandre Julliard | Release 960928 wine-960928 |
tree | commitdiff |
1996-09-13 |
Alexandre Julliard | Release 960913 wine-960913 |
tree | commitdiff |
1996-08-18 |
Alexandre Julliard | Release 960818 wine-960818 |
tree | commitdiff |
1996-07-28 |
Alexandre Julliard | Release 960728 wine-960728 |
tree | commitdiff |
1996-07-17 |
Alexandre Julliard | Release 960717 wine-960717 |
tree | commitdiff |
1996-07-12 |
Alexandre Julliard | Release 960712 wine-960712 |
tree | commitdiff |
1996-07-05 |
Alexandre Julliard | Release 960705 wine-960705 |
tree | commitdiff |
1996-06-23 |
Alexandre Julliard | Release 960623 wine-960623 |
tree | commitdiff |
1996-06-11 |
Alexandre Julliard | Release 960611 wine-960611 |
tree | commitdiff |
1996-05-06 |
Alexandre Julliard | Release 960506 wine-960506 |
tree | commitdiff |
1996-04-28 |
Alexandre Julliard | Release 960428 wine-960428 |
tree | commitdiff |
1996-04-05 |
Alexandre Julliard | Release 960405 wine-960405 |
tree | commitdiff |
1996-03-31 |
Alexandre Julliard | Release 960331 wine-960331 |
tree | commitdiff |
next |