[pkg-wine-party] [wine] 313/316: Merge tag 'wine-1.9.13' of git://source.winehq.org/git/wine into upstream

Jens Reyer jreyer-guest at moszumanska.debian.org
Sat Jul 2 10:29:42 UTC 2016


This is an automated email from the git hooks/post-receive script.

jreyer-guest pushed a commit to branch master
in repository wine.

commit 700a6f399f6657309f802c64b92f7eeeeee37467
Merge: fdd4cfa af6f8ca
Author: Jens Reyer <jre.winesim at gmail.com>
Date:   Mon Jun 27 12:51:56 2016 +0200

    Merge tag 'wine-1.9.13' of git://source.winehq.org/git/wine into upstream
    
    Release 1.9.13
    
    # gpg: Signature made Fri 24 Jun 2016 03:31:52 PM CEST
    # gpg:                using RSA key 0xCEFAC8EAAF17519D
    # gpg: Good signature from "Alexandre Julliard <julliard at winehq.org>" [unknown]
    # gpg: WARNING: This key is not certified with a trusted signature!
    # gpg:          There is no indication that the signature belongs to the owner.
    # Primary key fingerprint: DA23 579A 74D4 AD9A F9D3  F945 CEFA C8EA AF17 519D

 ANNOUNCE                                           |  791 +++----
 AUTHORS                                            |    4 +
 VERSION                                            |    2 +-
 configure                                          |   41 +-
 configure.ac                                       |   23 +-
 dlls/advapi32/crypt.c                              |    2 +-
 dlls/advapi32/tests/security.c                     |   15 +-
 dlls/amstream/mediastream.c                        |    6 +-
 .../api-ms-win-core-memory-l1-1-1.spec             |    2 +-
 .../api-ms-win-crt-filesystem-l1-1-0.spec          |    2 +-
 .../api-ms-win-crt-heap-l1-1-0.spec                |    8 +-
 .../api-ms-win-crt-locale-l1-1-0.spec              |    4 +-
 .../api-ms-win-crt-private-l1-1-0.spec             |    2 +-
 .../api-ms-win-crt-runtime-l1-1-0.spec             |    6 +-
 dlls/appwiz.cpl/addons.c                           |   10 +-
 dlls/atl/atl_ax.c                                  |    6 +-
 dlls/avifil32/editstream.c                         |    2 +-
 dlls/cfgmgr32/cfgmgr32.spec                        |    4 +-
 dlls/comctl32/draglist.c                           |    2 +-
 dlls/comctl32/listview.c                           |    5 +-
 dlls/comctl32/progress.c                           |    2 +-
 dlls/comctl32/propsheet.c                          |    2 +-
 dlls/comctl32/rebar.c                              |    2 +-
 dlls/comctl32/tests/header.c                       |    4 +-
 dlls/comctl32/tests/listview.c                     |    2 +-
 dlls/comctl32/tests/progress.c                     |   12 +-
 dlls/comctl32/tests/rebar.c                        |   11 +-
 dlls/comctl32/tests/status.c                       |    5 +-
 dlls/comctl32/tests/toolbar.c                      |    8 +-
 dlls/comctl32/theme_combo.c                        |    5 +-
 dlls/comctl32/toolbar.c                            |   12 +-
 dlls/comdlg32/colordlg.c                           |    2 +-
 dlls/comdlg32/tests/filedlg.c                      |   56 +-
 dlls/crtdll/Makefile.in                            |    1 -
 dlls/ctl3d32/Makefile.in                           |    1 -
 dlls/d3d10/d3d10_private.h                         |    2 +-
 dlls/d3d10/effect.c                                |    4 +-
 dlls/d3d10_1/tests/d3d10_1.c                       |   23 +
 dlls/d3d10core/tests/device.c                      | 1743 +++++++++++++--
 dlls/d3d11/d3d11_private.h                         |   14 +
 dlls/d3d11/device.c                                |  175 +-
 dlls/d3d11/shader.c                                |  184 ++
 dlls/d3d11/tests/d3d11.c                           | 1810 +++++++++++++--
 dlls/d3d11/view.c                                  |  462 +++-
 dlls/d3d8/device.c                                 |    9 +-
 dlls/d3d8/tests/device.c                           |  116 +-
 dlls/d3d9/device.c                                 |    9 +-
 dlls/d3d9/tests/d3d9ex.c                           |   27 +-
 dlls/d3d9/tests/device.c                           |  128 +-
 dlls/d3dcompiler_33/Makefile.in                    |   20 +-
 dlls/d3dcompiler_33/d3dcompiler_33.spec            |   18 +-
 dlls/d3dcompiler_33/d3dcompiler_33_main.c          |   42 -
 dlls/d3dcompiler_34/Makefile.in                    |   20 +-
 dlls/d3dcompiler_34/d3dcompiler_34.spec            |   18 +-
 dlls/d3dcompiler_34/d3dcompiler_34_main.c          |   42 -
 dlls/d3dcompiler_35/Makefile.in                    |   20 +-
 dlls/d3dcompiler_35/d3dcompiler_35.spec            |   18 +-
 dlls/d3dcompiler_36/Makefile.in                    |   20 +-
 dlls/d3dcompiler_36/d3dcompiler_36.spec            |   18 +-
 dlls/d3dcompiler_37/Makefile.in                    |   20 +-
 dlls/d3dcompiler_37/d3dcompiler_37.spec            |   18 +-
 dlls/d3dcompiler_37/d3dcompiler_37_main.c          |   42 -
 dlls/d3dcompiler_38/Makefile.in                    |   20 +-
 dlls/d3dcompiler_38/d3dcompiler_38.spec            |   18 +-
 dlls/d3dcompiler_38/d3dcompiler_38_main.c          |   42 -
 dlls/d3dcompiler_39/Makefile.in                    |   20 +-
 dlls/d3dcompiler_39/d3dcompiler_39.spec            |   18 +-
 dlls/d3dcompiler_39/d3dcompiler_39_main.c          |   42 -
 dlls/d3dcompiler_40/Makefile.in                    |   20 +-
 dlls/d3dcompiler_40/d3dcompiler_40.spec            |   20 +-
 dlls/d3dcompiler_40/d3dcompiler_40_main.c          |   42 -
 dlls/d3dcompiler_41/Makefile.in                    |   20 +-
 dlls/d3dcompiler_41/d3dcompiler_41.spec            |   22 +-
 dlls/d3dcompiler_41/d3dcompiler_41_main.c          |   42 -
 dlls/d3dcompiler_42/Makefile.in                    |   20 +-
 dlls/d3dcompiler_42/d3dcompiler_42.spec            |   22 +-
 dlls/d3dcompiler_42/d3dcompiler_42_main.c          |   42 -
 dlls/d3dcompiler_46/d3dcompiler_46.spec            |    2 +-
 dlls/d3dcompiler_47/d3dcompiler_47.spec            |    2 +-
 dlls/d3dim/Makefile.in                             |    1 -
 dlls/d3drm/d3drm.c                                 |   58 +-
 dlls/d3drm/d3drm_private.h                         |   37 +-
 dlls/d3drm/device.c                                |    8 +-
 dlls/d3drm/frame.c                                 | 2357 +++++++++++++-------
 dlls/d3drm/tests/d3drm.c                           |  558 ++---
 dlls/d3drm/texture.c                               |   10 +-
 dlls/d3drm/viewport.c                              |   21 +-
 dlls/d3dx10_43/d3dx10_43.spec                      |    2 +-
 dlls/d3dx10_43/d3dx10_43_main.c                    |    7 +
 dlls/d3dx10_43/tests/d3dx10.c                      |    4 +-
 dlls/d3dx11_42/Makefile.in                         |    6 +-
 dlls/d3dx11_42/d3dx11_42.c                         |    2 +-
 dlls/d3dx11_42/d3dx11_42.spec                      |    4 +-
 dlls/d3dx11_43/Makefile.in                         |    6 +-
 dlls/d3dx11_43/async.c                             |   43 +
 dlls/d3dx11_43/d3dx11_43.c                         |   18 +-
 dlls/d3dx11_43/d3dx11_43.spec                      |    4 +-
 dlls/d3dx9_24/Makefile.in                          |   22 +-
 dlls/d3dx9_24/d3dx9_24.spec                        |  632 +++---
 dlls/d3dx9_24/d3dx9_24_main.c                      |    2 +-
 dlls/d3dx9_25/Makefile.in                          |   23 +-
 dlls/d3dx9_25/d3dx9_25.spec                        |  638 +++---
 dlls/d3dx9_25/d3dx9_25_main.c                      |    2 +-
 dlls/d3dx9_26/Makefile.in                          |   22 +-
 dlls/d3dx9_26/d3dx9_26.spec                        |  646 +++---
 dlls/d3dx9_26/d3dx9_26_main.c                      |    2 +-
 dlls/d3dx9_27/Makefile.in                          |   22 +-
 dlls/d3dx9_27/d3dx9_27.spec                        |  646 +++---
 dlls/d3dx9_27/d3dx9_27_main.c                      |    2 +-
 dlls/d3dx9_28/Makefile.in                          |   23 +-
 dlls/d3dx9_28/d3dx9_28.spec                        |  656 +++---
 dlls/d3dx9_28/d3dx9_28_main.c                      |    2 +-
 dlls/d3dx9_29/Makefile.in                          |   23 +-
 dlls/d3dx9_29/d3dx9_29.spec                        |  656 +++---
 dlls/d3dx9_29/d3dx9_29_main.c                      |    2 +-
 dlls/d3dx9_30/Makefile.in                          |   22 +-
 dlls/d3dx9_30/d3dx9_30.spec                        |  656 +++---
 dlls/d3dx9_30/d3dx9_30_main.c                      |    2 +-
 dlls/d3dx9_31/Makefile.in                          |   22 +-
 dlls/d3dx9_31/d3dx9_31.spec                        |  656 +++---
 dlls/d3dx9_31/d3dx9_31_main.c                      |    2 +-
 dlls/d3dx9_32/Makefile.in                          |   22 +-
 dlls/d3dx9_32/d3dx9_32.spec                        |  666 +++---
 dlls/d3dx9_32/d3dx9_32_main.c                      |    2 +-
 dlls/d3dx9_33/Makefile.in                          |   22 +-
 dlls/d3dx9_33/d3dx9_33.spec                        |  666 +++---
 dlls/d3dx9_33/d3dx9_33_main.c                      |    1 +
 dlls/d3dx9_34/d3dx9_34.spec                        |    4 +-
 dlls/d3dx9_35/d3dx9_35.spec                        |    4 +-
 dlls/d3dx9_36/d3dx9_36.spec                        |    4 +-
 dlls/d3dx9_36/d3dx9_36_main.c                      |   18 -
 dlls/d3dx9_36/d3dx9_private.h                      |   15 +-
 dlls/d3dx9_36/effect.c                             |  116 +-
 dlls/d3dx9_36/preshader.c                          |  252 ++-
 dlls/d3dx9_36/tests/effect.c                       |  539 +++--
 dlls/d3dx9_36/util.c                               |   19 +
 dlls/d3dx9_37/d3dx9_37.spec                        |    4 +-
 dlls/d3dx9_38/d3dx9_38.spec                        |    4 +-
 dlls/d3dx9_39/d3dx9_39.spec                        |    4 +-
 dlls/d3dx9_40/d3dx9_40.spec                        |    4 +-
 dlls/d3dx9_41/d3dx9_41.spec                        |    4 +-
 dlls/d3dx9_42/d3dx9_42.spec                        |    4 +-
 dlls/d3dx9_43/d3dx9_43.spec                        |    4 +-
 dlls/d3dxof/parsing.c                              |    4 +-
 dlls/ddraw/device.c                                |    6 +-
 dlls/ddraw/surface.c                               |    5 +-
 dlls/ddraw/tests/ddraw1.c                          |  219 +-
 dlls/ddraw/tests/ddraw2.c                          |  234 +-
 dlls/ddraw/tests/ddraw4.c                          |  234 +-
 dlls/ddraw/tests/ddraw7.c                          |  234 +-
 dlls/ddraw/tests/visual.c                          |  344 ---
 dlls/ddraw/utils.c                                 |    6 +-
 dlls/dmsynth/synth.c                               |    2 +-
 dlls/dmusic32/Makefile.in                          |    1 -
 dlls/dplay/Makefile.in                             |    1 -
 dlls/dsound/capture.c                              |   82 +-
 dlls/dsound/primary.c                              |    3 +-
 dlls/dwrite/analyzer.c                             |   78 +-
 dlls/dwrite/bracket.c                              |    2 +-
 dlls/dwrite/font.c                                 |   59 +-
 dlls/dwrite/layout.c                               |   38 +-
 dlls/dwrite/linebreak.c                            |  298 +--
 dlls/dwrite/mirror.c                               |    2 +-
 dlls/dwrite/scripts.c                              | 1262 +++++------
 dlls/dwrite/scripts.h                              |  268 +--
 dlls/dwrite/tests/font.c                           |   92 +-
 dlls/dwrite/tests/layout.c                         |    7 +
 dlls/dxgi/tests/device.c                           |   31 +-
 dlls/gdi.exe16/printdrv.c                          |    2 +-
 dlls/gdi32/dibdrv/dc.c                             |    6 +-
 dlls/gdi32/dibdrv/dibdrv.h                         |    3 +
 dlls/gdi32/dibdrv/graphics.c                       |   97 +
 dlls/gdi32/dibdrv/objects.c                        |    2 +-
 dlls/gdi32/enhmetafile.c                           |   64 +-
 dlls/gdi32/enhmfdrv/dc.c                           |  519 ++++-
 dlls/gdi32/enhmfdrv/enhmetafiledrv.h               |   10 +
 dlls/gdi32/enhmfdrv/graphics.c                     |  387 ++--
 dlls/gdi32/enhmfdrv/init.c                         |   22 +-
 dlls/gdi32/enhmfdrv/objects.c                      |   18 +-
 dlls/gdi32/gdi_private.h                           |   22 +
 dlls/gdi32/metafile.c                              |   30 +-
 dlls/gdi32/painting.c                              |    6 +-
 dlls/gdi32/path.c                                  |  923 ++++----
 dlls/gdi32/tests/clipping.c                        |   60 +-
 dlls/gdi32/tests/dc.c                              |  114 +-
 dlls/gdi32/tests/dib.c                             |    8 +-
 dlls/gdi32/tests/mapping.c                         |   27 +-
 dlls/gdi32/tests/metafile.c                        |  219 +-
 dlls/gdi32/tests/path.c                            | 1435 ++++++++++--
 dlls/gdiplus/gdiplus.spec                          |    2 +-
 dlls/gdiplus/gdiplus_private.h                     |    5 +-
 dlls/gdiplus/graphics.c                            |   10 +-
 dlls/gdiplus/image.c                               |   53 +-
 dlls/gdiplus/imageattributes.c                     |   15 +
 dlls/gdiplus/region.c                              |    6 +
 dlls/gdiplus/tests/font.c                          |    1 +
 dlls/gdiplus/tests/graphics.c                      |  103 +-
 dlls/gdiplus/tests/image.c                         |   66 +
 dlls/gdiplus/tests/metafile.c                      |   24 +-
 dlls/gdiplus/tests/region.c                        |   17 +-
 dlls/hidclass.sys/Makefile.in                      |    2 +-
 dlls/hlink/tests/hlink.c                           |    6 +-
 dlls/imm32/tests/imm32.c                           |  154 +-
 dlls/inetcomm/mimeole.c                            |  206 +-
 dlls/inetcomm/tests/mimeole.c                      |  132 ++
 dlls/jscript/function.c                            |   18 +-
 dlls/jscript/object.c                              |    6 +-
 dlls/jscript/tests/api.js                          |   15 +
 dlls/jscript/tests/run.c                           |   23 +-
 dlls/kernel32/cpu.c                                |   12 +
 dlls/kernel32/kernel32.spec                        |    2 +-
 dlls/kernel32/locale.c                             |  224 +-
 dlls/kernel32/tests/locale.c                       |   31 +-
 dlls/kernel32/tests/process.c                      |   16 +
 dlls/kernel32/tests/thread.c                       |    4 +-
 dlls/kernel32/virtual.c                            |    2 +-
 dlls/mlang/mlang.c                                 |    2 +-
 dlls/mmdevapi/tests/capture.c                      |    2 +-
 dlls/mmdevapi/tests/render.c                       |    2 +-
 dlls/mountmgr.sys/Makefile.in                      |    2 +-
 dlls/mscoree/mscoree_main.c                        |    2 +-
 dlls/msctf/context.c                               |    3 -
 dlls/msctf/msctf.c                                 |    2 +-
 dlls/msctf/tests/inputprocessor.c                  |   34 +-
 dlls/mshtml/editor.c                               |   24 +-
 dlls/mshtml/htmlcurstyle.c                         |   12 +-
 dlls/mshtml/htmldoc.c                              |  142 +-
 dlls/mshtml/htmlelem.c                             |   95 +
 dlls/mshtml/htmlframebase.c                        |   18 +-
 dlls/mshtml/htmlinput.c                            |   96 +-
 dlls/mshtml/htmllink.c                             |   13 +-
 dlls/mshtml/htmlnode.c                             |    2 +-
 dlls/mshtml/htmlwindow.c                           |   47 +-
 dlls/mshtml/mshtml_private.h                       |   10 +-
 dlls/mshtml/mutation.c                             |   19 +-
 dlls/mshtml/npplugin.c                             |   10 +-
 dlls/mshtml/nsembed.c                              |   17 +-
 dlls/mshtml/nsiface.idl                            |  249 ++-
 dlls/mshtml/nsio.c                                 |   82 +-
 dlls/mshtml/nsservice.c                            |   22 +-
 dlls/mshtml/olecmd.c                               |    2 +-
 dlls/mshtml/persist.c                              |    2 +-
 dlls/mshtml/tests/dom.c                            |  179 +-
 dlls/mshtml/tests/events.c                         |   58 +
 dlls/mshtml/tests/htmldoc.c                        |   33 +
 dlls/mshtml/tests/protocol.c                       |    4 +-
 dlls/mshtml/tests/script.c                         |    2 +-
 dlls/msi/action.c                                  |   15 +-
 dlls/msi/tests/action.c                            |   58 +-
 dlls/msscript.ocx/Makefile.in                      |    2 +-
 dlls/msscript.ocx/msscript.c                       |  958 +++++++-
 dlls/msscript.ocx/tests/Makefile.in                |    7 +
 dlls/msscript.ocx/tests/msscript.c                 |  916 ++++++++
 dlls/msscript.ocx/tests/msscript.idl               |  306 +++
 dlls/msvcirt/msvcirt.c                             |  700 +++++-
 dlls/msvcirt/msvcirt.spec                          |  176 +-
 dlls/msvcirt/tests/msvcirt.c                       |  903 +++++++-
 dlls/msvcp120/tests/msvcp120.c                     |    2 +-
 dlls/msvcp60/tests/ios.c                           |    8 +-
 dlls/msvcp60/tests/string.c                        |   28 +-
 dlls/msvcp90/ios.c                                 |  126 +-
 dlls/msvcp90/tests/ios.c                           |    8 +-
 dlls/msvcp90/tests/string.c                        |   28 +-
 dlls/msvcr100/msvcr100.spec                        |    4 +-
 dlls/msvcr110/msvcr110.spec                        |    4 +-
 dlls/msvcr120/msvcr120.spec                        |    4 +-
 dlls/msvcr120/tests/msvcr120.c                     |  251 +++
 dlls/msvcr120_app/msvcr120_app.spec                |    2 +-
 dlls/msvcr70/msvcr70.spec                          |    2 +-
 dlls/msvcr71/msvcr71.spec                          |    2 +-
 dlls/msvcr80/msvcr80.spec                          |    4 +-
 dlls/msvcr90/msvcr90.spec                          |    4 +-
 dlls/msvcr90/tests/msvcr90.c                       |   69 +
 dlls/msvcrt/errno.c                                |   61 +
 dlls/msvcrt/file.c                                 |   14 +
 dlls/msvcrt/heap.c                                 |   32 +
 dlls/msvcrt/locale.c                               |   32 +-
 dlls/msvcrt/lock.c                                 |    3 +-
 dlls/msvcrt/math.c                                 |   22 +
 dlls/msvcrt/mbcs.c                                 |   20 +-
 dlls/msvcrt/msvcrt.h                               |    3 +
 dlls/msvcrt/msvcrt.spec                            |    2 +-
 dlls/msvcrt/wcs.c                                  |   18 +
 dlls/msvcrt20/Makefile.in                          |    1 -
 dlls/msvcrt20/msvcrt20.spec                        |  152 +-
 dlls/msvcrt40/Makefile.in                          |    1 -
 dlls/msvcrt40/msvcrt40.spec                        |  152 +-
 dlls/msxml3/saxreader.c                            |    2 +-
 dlls/msxml3/schema.c                               |   25 +-
 dlls/ntdll/file.c                                  |   80 +-
 dlls/ntdll/misc.c                                  |   22 +-
 dlls/ntdll/ntdll.spec                              |    2 +
 dlls/ntdll/tests/reg.c                             |    5 +
 dlls/ntoskrnl.exe/Makefile.in                      |    2 +-
 dlls/ole32/clipboard.c                             |    2 +-
 dlls/ole32/compobj.c                               |    4 +-
 dlls/ole32/moniker.c                               |   19 +-
 dlls/ole32/stg_prop.c                              |    6 +-
 dlls/oledb32/errorinfo.c                           |   62 +-
 dlls/oledb32/tests/database.c                      |  134 +-
 dlls/quartz/dsoundrender.c                         |    2 +-
 dlls/riched20/editor.c                             |  147 +-
 dlls/riched20/richole.c                            |    2 +-
 dlls/riched20/tests/editor.c                       |  135 +-
 dlls/riched20/writer.c                             |   94 +-
 dlls/scsiport.sys/Makefile.in                      |    2 +-
 dlls/secur32/schannel_gnutls.c                     |    3 +-
 dlls/secur32/schannel_macosx.c                     |    2 +-
 dlls/secur32/tests/Makefile.in                     |    2 +-
 dlls/secur32/tests/negotiate.c                     |   97 +-
 dlls/secur32/tests/schannel.c                      |   97 +-
 dlls/serialui/Makefile.in                          |    1 -
 dlls/setupapi/setupapi.spec                        |    4 +-
 dlls/setupapi/stubs.c                              |   20 +
 dlls/setupapi/tests/install.c                      |    2 +-
 dlls/shell32/assoc.c                               |    4 +-
 dlls/shell32/ebrowser.c                            |    7 +-
 dlls/shell32/iconcache.c                           |    4 +-
 dlls/shell32/shlmenu.c                             |    2 +-
 dlls/shell32/tests/appbar.c                        |    5 +-
 dlls/shell32/tests/assoc.c                         |   48 +-
 dlls/shell32/tests/ebrowser.c                      |   12 +-
 dlls/shlwapi/url.c                                 |    4 +-
 dlls/ucrtbase/tests/misc.c                         |  158 +-
 dlls/ucrtbase/ucrtbase.spec                        |   24 +-
 dlls/urlmon/tests/misc.c                           |    2 +-
 dlls/urlmon/tests/stream.c                         |   18 +
 dlls/urlmon/umstream.c                             |   22 +-
 dlls/usbd.sys/Makefile.in                          |    4 +-
 dlls/user32/defwnd.c                               |   26 +-
 dlls/user32/focus.c                                |    2 +
 dlls/user32/mdi.c                                  |    7 +-
 dlls/user32/menu.c                                 |    4 +
 dlls/user32/nonclient.c                            |   16 +-
 dlls/user32/scroll.c                               |   10 +-
 dlls/user32/tests/cursoricon.c                     |    2 +
 dlls/user32/tests/dce.c                            |   54 +-
 dlls/user32/tests/edit.c                           |   10 +-
 dlls/user32/tests/listbox.c                        |   12 +-
 dlls/user32/tests/menu.c                           |   26 +-
 dlls/user32/tests/monitor.c                        |   34 +-
 dlls/user32/tests/msg.c                            |   62 +-
 dlls/user32/tests/static.c                         |    3 -
 dlls/user32/tests/text.c                           |  149 +-
 dlls/user32/tests/uitools.c                        |  112 +-
 dlls/user32/tests/win.c                            |  317 ++-
 dlls/user32/win.c                                  |   56 +-
 dlls/user32/win.h                                  |    6 +
 dlls/user32/winpos.c                               |   38 +-
 dlls/usp10/bracket.c                               |    2 +-
 dlls/usp10/breaking.c                              |    6 +-
 dlls/usp10/indicsyllable.c                         |  108 +-
 dlls/usp10/linebreak.c                             |  298 +--
 dlls/usp10/mirror.c                                |    2 +-
 dlls/usp10/opentype.c                              |   28 +-
 dlls/usp10/shaping.c                               |  108 +-
 dlls/usp10/tests/usp10.c                           |   66 +-
 dlls/usp10/usp10.c                                 |   77 +-
 dlls/vcruntime140/vcruntime140.spec                |    2 +-
 dlls/webservices/Makefile.in                       |    1 +
 dlls/webservices/msg.c                             |  156 ++
 dlls/webservices/reader.c                          |  282 ++-
 dlls/webservices/tests/Makefile.in                 |    1 +
 dlls/webservices/tests/msg.c                       |   74 +
 dlls/webservices/tests/reader.c                    |   91 +
 dlls/webservices/tests/url.c                       |    7 +-
 dlls/webservices/tests/writer.c                    |  181 ++
 dlls/webservices/url.c                             |  106 +-
 dlls/webservices/webservices.spec                  |   16 +-
 dlls/webservices/webservices_private.h             |   14 +
 dlls/webservices/writer.c                          |  298 ++-
 dlls/windowscodecs/clsfactory.c                    |    1 +
 dlls/windowscodecs/pngformat.c                     |   78 +
 dlls/windowscodecs/regsvr.c                        |   25 +
 dlls/windowscodecs/tests/metadata.c                |   72 +
 dlls/windowscodecs/wincodecs_private.h             |    1 +
 dlls/windowscodecs/windowscodecs_wincodec.idl      |    7 +
 dlls/wined3d/arb_program_shader.c                  |   24 +-
 dlls/wined3d/buffer.c                              |   51 +-
 dlls/wined3d/context.c                             |   44 +-
 dlls/wined3d/cs.c                                  |   59 +-
 dlls/wined3d/device.c                              |   93 +-
 dlls/wined3d/directx.c                             |   47 +-
 dlls/wined3d/drawprim.c                            |   46 +-
 dlls/wined3d/glsl_shader.c                         |  439 +++-
 dlls/wined3d/palette.c                             |    7 +-
 dlls/wined3d/query.c                               |   61 +-
 dlls/wined3d/sampler.c                             |   25 +-
 dlls/wined3d/shader.c                              |  145 +-
 dlls/wined3d/shader_sm4.c                          |   99 +-
 dlls/wined3d/state.c                               |  139 +-
 dlls/wined3d/stateblock.c                          |    7 +-
 dlls/wined3d/texture.c                             |    2 +-
 dlls/wined3d/utils.c                               |  181 +-
 dlls/wined3d/vertexdeclaration.c                   |   12 +-
 dlls/wined3d/view.c                                |  326 ++-
 dlls/wined3d/wined3d.spec                          |   12 +-
 dlls/wined3d/wined3d_gl.h                          |    2 +
 dlls/wined3d/wined3d_main.c                        |    3 +
 dlls/wined3d/wined3d_private.h                     |  175 +-
 dlls/winegstreamer/gstdemux.c                      |   11 +-
 dlls/winegstreamer/gsttffilter.c                   |    2 +-
 dlls/winejoystick.drv/joystick_osx.c               |  156 +-
 dlls/winemac.drv/cocoa_app.m                       |    9 +-
 dlls/winemac.drv/cocoa_window.m                    |    9 +-
 dlls/winemac.drv/ime.c                             |   16 +-
 dlls/winemac.drv/opengl.c                          |    2 +-
 dlls/wineps.drv/data/COPYRIGHTS                    |    4 +-
 dlls/wineps.drv/graphics.c                         |    7 +-
 dlls/winex11.drv/graphics.c                        |  101 +
 dlls/winex11.drv/ime.c                             |   16 +-
 dlls/winex11.drv/init.c                            |    6 +-
 dlls/winex11.drv/opengl.c                          |   67 +-
 dlls/winex11.drv/window.c                          |   16 +-
 dlls/winex11.drv/x11drv.h                          |    3 +
 dlls/winhttp/tests/winhttp.c                       |    2 +-
 dlls/wininet/cookie.c                              |    6 +-
 dlls/wininet/ftp.c                                 |   44 +-
 dlls/wininet/http.c                                |    6 +-
 dlls/wininet/internet.c                            |    2 +-
 dlls/wininet/internet.h                            |    4 -
 dlls/wininet/tests/http.c                          |   29 +-
 dlls/wininet/tests/internet.c                      |   15 +-
 dlls/wininet/utility.c                             |   57 -
 dlls/ws2_32/socket.c                               |   23 +-
 dlls/ws2_32/tests/sock.c                           |    1 -
 dlls/xaudio2_7/compat.c                            |  447 +++-
 dlls/xaudio2_7/tests/xaudio2.c                     |   68 +
 dlls/xaudio2_7/xaudio_dll.c                        |   29 +-
 dlls/xaudio2_7/xaudio_private.h                    |    8 +
 include/Makefile.in                                |    5 +
 include/activscp.idl                               |   16 +
 include/d3d10.idl                                  |    2 +-
 include/d3d10sdklayers.idl                         |  676 ++++++
 include/d3d11.idl                                  |    6 +
 include/d3drmobj.h                                 |    6 +-
 include/d3dx10tex.h                                |   23 +
 .../d3dcompiler_36_main.c => include/d3dx11.h      |   33 +-
 .../d3dcompiler_35_main.c => include/d3dx11async.h |   35 +-
 include/d3dx11core.idl                             |   65 +
 include/{d3dx10tex.h => d3dx11tex.h}               |   76 +-
 include/gdiplusflat.h                              |    2 +
 include/mimeole.idl                                |    4 +
 include/mshtmdid.h                                 |    8 +-
 include/mshtml.idl                                 |   52 +-
 include/msidefs.h                                  |    5 +
 include/richedit.h                                 |    8 +
 include/shlwapi.h                                  |   28 +-
 include/webservices.h                              |  227 ++
 include/wincodecsdk.idl                            |    2 +
 include/wine/test.h                                |   12 +
 include/wine/wined3d.h                             |   77 +-
 include/winnt.h                                    |   18 +
 include/winuser.h                                  |    9 +-
 include/wmsdkidl.idl                               |    2 +-
 include/xaudio2.idl                                |  116 +-
 libs/port/compose.c                                |    2 +-
 libs/port/decompose.c                              |    2 +-
 libs/port/digitmap.c                               |    2 +-
 libs/wine/casemap.c                                |   45 +-
 libs/wine/wctype.c                                 |   38 +-
 loader/l_intl.nls                                  |  Bin 6406 -> 6470 bytes
 po/de.po                                           |   23 +-
 po/nb_NO.po                                        |   33 +-
 programs/cmd/wcmdmain.c                            |    2 +-
 programs/explorer/desktop.c                        |    2 +-
 programs/explorer/explorer_private.h               |    2 +-
 programs/explorer/startmenu.c                      |   61 +-
 programs/explorer/systray.c                        |  213 +-
 programs/reg/reg.c                                 |  412 ++--
 programs/reg/tests/reg.c                           |   36 +
 programs/regedit/regedit.c                         |  311 ++-
 programs/regedit/regproc.c                         |   49 +-
 programs/regedit/regproc.h                         |    2 -
 programs/winebrowser/Makefile.in                   |    2 +-
 programs/winebrowser/main.c                        |   94 +-
 programs/winedevice/Makefile.in                    |    2 +-
 programs/winefile/winefile.c                       |   29 +-
 programs/winevdm/winevdm.c                         |    9 +-
 programs/wordpad/print.c                           |    5 +-
 server/console.c                                   |    2 +-
 tools/make_makefiles                               |    1 +
 tools/make_specfiles                               |   29 -
 tools/make_unicode                                 |   24 +-
 tools/widl/expr.c                                  |    8 +-
 485 files changed, 29659 insertions(+), 13133 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git



More information about the pkg-wine-party mailing list