ChangeSet ID: 9857
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/10/23 23:29:01
Modified files:
server : signal.c
Log message:
Added support for the linuxthreads cancel signal as an alternative to
SIGCHLD.
Patch: http://cvs.winehq.com/patch.py?id=9857
Old revision New revision Changes Path
1.5 1.6 +11 -0 wine/server/signal.c
ChangeSet ID: 9851
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/10/23 23:21:09
Modified files:
dlls/msvcrt : file.c
Log message:
Pavel Roskin <proski(a)gnu.org>
Make MSVCRT__sopen() complain louder about unknown oflags, but not
about _O_WRONLY.
MSVCRT_fopen() should pass third argument to _open() because it may
set _O_CREAT.
Patch: http://cvs.winehq.com/patch.py?id=9851
Old revision New revision Changes Path
1.58 1.59 +3 -3 wine/dlls/msvcrt/file.c