- 9af2bd4 Yet another fix for the MacOS X environ brain damage. by Alexandre Julliard · 21 years ago
- 910234e Pass the environ variable from main to try to avoid Darwin's by Alexandre Julliard · 21 years ago
- b1abca8 Initial version of the Wine preloader, used to reserve memory by Alexandre Julliard · 21 years ago
- 94d74b5 Added support for managing reserved memory areas in libwine and ntdll. by Alexandre Julliard · 21 years ago
- f223b8f Disable the exec shield workaround for now, it's causing too much trouble. by Alexandre Julliard · 21 years ago
- c6d44be Create a huge array in bss to reserve the memory area we need for PE by Alexandre Julliard · 21 years ago
- 357c740 Re-use the loader directory for the main wine loader, and get rid of by Alexandre Julliard · 21 years ago[Renamed from miscemu/main.c]
- 2989895 Warning fix. by Alexandre Julliard · 22 years ago
- fedc411 Moved the functionality of starting Win16 and DOS programs from the by Alexandre Julliard · 22 years ago
- f8bac62 Do not define __WINESRC__ when building tools and miscemu. by Alexandre Julliard · 22 years ago
- e29345c Added a GNU C implementation of some of the DECLSPEC_ macros and used by Patrik Stridvall · 23 years ago
- 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
- 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
- 8cd55d0 Moved most of the real-mode stuff to dlls/winedos. by Alexandre Julliard · 23 years ago
- 3f089a1 mmsystem.dll should be automatically loaded for 16-bit apps. by Joshua Thielen · 23 years ago
- 627c907 Don't load user32 too early on for 16-bit apps, so that app-specific by Alexandre Julliard · 24 years ago
- ea2a9a8 Removed a few Callout functions by doing a GetProcAddress at the time by Alexandre Julliard · 24 years ago
- 105b0f4 Use the exe name and file handle we got from the server also when by Alexandre Julliard · 24 years ago
- e5557b3 Separated the MZ loader and core DOS VM into dlls/winedos. by Ove Kaaven · 24 years ago
- 909eff9 Added support for Unicode applications in winebuild. by Alexandre Julliard · 24 years ago
- becb9a3 Moved all Wine internal definitions out of process.h. by Alexandre Julliard · 24 years ago
- 4e951ea Check all Callouts function pointers for NULL before using them. by Alexandre Julliard · 24 years ago
- e087508 Moved builtin dll registration to libwine. by Alexandre Julliard · 24 years ago
- c585a50 Changed the Win32 dll descriptor to be in IMAGE_NT_HEADERS format. by Alexandre Julliard · 25 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
- 0a860a0 Merged THDB and TEB structures. by Alexandre Julliard · 26 years ago
- c42dfdd Fixed Winelib compilation. 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
- 8d267a6 Only check number of tasks after first message. by Alexandre Julliard · 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
- 461ded4 Added -dll option for winelib programs. (Note: will not print warnings 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
- 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
- ff35e1f Use Callout table instead of direct GetProcAddress. UserYield moved to USER. 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
- afac2e4 Some fixes to Wine startup/termination sequence with native USER. by Ulrich Weigand · 26 years ago
- e8b0274 Bugfix: really *do* switch to the initial task's stack. by Ulrich Weigand · 26 years ago
- c75d0e1 Implemented new Wine startup sequence, separating startup into by Ulrich Weigand · 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
- 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
- 03468f7 Release 980215 by Alexandre Julliard · 27 years ago wine-980215
- e658d82 Release 971130 by Alexandre Julliard · 27 years ago wine-971130
- a0b2b1d Release 971116 by Alexandre Julliard · 27 years ago wine-971116