ChangeSet ID: 13077
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/07/28 21:35:04
Modified files:
tools : c2man.pl
Log message:
Robert Shearman <rob(a)codeweavers.com>
Fix c2man for the case where function parameters are on more than one
line.
Patch: http://cvs.winehq.org/patch.py?id=13077
Old revision New revision Changes Path
1.16 1.17 +1 -1 wine/tools/c2man.pl
ChangeSet ID: 13075
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/07/28 21:34:15
Modified files:
tools/winebuild: import.c
Log message:
Marcus Meissner <meissner(a)suse.de>
Use "LD" instead of "ld" in winebuild to be able to use a different ld
or ld options.
Patch: http://cvs.winehq.org/patch.py?id=13075
Old revision New revision Changes Path
1.67 1.68 +5 -3 wine/tools/winebuild/import.c
ChangeSet ID: 13073
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/07/23 21:30:09
Modified files:
libs/wine : mmap.c
Log message:
Reserve the DOS area in mmap_init if it wasn't already done by the
preloader.
Patch: http://cvs.winehq.org/patch.py?id=13073
Old revision New revision Changes Path
1.6 1.7 +38 -2 wine/libs/wine/mmap.c
ChangeSet ID: 13071
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/07/23 21:27:15
Modified files:
dlls/advapi32/tests: crypt.c
dlls/advapi32 : crypt.c
Log message:
Michael Jung <mjung(a)iss.tu-darmstadt.de>
- Changed some FIXMEs to TRACEs, since they report on a problem in the
way the client uses the dll rather than in the dll itself.
- Cover the case, when the pszProvider parameter points to an empty
string.
- Fixed some imprecisions in error reporting.
- Removed the "wine_todo's" arround the corresponding unit-tests.
Patch: http://cvs.winehq.org/patch.py?id=13071
Old revision New revision Changes Path
1.2 1.3 +9 -13 wine/dlls/advapi32/tests/crypt.c
1.40 1.41 +17 -8 wine/dlls/advapi32/crypt.c