ChangeSet ID: 1019336078845438611767353
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/04/20 15:54:38
Modified files:
programs/wcmd : builtins.c
Log message:
Jason Edmeades <us(a)the-edmeades.demon.co.uk>
- Fixed move and copy when no destination supplied (assumes '.' now as
per windows)
- Fixed move so uses full path name for destination file, and if
destination is a directory, uses original filename.
Patch: http://cvs.winehq.com/patch.py?id=1019336078845438611767353
Revision Changes Path
1.10 +30 -2 wine/programs/wcmd/builtins.c
ChangeSet ID: 1019336004693827443131344
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/04/20 15:53:24
Modified files:
tools : wineinstall
Log message:
Bill Medland <Bill.Medland(a)accpac.com>
Handle when ldconfig is not on the path, and do not run it until after
the libdir has been populated.
Patch: http://cvs.winehq.com/patch.py?id=1019336004693827443131344
Revision Changes Path
1.27 +1 -1 wine/tools/wineinstall
ChangeSet ID: 1019335953993649928671406
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/04/20 15:52:33
Modified files:
dlls/shell32 : brsfolder.c
Log message:
Bill Medland <Bill.Medland(a)accpac.com>
Get the folder browser to work as well with W notification as A (it
seems to work reasonably).
Patch: http://cvs.winehq.com/patch.py?id=1019335953993649928671406
Revision Changes Path
1.36 +5 -5 wine/dlls/shell32/brsfolder.c
ChangeSet ID: 1019335925152970499898405
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/04/20 15:52:05
Modified files:
dlls/winedos : int10.c
Log message:
Christian Costa <titan.costa(a)wanadoo.fr>
GET FUNCTIONALITY/STATE INFORMATION: The input parameter ES:DI is a
buffer where bios information (all the VIDEOSTATE struct) must be
copied to.
Patch: http://cvs.winehq.com/patch.py?id=1019335925152970499898405
Revision Changes Path
1.9 +4 -6 wine/dlls/winedos/int10.c