ChangeSet ID: 8051
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/05/06 13:50:08
Modified files:
dlls/ntdll : signal_i386.c
Log message:
Added support for retrieving page fault address on Solaris (based on a
patch by Robert Lunnon).
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8051
Old revision New revision Changes Path
1.59 1.60 +15 -22 wine/dlls/ntdll/signal_i386.c
ChangeSet ID: 8050
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/05/06 13:41:53
Modified files:
. : configure.ac configure
Log message:
In assembler check, try to use gas first (based on a patch by Robert
Lunnon).
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8050
Old revision New revision Changes Path
1.154 1.155 +1 -1 wine/configure.ac
1.426 1.427 +17 -10 wine/configure
ChangeSet ID: 8036
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/05/05 19:12:52
Modified files:
dlls/winedos : int21.c
Log message:
Jukka Heinonen <jhei(a)iki.fi>
Report errors to applications when illegal dates are passed to set
system date call (required by many installation checks).
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8036
Old revision New revision Changes Path
1.30 1.31 +19 -3 wine/dlls/winedos/int21.c