ChangeSet ID: 989429496658175395801663 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/05/09 13:31:36
Modified files: controls : menu.c dlls/comctl32 : commctrl.c listview.c treeview.c dlls/commdlg : filedlg.c dlls/ddraw/ddraw: main.c dlls/dinput/mouse: main.c dlls/dsound : dsound_main.c dlls/imm32 : imc.c imewnd.c imm.c memory.c dlls/kernel : utthunk.c dlls/msvcrt : file.c locale.c math.c dlls/odbc32 : proxyodbc.c dlls/ole32 : bindctx.c compositemoniker.c filemoniker.c dlls/oleaut32 : safearray.c typelib.c dlls/psapi : psapi_main.c dlls/rpcrt4 : rpcrt4_main.c dlls/shell32 : shell32_main.c shlfileop.c shlfolder.c shlview.c dlls/shlwapi : shlwapi_main.c dlls/ttydrv : palette.c dlls/user : resource.c dlls/version : install.c dlls/winaspi : aspi.c dlls/wininet : internet.c dlls/winmm : driver.c mci.c dlls/winmm/mciavi: mmoutput.c wnd.c dlls/winmm/mcicda: mcicda.c dlls/winmm/wineoss: audio.c files : profile.c graphics/win16drv: init.c graphics/x11drv: palette.c memory : global.c msdos : int10.c int21.c ioports.c objects : palette.c windows : clipboard.c defwnd.c scroll.c windows/x11drv : event.c keyboard.c wineclipsrv.c
Log message: Francois Gouget fgouget@free.fr Add '\n' at the end of traces.
Patch: http://cvs.winehq.com/patch.py?id=989429496658175395801663
Revision Changes Path 1.114 +1 -1 wine/controls/menu.c 1.40 +2 -2 wine/dlls/comctl32/commctrl.c 1.105 +3 -3 wine/dlls/comctl32/listview.c 1.92 +2 -2 wine/dlls/comctl32/treeview.c 1.45 +4 -4 wine/dlls/commdlg/filedlg.c 1.17 +1 -1 wine/dlls/ddraw/ddraw/main.c 1.8 +2 -2 wine/dlls/dinput/mouse/main.c 1.43 +2 -2 wine/dlls/dsound/dsound_main.c 1.2 +1 -1 wine/dlls/imm32/imc.c 1.3 +2 -2 wine/dlls/imm32/imewnd.c 1.10 +3 -3 wine/dlls/imm32/imm.c 1.2 +1 -1 wine/dlls/imm32/memory.c 1.11 +1 -1 wine/dlls/kernel/utthunk.c 1.6 +1 -1 wine/dlls/msvcrt/file.c 1.6 +5 -5 wine/dlls/msvcrt/locale.c 1.9 +18 -18 wine/dlls/msvcrt/math.c 1.11 +4 -3 wine/dlls/odbc32/proxyodbc.c 1.9 +2 -2 wine/dlls/ole32/bindctx.c 1.10 +4 -2 wine/dlls/ole32/compositemoniker.c 1.11 +2 -2 wine/dlls/ole32/filemoniker.c 1.9 +3 -3 wine/dlls/oleaut32/safearray.c 1.36 +3 -3 wine/dlls/oleaut32/typelib.c 1.10 +1 -1 wine/dlls/psapi/psapi_main.c 1.11 +1 -1 wine/dlls/rpcrt4/rpcrt4_main.c 1.74 +2 -2 wine/dlls/shell32/shell32_main.c 1.12 +1 -1 wine/dlls/shell32/shlfileop.c 1.58 +2 -2 wine/dlls/shell32/shlfolder.c 1.61 +1 -1 wine/dlls/shell32/shlview.c 1.8 +2 -2 wine/dlls/shlwapi/shlwapi_main.c 1.2 +1 -1 wine/dlls/ttydrv/palette.c 1.7 +4 -4 wine/dlls/user/resource.c 1.15 +4 -4 wine/dlls/version/install.c 1.12 +1 -1 wine/dlls/winaspi/aspi.c 1.17 +2 -2 wine/dlls/wininet/internet.c 1.6 +1 -1 wine/dlls/winmm/driver.c 1.18 +2 -2 wine/dlls/winmm/mci.c 1.2 +1 -1 wine/dlls/winmm/mciavi/mmoutput.c 1.2 +2 -2 wine/dlls/winmm/mciavi/wnd.c 1.18 +1 -1 wine/dlls/winmm/mcicda/mcicda.c 1.40 +1 -1 wine/dlls/winmm/wineoss/audio.c 1.49 +1 -2 wine/files/profile.c 1.32 +1 -1 wine/graphics/win16drv/init.c 1.22 +1 -1 wine/graphics/x11drv/palette.c 1.51 +1 -1 wine/memory/global.c 1.31 +4 -4 wine/msdos/int10.c 1.61 +1 -1 wine/msdos/int21.c 1.24 +1 -1 wine/msdos/ioports.c 1.33 +2 -2 wine/objects/palette.c 1.37 +5 -5 wine/windows/clipboard.c 1.54 +2 -2 wine/windows/defwnd.c 1.31 +5 -5 wine/windows/scroll.c 1.95 +3 -3 wine/windows/x11drv/event.c 1.90 +2 -2 wine/windows/x11drv/keyboard.c 1.5 +1 -1 wine/windows/x11drv/wineclipsrv.c