Alexandre Julliard
|
45fccb8c0c
|
Fixed off-by-one error in string allocation.
|
2000-06-07 02:03:54 +00:00 |
Alexandre Julliard
|
eeaae3cae9
|
Make child processes inherit command-line options through the
WINEOPTIONS environment variable.
|
2000-05-30 17:51:44 +00:00 |
Alexandre Julliard
|
c192ba2468
|
Exec a separate wine binary for every win32 process so that they run
in separate address spaces.
Run 16-bit tasks as Win32 threads, not processes.
|
2000-05-29 21:25:10 +00:00 |
Alexandre Julliard
|
b44595283f
|
Improved Winelib apps initialisation code. No longer need to link
winestub.o with Winelib apps.
|
2000-04-15 21:00:55 +00:00 |
Eric Pouech
|
5f6419fafa
|
Got rid of -debug wine's option (wine now requires an external debugger).
|
2000-04-13 19:29:11 +00:00 |
Alexandre Julliard
|
fbace6eefe
|
Added a per-drive FailReadOnly flag, and removed the global
--failreadonly option.
|
2000-04-04 20:35:45 +00:00 |
Alexandre Julliard
|
fe08568a0d
|
Moved command-line option handling out of the X11 driver.
Added support for "--" prefix on options.
Replaced a few X11 command-line options by wine.conf parameters.
|
2000-03-18 21:56:10 +00:00 |