Re: Wine AppDB xmlexport script

2010-01-12 Thread John Klehm
On Tue, Jan 12, 2010 at 6:45 PM, Andrew Nguyen wrote: > On Tue, Jan 12, 2010 at 6:09 PM, Austin English > wrote: >> Is there any chance of a different license? Wine is currently LGPL >> 2.1, it'd be nice to have the same license, if possible... >> > > I thought the AppDB code was under the GPLv2

Re: Wine AppDB xmlexport script

2010-01-12 Thread Andrew Nguyen
On Tue, Jan 12, 2010 at 6:09 PM, Austin English wrote: > Is there any chance of a different license? Wine is currently LGPL > 2.1, it'd be nice to have the same license, if possible... > I thought the AppDB code was under the GPLv2, judging from the LICENSE file.

Re: Wine AppDB xmlexport script

2010-01-12 Thread Austin English
On Tue, Jan 12, 2010 at 8:17 AM, John Brezerk wrote: > Hi to All. > > I'd like to present php scripts ( attached xmlexport.tar.gz  ) which make > possible for third party applications to query appdb database. > After processing user requests, script generates xml view. > Originally this script was

Re: [PATCH 3/4] msxml3/xmldoc: IPersistStreamInit::InitNew() seems to do nothing for IXMLDocument

2010-01-12 Thread Nikolay Sivov
On 1/13/2010 00:21, Alistair Leslie-Hughes wrote: On 13/01/2010 1:41 AM, Nikolay Sivov wrote: IPersistStreamInit::InitNew() seems to do nothing for IXMLDocument +hr = IPersistStreamInit_IsDirty(psi); +todo_wine ok(hr == S_FALSE, "Expected S_OK, got %08x\n", hr); The message doesn't m

Re: [PATCH 3/4] msxml3/xmldoc: IPersistStreamInit::InitNew() seems to do nothing for IXMLDocument

2010-01-12 Thread Alistair Leslie-Hughes
On 13/01/2010 1:41 AM, Nikolay Sivov wrote: IPersistStreamInit::InitNew() seems to do nothing for IXMLDocument +hr = IPersistStreamInit_IsDirty(psi); +todo_wine ok(hr == S_FALSE, "Expected S_OK, got %08x\n", hr); The message doesn't match the condition. Best Regards Alistair Leslie-H

Re: Patch: bug 19355, Wine web site, link to the previous version announcement in section "changes since"

2010-01-12 Thread André Hentschel
Vincent Cadet schrieb: > Hi peoople. > > A couple of months ago, I submitted a patch I wrote to add a backlink to the > previous version in WineHQ announcement page. As it has still no been applied > I am sending it again here. It actually adds a few (6) lines of PHP code to > the web site's te

Re: installation problem with yesterday's git - NEVERMIND

2010-01-12 Thread Susan Cragin
Somehow, the 4th time was a charm. Must be me? -Original Message- >I'm having an installation problem with yesterday's git. >err:msi:ITERATE_Actions Execution halted, action L"InstallSpeechAPI" returned >1627 >err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 162

installation problem with yesterday's git

2010-01-12 Thread Susan Cragin
I'm having an installation problem with yesterday's git. err:msi:ITERATE_Actions Execution halted, action L"InstallSpeechAPI" returned 1627 err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1627 Bug? Regression test? anyone want to see my whole terminal output?

Re: [rsaenh/tests] Don't check result twice (Coccinelle)

2010-01-12 Thread Michael Stefaniuc
Paul Vriens wrote: > On 01/12/2010 02:51 PM, Michael Stefaniuc wrote: >> Hello Paul, >> >> Paul Vriens wrote: >>> On 01/12/2010 02:32 PM, Michael Stefaniuc wrote: Paul Vriens wrote: > We already check and return FALSE a few lines up. > > Found with the help of Coccinelle and the Co

Re: [rsaenh/tests] Don't check result twice (Coccinelle)

2010-01-12 Thread Paul Vriens
On 01/12/2010 02:51 PM, Michael Stefaniuc wrote: Hello Paul, Paul Vriens wrote: On 01/12/2010 02:32 PM, Michael Stefaniuc wrote: Paul Vriens wrote: We already check and return FALSE a few lines up. Found with the help of Coccinelle and the CocciCheck scripts. Changelog Don't check resul

Re: [rsaenh/tests] Don't check result twice (Coccinelle)

2010-01-12 Thread Michael Stefaniuc
Hello Paul, Paul Vriens wrote: > On 01/12/2010 02:32 PM, Michael Stefaniuc wrote: >> Paul Vriens wrote: >>> We already check and return FALSE a few lines up. >>> >>> Found with the help of Coccinelle and the CocciCheck scripts. >>> >>> Changelog >>>Don't check result twice (Coccinelle) >>> >>

Re: [rsaenh/tests] Don't check result twice (Coccinelle)

2010-01-12 Thread Paul Vriens
On 01/12/2010 02:32 PM, Michael Stefaniuc wrote: Hi Paul, Paul Vriens wrote: We already check and return FALSE a few lines up. Found with the help of Coccinelle and the CocciCheck scripts. Changelog Don't check result twice (Coccinelle) --- a/dlls/rsaenh/tests/rsaenh.c +++ b/dlls/rsaenh/

Re: [rsaenh/tests] Don't check result twice (Coccinelle)

2010-01-12 Thread Michael Stefaniuc
Hi Paul, Paul Vriens wrote: > We already check and return FALSE a few lines up. > > Found with the help of Coccinelle and the CocciCheck scripts. > > Changelog > Don't check result twice (Coccinelle) > --- a/dlls/rsaenh/tests/rsaenh.c +++ b/dlls/rsaenh/tests/rsaenh.c @@ -275,7 +275,6 @@ stati

Re: Nikolay Sivov : advapi32: Free descriptor if it isn' t returned from GetSecurityInfo().

2010-01-12 Thread Nikolay Sivov
On 1/12/2010 13:45, Rob Shearman wrote: This is not correct as per the discussion on wine-devel, so it needs to be reverted. It causes these new Valgrind warnings: http://kegel.com/wine/valgrind/logs/2010-01-11-14.17/diff-advapi32_security.txt Yes, it was to fast for me, there's nothing to fi

Patch: bug 19355, Wine web site, link to the previous version announcement in section "changes since"

2010-01-12 Thread Vincent Cadet
Hi peoople. A couple of months ago, I submitted a patch I wrote to add a backlink to the previous version in WineHQ announcement page. As it has still no been applied I am sending it again here. It actually adds a few (6) lines of PHP code to the web site's template, include/plugins/announce.ph

Re: Nikolay Sivov : advapi32: Free descriptor if it isn' t returned from GetSecurityInfo().

2010-01-12 Thread Rob Shearman
2010/1/11 Alexandre Julliard : > Module: wine > Branch: master > Commit: dbd76575ef8353484afa0b0d2da95760c26f34fe > URL:     > http://source.winehq.org/git/wine.git/?a=commit;h=dbd76575ef8353484afa0b0d2da95760c26f34fe > > Author: Nikolay Sivov > Date:   Fri Jan  8 21:05:21 2010 +0300 > > advapi32:

Re: d3drm: Merge Direct3DRMCreate with its implementation.

2010-01-12 Thread Christian Costa
Dmitry Timoshkov a écrit : Christian Costa wrote: I'm not again clean-up at all but this dll is almost empty and this is likely there will be some patches preparing further submissions. Doing some clean-up between patches does not help much. Main purpose of my patch was to replace a