Hi All,
As Alexandre has gone on holidays for a week, I've made available a temporary Git tree containing most patches sent to wine-patches.
You can pull my branch into your existing Git checkout as follows:
git fetch http://mandoo.dyndns.org/wine.git master:mmbranch git rebase mmbranch
If you have an existing mmbranch, you probably want to delete it using:
git branch -d mmbranch
Mike
$ git log origin.. commit 5d6e51717f24a594d793e8fde930a4a28df37ef0 Author: Dan Hipschman dsh@linux.ucla.edu Date: Tue Aug 29 17:19:21 2006 -0700
widl: Remove obsolete handling of typedefs
commit f5fc2d59c121d13fe86d13d21c02ec6c6ba29eef Author: Dan Hipschman dsh@linux.ucla.edu Date: Tue Aug 29 14:29:06 2006 -0700
widl: Generate an error for "int f(void a)"
commit c0299c2b3e6c1fa4e14feeab1723ca7c545e9699 Author: Dan Hipschman dsh@linux.ucla.edu Date: Tue Aug 29 14:28:05 2006 -0700
widl: Print pointers using better style
commit 41f540217f9bd03819be3f6154c03c06d98ec031 Author: Dan Hipschman dsh@linux.ucla.edu Date: Tue Aug 29 14:27:27 2006 -0700
widl: Add an is_ptr function
commit e20f80716e8b352d72a1d86381d1f405e58ee19e Author: Dan Hipschman dsh@linux.ucla.edu Date: Tue Aug 29 14:26:43 2006 -0700
widl: Factor the entry_t structure
commit cd0ee17b195070962f97c5ac16b73dfd37e63620 Author: Dan Hipschman dsh@linux.ucla.edu Date: Tue Aug 29 14:26:03 2006 -0700
widl: Represent typedefs with easier to use structures
commit 52ad5914edf8169610cb20ed20de6c2ec21869b4 Author: Dan Hipschman dsh@linux.ucla.edu Date: Tue Aug 29 14:25:19 2006 -0700
widl: Generate names for tagless structs, unions and enums
commit e6bde7d70b930e37079faa46a340b206e1276933 Author: Paul Vriens Paul.Vriens@xs4all.nl Date: Tue Aug 29 17:57:35 2006 +0200
wintrust: Add some extra tests for WintrustRemoveActionID
commit 13651132d7337f90d6d0b403261e5e30bc35a04d Author: James Hawkins truiken@gmail.com Date: Tue Aug 29 15:12:39 2006 -0700
advpack: Add the regsvr action to the SetupInstallFromInfSection call
commit 6d26805474edc8bbdd201fdeb070e766e3102485 Author: James Hawkins truiken@gmail.com Date: Tue Aug 29 15:12:22 2006 -0700
advpack: Get the proper working directory in install_init
commit e090dee9838d5dcfcc73464e7427f075e7d19bdc Author: Roderick Colenbrander thunderbird2k@gmx.net Date: Tue Aug 29 16:58:49 2006 +0200
opengl32: import glx makecurrent/wglsharelists
commit 8d410088146faa56701c440daa4ae350985feff9 Author: Roderick Colenbrander thunderbird2k@gmx.net Date: Tue Aug 29 16:56:57 2006 +0200
opengl32: import glx context code
commit e012ffe349a279b939a7b49f7439dd1cd1cd901e Author: Benjamin Arai me@benjaminarai.com Date: Tue Aug 29 17:51:27 2006 -0700
oleaut32: Test for correct error codes and return type for VarAnd
commit 4dec3ee04b237a615bf0eb228c3b343ea537a6ca Author: Benjamin Arai me@benjaminarai.com Date: Tue Aug 29 17:50:05 2006 -0700
oleaut32: Updates variant:VarAnd to pass all failures exposed from conformance test
commit 9e1fa3f6afb808eb0750404180ec7ff30c0a4db0 Author: Benjamin Arai me@benjaminarai.com Date: Tue Aug 29 17:49:29 2006 -0700
oleaut32: Conformance test for vartest:VarAnd checks for correct result values
commit 75d7a735bc4447d099968b78b08de8cc7db8ebe2 Author: Stefan Dösinger stefan@codeweavers.com Date: Tue Aug 29 21:46:49 2006 +0200
wined3d: Avoid wasting a uniform
commit 4056ee5dae9ce52b94f518a850c13dfee478e56d Author: Robert Reif reif@earthlink.net Date: Tue Aug 29 19:34:31 2006 -0400
advapi32: fix lsa tests on windows98
commit b09802de14406bf2a358c256f2b186e15efde08d Author: mike mike@codeweavers.com Date: Wed Aug 30 12:55:27 2006 +0900
ddraw: Make tests pass when OpenGL libraries aren't present.
commit 835596de7066b84a88f6182d4fab4dda1832456a Author: Andrew Talbot Andrew.Talbot@talbotville.com Date: Tue Aug 29 23:12:16 2006 +0100
comctl32: Cast-qual warnings fix
commit b40c568d9215e906ca1521197fd3060c75fb6e5a Author: Robert Shearman rob@codeweavers.com Date: Tue Aug 29 21:16:44 2006 +0100
rpcrt4: Make the reference counting in the standard proxy thread-safe.
commit 5bf357288caf3b5eb5766d6bcade4f49fbd80084 Author: Robert Shearman rob@codeweavers.com Date: Tue Aug 29 21:14:42 2006 +0100
rpcrt4: Fix NdrStubGetBuffer to use the IRpcChannelBuffer object since IRpcChannelBuffer_GetBuffer may put extra data onto the wire for ORPC calls.
commit d63bda52650573e7ec62ca3fae707a231cfbbc6c Author: Robert Shearman rob@codeweavers.com Date: Tue Aug 29 21:14:05 2006 +0100
rpcrt4: Remove some unused code.
commit e888c667006107145f719537f3a169b797720cfd Author: Robert Shearman rob@codeweavers.com Date: Tue Aug 29 21:12:42 2006 +0100
rpcrt4: Move NdrStub* functions to cstub.c and move NdrProxy* functions to cproxy.c since both sets of functions depend on the implementations of the standard stubs and proxies.
commit 0879b1e305e4ad329f35c22d97a4765ea54be3c9 Author: Robert Shearman rob@codeweavers.com Date: Tue Aug 29 21:12:16 2006 +0100
oleaut32: Delay the creation of the stub object for IDispatch until it is actually used.
commit 337f886bab59f5fd7ab22d74ae3c712b593bd1e6 Author: Robert Shearman rob@codeweavers.com Date: Tue Aug 29 21:11:12 2006 +0100
oleaut32: Fix a leak of the module reference count.
commit d77bea6f8c896304a809e0b9834b1b52072a1901 Author: Andrew Talbot Andrew.Talbot@talbotville.com Date: Tue Aug 29 20:12:39 2006 +0100
advpack: Cast-qual warnings fix
commit 206411e8032c25f82f738cf065cb2497aa63d96f Author: Paul Vriens Paul.Vriens@xs4all.nl Date: Tue Aug 29 19:33:00 2006 +0200
wintrust: Add some documentation
commit 91a8502d1dcb65509128c602211b87d05aec8e6d Author: Renu Rajput renu.rajput@gmail.com Date: Tue Aug 29 13:50:16 2006 +0530
comdlg32: Send missing CDN_FOLDERCHANGE