ChangeSet ID: 12372
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/05/14 00:03:29
Modified files:
files : directory.c
dlls/kernel : process.c
Log message:
Set environment variables from the HKCU\Environment key too.
Moved current directory initialisation to process.c.
Make sure to always pass the correct current directory in the process
parameters for child processes.
Patch: http://cvs.winehq.org/patch.py?id=12372
Old revision New revision Changes Path
1.82 1.83 +0 -21 wine/files/directory.c
1.60 1.61 +130 -44 wine/dlls/kernel/process.c
ChangeSet ID: 12370
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/05/13 23:55:28
Modified files:
dlls/kernel/tests: path.c
Log message:
Fixed some of the GetShortPathName tests to use the short version of
the current directory where needed.
Patch: http://cvs.winehq.org/patch.py?id=12370
Old revision New revision Changes Path
1.24 1.25 +10 -10 wine/dlls/kernel/tests/path.c
ChangeSet ID: 12368
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/05/13 19:45:11
Modified files:
server : registry.c
Log message:
Make sure to save the registry files even if we failed to load them.
Patch: http://cvs.winehq.org/patch.py?id=12368
Old revision New revision Changes Path
1.58 1.59 +9 -7 wine/server/registry.c