ChangeSet ID: 7434
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/03/13 22:08:43
Modified files:
server : request.c object.h main.c
Log message:
Added -f option to make wineserver remain in the foreground for
debugging.
Close stdin/stdout when not in the foreground (based on a patch by
Francois Gouget).
Patch: http://cvs.winehq.com/patch.py?id=7434
Old revision New revision Changes Path
1.76 1.77 +43 -28 wine/server/request.c
1.51 1.52 +1 -0 wine/server/object.h
1.29 1.30 +5 -0 wine/server/main.c
ChangeSet ID: 7432
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/03/13 22:02:03
Modified files:
dlls/ntdll : debugtools.c
Log message:
Only print the trace header when we are at the beginning of a new
line (suggested by Dimitrie O. Paun).
Patch: http://cvs.winehq.com/patch.py?id=7432
Old revision New revision Changes Path
1.28 1.29 +10 -5 wine/dlls/ntdll/debugtools.c