ChangeSet ID: 10027455590590504133142531
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/10/10 16:25:59
Modified files:
dlls/shell32 : shell32_main.c
Log message:
Francois Gouget <fgouget(a)free.fr>
Allocate the array and strings in one lump (bug found by Malte
Starostik).
Same thing for the lpCmdline="" case.
There is no NULL pointer at the end of the argv list.
Patch: http://cvs.winehq.com/patch.py?id=10027455590590504133142531
Revision Changes Path
1.86 +25 -22 wine/dlls/shell32/shell32_main.c
ChangeSet ID: 1002745504615104933734983
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/10/10 16:25:04
Modified files:
objects : text.c
Log message:
Huw D M Davies <hdavies(a)codeweavers.com>
GetTextCharsetInfo should return the charset that the driver is
actually using, rather than that specified in the LOGFONT.
Patch: http://cvs.winehq.com/patch.py?id=1002745504615104933734983
Revision Changes Path
1.40 +12 -14 wine/objects/text.c
ChangeSet ID: 1002580234164196796249598
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/10/08 18:30:34
Modified files:
include : winbase.h
include/wine : winbase16.h
misc : version.c
Log message:
Francois Gouget <fgouget(a)free.fr>
Move WINDEBUGINFO from winbase.h to winbase16.h and rename to
WINDEBUGINFO16.
Move the related macros to version.c and ifdef them out (kept for
documentation only, they are not used).
Patch: http://cvs.winehq.com/patch.py?id=1002580234164196796249598
Revision Changes Path
1.123 +0 -49 wine/include/winbase.h
1.29 +13 -2 wine/include/wine/winbase16.h
1.47 +45 -2 wine/misc/version.c
ChangeSet ID: 10025746320367952473461628
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/10/08 16:57:12
Modified files:
files : file.c
server : file.c
Log message:
Eric Pouech <eric.pouech(a)wanadoo.fr>
- fixed copy&paste bug (GENERIC_WRITE instead of GENERIC_READ)
- when getting the type of a handle, it has to be done even if no fd
is attached to it (console for example)
Patch: http://cvs.winehq.com/patch.py?id=10025746320367952473461628
Revision Changes Path
1.114 +2 -2 wine/files/file.c
1.47 +1 -0 wine/server/file.c
ChangeSet ID: 1002219397344473437871784
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/10/04 14:16:37
Modified files:
graphics/x11drv: dib.c
Log message:
Ignore RLE data that goes past the line end (found by Uwe Bonnes).
General cleanup of the RLE routines.
Patch: http://cvs.winehq.com/patch.py?id=1002219397344473437871784
Revision Changes Path
1.80 +106 -198 wine/graphics/x11drv/dib.c
ChangeSet ID: 1002212236784942221827805
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/10/04 12:17:16
Modified files:
debugger : winedbg.c
Log message:
Don't ignore first chance debug exceptions since it may be a
breakpoint that we set ourselves.
Patch: http://cvs.winehq.com/patch.py?id=1002212236784942221827805
Revision Changes Path
1.40 +1 -1 wine/debugger/winedbg.c