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
Hello, Mike,
* On Wed, 30 Aug 2006, Mike McCormack wrote:
As Alexandre has gone on holidays for a week, I've made available a temporary Git tree containing most patches sent to wine-patches.
Nice, thanks :)
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
Could you, please, also attach gitweb interface to it and publish it? I know of no way to check "whatchanged -u" on a remote tree and also wouldn't like to pull mmbranch into my disk just for the current moment...
In a case you have no references to gitweb: http://ehlo.org/~kay/?p=git/gitweb.git;a=blob;h=ea21fbe88a9455c80fd88f4f510f...
Saulius Krasuckas wrote:
Could you, please, also attach gitweb interface to it and publish it? I know of no way to check "whatchanged -u" on a remote tree and also wouldn't like to pull mmbranch into my disk just for the current moment...
I'm aware of gitweb and will consider installing it, but my server is pretty lightweight.
vendor_id : Geode by NSC cpu MHz : 266.776
You can fetch a branch without messing up your current tree:
git fetch http://mandoo.dyndns.org/wine.git master:mmbranch git whatchanged mmbranch
That would give you something like the list below...
Mike
mike@black:~/wine$ git log origin.. commit 0743d8b81ba41641f96077126a2fe9db840c589d Author: Dan Hipschman dsh@linux.ucla.edu Date: Fri Sep 1 16:35:49 2006 -0700
widl: Add error checking and more accurate handling to string attrs
commit 0e6bcf593d40fa2ff74fb0bb8dde8539acd61b3d Author: Dan Hipschman dsh@linux.ucla.edu Date: Fri Sep 1 16:34:14 2006 -0700
widl: Handle more pointer types in get_struct_type
commit 2704c3f1de09a6879613ce97eb1ac1d944485b2b Author: Benjamin Arai me@benjaminarai.com Date: Fri Sep 1 19:45:10 2006 -0700
oleaut32: Updated VarDiv conformance test to use void instead of test for function call parameter
commit 4f222cb0fdf5aa957b0b9fa5a8be715478de94bb Author: James Hawkins truiken@gmail.com Date: Fri Sep 1 16:00:49 2006 -0700
msi: Add initial implementation of the DirectoryList control
commit e7340a63d1231549c4c3266d527a4bf937f05918 Author: Albert Lee trisk@jhu.edu Date: Fri Sep 1 17:24:53 2006 -0400
usp10: add stubs for ScriptJustify and ScriptLayout
commit cbb5fccb967ff28d362bcc5a5ee9294750f755c2 Author: James Hawkins truiken@gmail.com Date: Fri Sep 1 14:00:19 2006 -0700
msi: Load and display the VolumeCostList control's column headers
commit 70ed7c6664bb88013e5899606e64effeb71ec62b Author: Matt Finnicum mattfinn@gmail.com Date: Fri Sep 1 08:12:32 2006 -0500
riched20: Rewrite of scrolling and some redrawing code
commit f7945ef12baa89c0cd2c912cb609a0d6d22ab25c Author: Jeff L lats@yless4u.com.au Date: Fri Sep 1 22:55:50 2006 +1000
gdi32: Fix test for GetGlyphIndicesW on non Unicode systems
commit dac3b4fb8c9a1a8bb7932e11b47ac02684b8c352 Author: Paul Vriens Paul.Vriens@xs4all.nl Date: Fri Sep 1 16:15:18 2006 +0200
include: Added a new define for a provider function
commit 1982dceb03e97199464a0de326f51154b21af37f Author: Paul Vriens Paul.Vriens@xs4all.nl Date: Fri Sep 1 13:59:50 2006 +0200
include: Add new OID
commit d65120c89efc4e4c6976d3d53b7d32ee8de49b95 Author: Paul Vriens Paul.Vriens@xs4all.nl Date: Fri Sep 1 12:48:34 2006 +0200
include: Add a GUID
commit 1ee2213b345a343517093eaa6300eac065e20c2e Author: Paul Vriens Paul.Vriens@xs4all.nl Date: Fri Sep 1 12:48:20 2006 +0200
include: Add a GUID
commit 1265ce7058299fd638efd92cc0f66fc5b91b6810 Author: Kovács András andras@csevego.net Date: Fri Sep 1 23:05:55 2006 +0200
wined3d: Implement BlendFactor renderstate
commit ea569231152fe13eb9d62127e3787fd539b4605d Author: Kovács András andras@csevego.net Date: Fri Sep 1 23:03:56 2006 +0200
wined3d: Remove unnecessary glBlendColor in TextureFactor renderstate
commit e8325a47f01690e9d142b2535c8de6645376537d Author: Mike McCormack mike@codeweavers.com Date: Fri Sep 1 17:22:44 2006 +0900
msi: Add a short test for transforms.
commit 479d486fa3dca078930bfa5efb0f14ec36b45f43 Author: Mike McCormack mike@codeweavers.com Date: Fri Sep 1 17:07:18 2006 +0900
msi: Make opening and closing 4000 handle into two tests, not 20000.
commit a082af4c41f94f2c01dcd75d8e915bc4c8b48ad9 Author: Benjamin Arai me@benjaminarai.com Date: Thu Aug 31 17:12:13 2006 -0700
oleaut32: Conformance tests for function variant:VarDiv
commit e69bf9262410c536fa1d9d6248bfa10008df557b Author: Benjamin Arai me@benjaminarai.com Date: Thu Aug 31 17:13:09 2006 -0700
oleaut32: Fixes to pass all tests for function variant:VarDiv
commit c33dfeebd1e43533e23c25fd7904b6aa0085981e Author: James Hawkins truiken@gmail.com Date: Thu Aug 31 13:43:01 2006 -0700
msi: Store and use the center point of the dialog window in between dialogs
commit 0981be5adee3b8cb31ac4fcd05e0402ec0281fe0 Author: James Hawkins truiken@gmail.com Date: Thu Aug 31 13:42:57 2006 -0700
msi: Verify the path in the PathEdit control
commit ee6c8e5a1aa9d4d9cc6757c852780b5786546bed Author: James Hawkins truiken@gmail.com Date: Thu Aug 31 13:42:54 2006 -0700
msi: Search for the browse dialog controls by type instead of name
commit c64e6b714690f6c13649b018d4ddd92716785a2d Author: James Hawkins truiken@gmail.com Date: Thu Aug 31 13:42:50 2006 -0700
msi: Provide the control to the dialog_update function for the case when the control isn't attached to the dialog yet
commit 3dae799876ca7e26788a151fba988190fa53e374 Author: Robert Shearman rob@codeweavers.com Date: Thu Aug 31 17:21:13 2006 +0100
ole32: Allocate memory for a copy of the ptd member of FORMATETC in DataAdviseHolder_Advise since there is no requirement for the application to keep this memory valid for the lifetime of the connection.
commit 4210772a7af4eb858e865c118356de41a55b453f Author: Robert Shearman rob@codeweavers.com Date: Thu Aug 31 17:20:09 2006 +0100
ole32: Don't send data changes in DataAdviseHolder_Advise for ADVF_PRIMEFIRST connections if we are connected to a data object, since it will send the data change for us.
commit eaff0d8f83153bf77b36973b9a1582e33668e750 Author: Robert Shearman rob@codeweavers.com Date: Thu Aug 31 17:20:02 2006 +0100
ole32: DefaultHandler_GetData and DefaultHandler_QueryGetData should both defer to the real data object if the cached versions fail and we are running.
commit 88dfbb074a1d64aaf3c4b7f0b2a6e0bd65b1bb14 Author: Robert Shearman rob@codeweavers.com Date: Thu Aug 31 17:19:49 2006 +0100
ole32: Add a reference to the stream in RPC_StartLocalServer since we release a reference to it when the local server thread dies.
commit 54f14a1a0f4b42e7c663e83c6c89398b2b8a7f51 Author: Robert Shearman rob@codeweavers.com Date: Thu Aug 31 17:19:34 2006 +0100
ole32: Add a test for OleLoad.
commit 79c584943f29682926707930b5689747833d9267 Author: Robert Shearman rob@codeweavers.com Date: Thu Aug 31 17:18:36 2006 +0100
ole32: Do a QueryInterface for IOleLink in OleLoad, like native does.
commit 9fb0965ee376fa06539db199e0bc8cc7bc3deed5 Author: Robert Shearman rob@codeweavers.com Date: Thu Aug 31 17:17:55 2006 +0100
ole32: Re-order the function calls in OleLoad to match native.
commit c3582f99cce563c29c63a0798a22f7ed991b4a71 Author: Robert Shearman rob@codeweavers.com Date: Thu Aug 31 17:17:03 2006 +0100
ole32: Add tests for OleCreate.
commit 20736c6854bc589dd568d571dd38d8df3ec12050 Author: Robert Shearman rob@codeweavers.com Date: Thu Aug 31 17:16:28 2006 +0100
ole32: Call IRunnableObject_Run and IOleCache_Cache from OleCreate if the render option is specified as draw or format.
commit 6509ef7705020bbba0f4738fd5be535f351614c9 Author: Robert Shearman rob@codeweavers.com Date: Thu Aug 31 17:15:15 2006 +0100
ole32: Call IOleObject_GetMiscStatus in OleCreate if a client site is passed in.
commit cf3680fab62a73c3942d60b693d0ab9828cb5123 Author: Robert Shearman rob@codeweavers.com Date: Thu Aug 31 17:14:38 2006 +0100
ole32: Re-structure OleCreate to match to order of calls that native does.
Get rid of hres1 since all failures are returned. Cleanup pUnk on failure and make sure to return NULL in ppvObj.
commit 18c8a935fc4a8be6b08acef906c657263a2b3ae1 Author: Robert Shearman rob@codeweavers.com Date: Thu Aug 31 17:14:34 2006 +0100
rpcrt4: Raise an exception if IRpcChannelBuffer_GetBuffer fails.
Make StdProxy_GetIID and StdProxy_GetChannel return void.
Don't bother checking for This and pRpcChannelBuffer being NULL as native doesn't.
commit 2ebd723f79d689750bea87f20c2270651f1b1850 Author: Robert Shearman rob@codeweavers.com Date: Thu Aug 31 17:13:45 2006 +0100
ole32: Set the storage's class ID in OleCreate.
commit 5927523a32a45c171b60ab122e8ad33d555a04d3 Author: Paul Vriens Paul.Vriens@xs4all.nl Date: Thu Aug 31 19:23:25 2006 +0200
wintrust: Moved the generation of the guidstring to a separate function
commit d40ac7f709e7dca6fd0eb8521acfcbcd67f15dca Author: Paul Vriens Paul.Vriens@xs4all.nl Date: Thu Aug 31 16:37:19 2006 +0200
wintrust: Implementation of WintrustAddActionID
commit 98963c4817024b6d45740de41183d5577a539f2c Author: Huw Davies huw@codeweavers.com Date: Thu Aug 31 15:40:05 2006 +0100
rpcrt4: Add delegating stub support.
commit f770d54d504bf44bbbfb1dc08b480ec2bc0855bd Author: Huw Davies huw@codeweavers.com Date: Thu Aug 31 14:58:26 2006 +0100
rpcrt4: Add infrastructure to create and manage a variable sized vtbl that will be used as the server object for delegated stubs.
commit a4c72f4fe9af57e96db98dc8d1be4cbd0a076847 Author: Huw Davies huw@codeweavers.com Date: Wed Aug 30 17:20:17 2006 +0100
rpcrt4: Tests on NdrCStdStubBuffer_Release to show that we shouldn't call Disconnect.
Also call IPSFactoryBuffer_Release on the 2nd arg, rather than on This->pPSFactory.
commit 4057ea9626461d67dcbf35be72de9b350ea01cdd Author: mike mike@codeweavers.com Date: Thu Aug 31 19:47:59 2006 +0900
msi: Implement MsiDatabaseExport.
commit dfa983918a19a4221686d2668f086a8cf01810ab Author: mike mike@codeweavers.com Date: Thu Aug 31 19:46:37 2006 +0900
msi: Create MSI_ViewGetColumnInfo for accessing MsiViewGetColumnInfo internally.
commit 6cfef8b7c3b569204a121009430b2bca41ff1abb Author: mike mike@codeweavers.com Date: Thu Aug 31 17:20:06 2006 +0900
msi: Make sure there's a value for each column when inserting data.
commit 7a6744a6938d4664491d04cee91708112d50d124 Author: mike mike@codeweavers.com Date: Thu Aug 31 17:00:06 2006 +0900
msi: Validate database fields before inserting them.
commit 75c3d67eec6e950e3ccbab9cf261a65d7d4c50d9 Author: mike mike@codeweavers.com Date: Thu Aug 31 16:56:57 2006 +0900
msi: Create a function to copy record fields, use it to order INSERT fields correctly.
commit f31f45f4c38c671680f8ea9e87082c19de7eb38c Author: mike mike@codeweavers.com Date: Thu Aug 31 15:03:30 2006 +0900
msi: Add a few more tests for MSI_NULL_INTEGER.
commit 968bdf7494cdc36f475a51aa15a44914a2062e04 Author: mike mike@codeweavers.com Date: Thu Aug 31 13:31:03 2006 +0900
msi: Check that column names are unique when creating a table.
commit f13cfc5065c8c6ec1a068a0ba5b59e3daa7f3a9c Author: James Liggett jrliggett@cox.net Date: Wed Aug 30 18:42:49 2006 -0700
explorer: Add support for tooltips for system tray icons
Based on the original systray implementation by Kai Morich kai.morich@bigfoot.de.
commit 10f550d159a7b29eb46205c99ba09282967bfc36 Author: James Hawkins truiken@gmail.com Date: Wed Aug 30 18:10:35 2006 -0700
msi: Add more tests for the _Streams table
commit 5c2dbc1baafc4cc3ef7b92e12ff8577234ec709e Author: James Hawkins truiken@gmail.com Date: Wed Aug 30 14:08:38 2006 -0700
crypt32: Simplify CRYPT_AsnDecodeUnicodeNameValueInternal, getting rid of a warning
commit 43ee0dde0bf9ad86303d7d24e72bdff79307ba5d Author: James Hawkins truiken@gmail.com Date: Wed Aug 30 14:08:32 2006 -0700
crypt32: Simplify CRYPT_AsnDecodeNameValueInternal, getting rid of a warning
commit 3a5d30bce74ed9288bb9bdf40cb99940e318eaab Author: Andrew Talbot Andrew.Talbot@talbotville.com Date: Wed Aug 30 19:40:52 2006 +0100
comctl32: Cast-qual warnings fix
commit 11fc188ac85bbe7a7dab547909dab05de56f722e Author: Paul Vriens Paul.Vriens@xs4all.nl Date: Wed Aug 30 19:36:54 2006 +0200
wintrust: Implementation of WintrustRemoveActionID
commit 17c89fa26b9fd0b0f86da53f11c7b0a03dd46145 Author: Huw Davies huw@codeweavers.com Date: Wed Aug 30 15:16:29 2006 +0100
rpcrt4: Tidy up CStdStubBuffer_AddRef,Release.
commit f0d0ccc1f6504ffa92b752e35b3f9354f3f6f89a Author: Huw Davies huw@codeweavers.com Date: Wed Aug 30 14:57:20 2006 +0100
rpcrt4: Tidy up CStdStubBuffer_QI.
commit 46ef7ab25310b8ebb57ca75c10d862085c5c3da5 Author: mike mike@codeweavers.com Date: Wed Aug 30 20:44:35 2006 +0900
msi: Use msi_string_lookup_id instead of msi_id2stringW where possible.
commit 4b11cd5d87db5cb11d6b1a1b4ba0c914aa82d645 Author: James Hawkins truiken@gmail.com Date: Tue Aug 29 15:14:07 2006 -0700
wineprefixcreate: Register the MSI service in wineprefixcreate
commit b114cfbe2a540010598a41fa94cf0324207663f8 Author: mike mike@codeweavers.com Date: Wed Aug 30 18:39:02 2006 +0900
msi: Use a binary search to find sql keywords.
commit fd284d8c72515b637859393583ad42c1f48b29c5 Author: mike mike@codeweavers.com Date: Wed Aug 30 18:37:10 2006 +0900
msi: Don't crash if we can't find a control.
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
* On Sat, 2 Sep 2006, Mike McCormack wrote:
I'm aware of gitweb and will consider installing it, but my server is pretty lightweight.
vendor_id : Geode by NSC cpu MHz : 266.776
Oh, I am sorry, Mike.
You can fetch a branch without messing up your current tree:
git fetch http://mandoo.dyndns.org/wine.git master:mmbranch git whatchanged mmbranch
That would give you something like the list below...
Thank you. Now that I downloaded mmbranch, saw its changelog, I would like to reclaim disk space used by it. I deleted it with git branch -D, but only ~100 kB were gained. Do you know of any way to get all the space back? There should be ~40 additional MB freed. I've tried git-fsck-objects just now to no avail.
Saulius Krasuckas wrote:
Thank you. Now that I downloaded mmbranch, saw its changelog, I would like to reclaim disk space used by it. I deleted it with git branch -D, but only ~100 kB were gained. Do you know of any way to get all the space back? There should be ~40 additional MB freed. I've tried git-fsck-objects just now to no avail.
http://www.kernel.org/pub/software/scm/git/docs/git-prune.html