Re: report on obscure issues: running out of file handles with python under wine

2009-01-29 Thread Michael Stefaniuc
s a bugreport is because i really > don't exactly know what's going on - there are just rather a lot of > empirical observations that are ... "out there" :) so i apologise for > this being a bit long, and not very specific, and if ever i get > anything specific i

Re: warning in wldap32/parse.c:447

2009-01-22 Thread Michael Stefaniuc
Hi! Nikolay Sivov wrote: > Hi, your patch for wldap32 added a warning: I know and I sent a patch to revert that change: http://www.winehq.org/pipermail/wine-patches/2009-January/067780.html and Alexandre rejected it: http://www.winehq.org/pipermail/wine-devel/2009-January/072151.html He is right a

Re: wldap32: Re-add one cast removed in d576c2d9342e769c.

2009-01-16 Thread Michael Stefaniuc
Alexandre Julliard wrote: > Michael Stefaniuc writes: > >> This cast is needed to silence a compile warning with older openldap >> versions; e.g. on RHEL5. > > Actually the code is broken now, since you changed long to LONG the > structures are no longer compati

Re: Wine runs IE7!

2009-01-15 Thread Michael Stefaniuc
James Mckenzie wrote: > Hans Leidekker >> Sent: Jan 15, 2009 10:45 AM >> To: wine-devel@winehq.org >> Subject: Wine runs IE7! >> >> >> Well, sort of. I found bugs in shell32, rpcrt4, comctl32 and wininet >> that I had to implement, stub and override my way past before it would >> render a page, bu

Re: setupapi: Add the Romanian translation.

2009-01-14 Thread Michael Stefaniuc
Paul Vriens wrote: > Michael Stefaniuc wrote: >> +/* >> + * English resources for SETUPAPI >> + * > > I guess that should be Romanian resources. Thanks Paul! I have removed that part of the comment and resubmitted the patch. I always remove those comments as they are

Re: long in IDL files?

2009-01-04 Thread Michael Stefaniuc
Rob Shearman wrote: > 2009/1/4 Michael Stefaniuc : >> Hello guys, >> >> i guess that we need to change long to LONG in IDL files too, right? >> Or would that be something that widl could/should do automatically? > > long/unsigned long are explicitly defined by th

long in IDL files?

2009-01-04 Thread Michael Stefaniuc
Hello guys, i guess that we need to change long to LONG in IDL files too, right? Or would that be something that widl could/should do automatically? bye michael

Re: include: Change RPC_STATUS from long to LONG for Win64 compatibility.

2009-01-03 Thread Michael Stefaniuc
James Hawkins wrote: > On Sat, Jan 3, 2009 at 4:49 PM, Michael Stefaniuc wrote: >> Also fix the compiler warnings introduced by this change. >> >> diff --git a/dlls/advapi32/crypt.c b/dlls/advapi32/crypt.c >> index 5d0b15e..8ef0a5f 100644 >> --- a/dlls/advapi

Re: d3d9/visual tests timed out

2008-12-23 Thread Michael Stefaniuc
Jeff Zaroyko wrote: > On Tue, Dec 23, 2008 at 9:57 PM, Rico Schüller wrote: >> Hi, >> >> on my XP machine the visual d3d9 test produces a timeout message, when >> it is started from the winetest build. Anyone here could run the tests >> on windows without a timeout (and off course without skipping

Re: Another machine passing tests

2008-12-17 Thread Michael Stefaniuc
Hi Alasdair, Alasdair Sinclair wrote: >> Would you mind sharing what hardware that's on? You're using Fedora 10, >> right? >> >> > Sure, Its a Dell XPS1530 laptop (core 2 duo T8100), 4GB Ram, GeForce > 8600M GT. > Running fedora 10 x86-64 (recently upgraded from 9) all latest patches > appli

Re: [try2] ntoskrnl.exe: Implement Io{Allocate, Get}DriverObjectExtension.

2008-12-17 Thread Michael Stefaniuc
Alexander Morozov wrote: > Please, use this patch instead of previous "ntoskrnl.exe: Implement > Io{Allocate,Get}DriverObjectExtension." Shouldn't this have gone to wine-patches instead of wine-devel? bye michael

Re: winmm: Sign-compare warning fix (Resend)

2008-12-12 Thread Michael Stefaniuc
Andrew Talbot wrote: > > On Fri Dec 12 0:58 , Michael Stefaniuc sent: > >> Andrew Talbot wrote: >>> What is wrong with this patch, please? >> If I may venture a guess: You have replaced a nice and concise for loop >> into and ugly 4 line while loop. > U

Re: winmm: Sign-compare warning fix (Resend)

2008-12-11 Thread Michael Stefaniuc
zeof(MMDrvs) / sizeof(MMDrvs[0]) - 1; i >= 0; i--) > +i = sizeof(MMDrvs) / sizeof(MMDrvs[0]); > +while (i > 0) > { > +--i; > + > MMDRV_ExitPerType(&MMDrvs[i], MMDRV_AUX); > MMDRV_ExitPerType(&MMDrvs[i], MMDRV_MIXER); >

Patchwatcher locked up?

2008-12-01 Thread Michael Stefaniuc
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Dan, did the patchwatcher look up? The last patch it shows is from 30-Nov-2008 14:01. bye michael -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with Red Hat - http://enigmail.mozdev.org iD8DBQFJNC

Re: winedos: Fixed a problem with timer values that are below 50ms.

2008-11-28 Thread Michael Stefaniuc
you want it here it is: chmod a+x .git/hooks/pre-commit Run it in your (git) Wine source directory. That will prevent your elves from doing those funny whitespace tricks again. bye michael > On Thu, 2008-11-27 at 11:16 +0100, Michael Stefaniuc wrote: >> Hello Peter, >&g

Re: winedos: Fixed a problem with timer values that are below 50ms.

2008-11-27 Thread Michael Stefaniuc
Hello Peter, Peter Dons Tychsen wrote: > Fixed a problem with timer values that are smaller than the minimum time > that can be assigned to the SetTimer() win32 call (approx 50ms). The > patch splits up the timer into several interrupts if too long time has > passed.This fixes good old OutRun, whi

Re: dlls/rpcrt4: fixed dead increments (llvm/clang)

2008-11-19 Thread Michael Stefaniuc
Rob Shearman wrote: > 2008/11/18 ricardo filipe <[EMAIL PROTECTED]>: >> diff --git a/dlls/rpcrt4/rpc_transport.c b/dlls/rpcrt4/rpc_transport.c >> index 3d66740..815ed64 100644 >> --- a/dlls/rpcrt4/rpc_transport.c >> +++ b/dlls/rpcrt4/rpc_transport.c >> @@ -479,7 +479,6 @@ static size_t rpcrt4_ncacn

Re: tools/fnt2bdf: fix a few compiler warnings (1/10)

2008-11-16 Thread Michael Stefaniuc
Marcus Meissner wrote: > On Wed, Nov 12, 2008 at 10:28:37AM +0100, Michael Stefaniuc wrote: >> Austin English wrote: >>> This series of patches fixes most of the new warnings generated in gcc >>> 4.3.2. There's one issue left, but I'm not quite sure what sho

Re: tools/fnt2bdf: fix a few compiler warnings (1/10)

2008-11-12 Thread Michael Stefaniuc
Austin English wrote: > This series of patches fixes most of the new warnings generated in gcc > 4.3.2. There's one issue left, but I'm not quite sure what should be > done on that one. > diff --git a/tools/fnt2bdf.c b/tools/fnt2bdf.c > index 1a14d6c..3c3134b 100644 > --- a/tools/fnt2bdf.c > +++ b/

Re: server: Do not cast zero.

2008-11-05 Thread Michael Stefaniuc
Henri Verbeet wrote: > 2008/11/4 Michael Stefaniuc <[EMAIL PROTECTED]>: >> --- >> server/console.c |2 +- >> server/trace.c | 130 >> +++--- >> 2 files changed, 66 insertions(+), 66 deletions(-) >&

Re: Wine support for win64

2008-11-04 Thread Michael Stefaniuc
Francois Gouget wrote: > On Tue, 4 Nov 2008, Stefan Dösinger wrote: > [...] >> I think we still have the problem that gcc doesn't support the calling >> convention Win64 uses, so we can't compile a Wine that is compatible with >> Win64 apps. > > In the meantime we can work on the long vs. LONG iss

Re: malloc to HeapAlloc in dlls/kernel32/process.c

2008-10-31 Thread Michael Stefaniuc
Hello Pete, Pete Myers wrote: > Hi, this is my first ever commit to the Wine project. > > In line with http://wiki.winehq.org/ReplaceMalloc this is a small patch > that changes all malloc calls in ./dlls/kernel32/process.c to HeapAlloc. > > Changelog: > * malloc calls in dlls/kernel32/process.c

Re: Changed more malloc to HeapAlloc calls

2008-10-30 Thread Michael Stefaniuc
Pete Myers wrote: >> In addition to what James said please split the patch up; one patch per >> module. A dll or program is a "module". > > Sorry, I'm inundated with noobie errors here I think. No problem. Janitorial tasks are really good to accustom new people to the patch submission process. >

Re: Changed more malloc to HeapAlloc calls

2008-10-30 Thread Michael Stefaniuc
Hello Pete, James Hawkins wrote: > On Wed, Oct 29, 2008 at 8:02 PM, Pete Myers > <[EMAIL PROTECTED]> wrote: >> It does match the style of the way that HeapAlloc is used elsewhere in the >> file, though not malloc admittedly. I wasn't sure which convention had >> precedent. >> > > Please bottom-p

Re: Michael Stefaniuc : shlwapi: Remove break after return (Smatch).

2008-10-15 Thread Michael Stefaniuc
; URL: > http://source.winehq.org/git/wine.git/?a=commit;h=d6359edd3cbe366c71f22e09e27d3e427520f609 > > Author: Michael Stefaniuc <[EMAIL PROTECTED]> > Date: Tue Oct 14 16:32:33 2008 +0200 > > shlwapi: Remove break after return (Smatch). > > --- > > dlls/sh

Re: Jacek Caban : mshtml: Added IHTMLElement3 stub implementation.

2008-10-08 Thread Michael Stefaniuc
Hello Jacek, Smatch complains about unreachable code introduced by this patch: Alexandre Julliard wrote: > Module: wine > Branch: master > Commit: 536fac7c1b4ef7f6f124d7f3100d3284313f3018 > URL: > http://source.winehq.org/git/wine.git/?a=commit;h=536fac7c1b4ef7f6f124d7f3100d3284313f3018 > >

Translation Patches for wine-1.0.1

2008-10-06 Thread Michael Stefaniuc
Hello Alexandre, please cherry-pick the attached list of translation patches into the "stable" aka wine-1.0.x branch. Some of the patches seem to be already cherry-picked but as a git cherry-pick will just do nothing for those I didn't bother to find them and remove them. The list was genera

Re: Bad patch, what's the procedure?

2008-09-30 Thread Michael Stefaniuc
Hi, Kjell Rune Skaaraas wrote: > Hello,I've submitted a patch to wine-patches for > IWineD3DResourceImpl_GetPriority/SetPriority that's incorrect (it > makes changes to exception.c which shouldn't be there, they were just > part of me trying to debug something). Is there anything like a cancel > p

Re: Jacek Caban : jscript: Added with statement implementation.

2008-09-23 Thread Michael Stefaniuc
Hello Jacek, this patch introduces a gcc warning: dlls/jscript/engine.c:954: warning: empty body in an if-statement Alexandre Julliard wrote: > Module: wine > Branch: master > Commit: dfb867af56f4b15986482deef588d33d2458b101 > URL: > http://source.winehq.org/git/wine.git/?a=commit;h=dfb867af5

Re: PrintDlgEx [2/7]: Add basic dialog.

2008-09-19 Thread Michael Stefaniuc
Detlef Riekenberg wrote: > On Do, 2008-09-18 at 09:58 +0200, Michael Stefaniuc wrote: > >> there is no point in adding new resources in English to the other >> languages rc files. If a resource doesn't exist Win32 will automatically >> fail over to use the en_

Re: PrintDlgEx [2/7]: Add basic dialog.

2008-09-18 Thread Michael Stefaniuc
Hello Gal, there is no point in adding new resources in English to the other languages rc files. If a resource doesn't exist Win32 will automatically fail over to use the en_US version. Actually its even detrimental to add the new resources as: a.) http://pf128.krakow.sdi.tpnet.pl/wine-transl/ ca

Re: Drawprim.c patchwatcher failure

2008-09-12 Thread Michael Stefaniuc
Vitaliy Margolen wrote: > Chris Ahrendt wrote: >> Dmitry Timoshkov wrote: >>> "Chris Ahrendt" <[EMAIL PROTECTED]> wrote: How do I fix it? >>> Update to current git and regenerate the patch: >>> >> The thing is I just did a refresh and it said I was up to date... >> >> I guess wait till tomorro

Re: ntdll/file: Add sub-second resolution to NtQueryInformationFile

2008-09-04 Thread Michael Stefaniuc
Francois Gouget wrote: > On Mon, 18 Aug 2008, Detlef Riekenberg wrote: > >> On So, 2008-08-17 at 19:03 +0200, Michael Karcher wrote: >>> --- >>> configure | 303 >>> +++ >> You should never include autogenerated code in a Patch. > > How d

Re: Proposal: switch Wine source tree to utf-8

2008-09-02 Thread Michael Stefaniuc
Dan Kegel wrote: > The Chinese resource files are already utf-8, Romanian was always utf-8. Slovenian seems to be on a quick glance utf-8 only too. German, French and Spanish have a few files in utf-8 too. > but I suspect lots of other files are in obscure character > sets, which complicates pat

Re: msvcrt: Don't depend on the system's implementation of acos () & asin().

2008-08-29 Thread Michael Stefaniuc
Henri Verbeet wrote: > 2008/8/29 Dan Kegel <[EMAIL PROTECTED]>: >> Henri wrote: >>> glibc implements acos() as the FPU equivalent of atan2(sqrt(1 - x ^ 2), x). >> I just looked, and there are several implementations of acos >> in glibc, and they all seem to very carefully choose >> how to do it bas

Re: regedit 1/2: Convert key creation to unicode

2008-08-22 Thread Michael Stefaniuc
Alexander Nicolaysen Sørnes wrote: > regedit 1/2: Convert key creation to unicode Why do you add extra TCHARs then? You replace one or two with WCHAR and then add a lot more TCHARs. > From 2f56e158d55011ac4294d113f844c32fb998a2c2 Mon Sep 17 00:00:00 2001 > From: =?utf-8?q?Alexander=20Nicolaysen=2

Re: Avoiding charset corruption when sending patches

2008-08-20 Thread Michael Stefaniuc
t auto detecting the encoding and kept detecting utf-8). Why latin-1? latin-1 is 8bit clean in regards to git; the patch might look garbled in the mail client but git-am will apply the patch just fine. For utf-8 git will check the patch if it really is valid utf-8 and barf out if not. bye

Re: New kernel development guide might be good model for Wine...

2008-08-18 Thread Michael Stefaniuc
Markus Hitter wrote: > Am 18.08.2008 um 06:57 schrieb James Hawkins: > >> Also, Julliard hasn't had trouble scaling with the pace of >> development so far. > > I'd be not so sure about this. So far I've filed four bugs and sent > two patches. Bugs get little or no attention, patches obviously

Re: How long does it take you to compile wine?

2008-07-16 Thread Michael Stefaniuc
> > Golly. Maybe I should have gotten a quad core :-) > > BTW, I just compared the e7200 and e8400 on the 'valgrind wine test > suite with -j2' task. > Results: e8400 is 18% faster (83 minutes vs. 99 minutes). > I&#

Re: advpack: Sign-compare warnings fix (Resend)

2008-07-14 Thread Michael Stefaniuc
Andrew Talbot wrote: > Is there anything wrong with this patch, please? If I might venture a guess it's probably because of the casts. Casts are evil if not really needed and using casts to get rid of the sign comparison warnings is debatable at best. > --- > Changelog: > advpack: Sign-compa

Re: riched20: Fix typo.

2008-07-08 Thread Michael Stefaniuc
Tue, Jul 8, 2008 at 8:05 AM, Michael Stefaniuc <[EMAIL PROTECTED]> > wrote: > >> This fixes a warning introduced by 69cf4e9a : >> dlls/riched20/editor.c:1647: warning: 'clickMsg.pt.y' is used uninitialized >> in this function >> >> >>

Re: richedit: Added missing defines and structures to richedit.h

2008-06-25 Thread Michael Stefaniuc
Hello Dylan, Dylan Smith wrote: > I tried to make richedit.h more consistent with the public SDK headers > by adding anything any missing defines and structures that I could find. > --- > include/richedit.h | 395 > ++-- > 1 files changed, 384 ins

Re: Development plans

2008-06-23 Thread Michael Stefaniuc
Francois Gouget wrote: > On Wed, 18 Jun 2008, Michael Stefaniuc wrote: > [...] >> What about patches that have no associated bug report but can and >> probably should be cherry picked into stable? Translation patches come >> to mind as a class of patches that would fa

Re: Development plans

2008-06-18 Thread Michael Stefaniuc
Hello Alexandre, good job on 1.0. Hopefully now the time of boring commit messages is over ;) Alexandre Julliard wrote: > The process I suggest for the 1.0.1 release is as follows: > > - all bugs should be fixed in the master branch first > - once a bug fix has been committed to master, the corr

Re: [website] wine 1.0 update

2008-06-12 Thread Michael Stefaniuc
Dan Kegel wrote: > The penultimate update? > > > > 1.0 bugs deferred to 1.0.1 since May 27th: > +http://bugs.winehq.org/show_bug.cgi?id=12097";>12097 Wine 1.0 should not ship out-of-sync resource translations This bug is

Re: msxml3: tests/xmlelem.c: VT_EMPTY is not a string

2008-06-09 Thread Michael Stefaniuc
Dan Kegel wrote: > Casting a VT_EMPTY to a string gets you a null string. > The test was doing that and taking the string length, then comparing to zero. > Better to simply compare to null; that's a stronger test, and > avoids generating a behind-the-scenes exception. > > Passes on Wine and XP, an

Re: Compile wine on Red Hat 9

2008-06-06 Thread Michael Stefaniuc
to upgrade the libxml2 rpms on your Red Hat Linux 9 box by recompiling the libxml2 srpm from F9. No clue if that will work. bye michael > On Jun 6, 2008, at 3:42 AM, Michael Stefaniuc wrote: > >> Hello! >> >> Wen Huang wrote: >>> I was trying to co

Re: Compile wine on Red Hat 9

2008-06-06 Thread Michael Stefaniuc
Hello! Wen Huang wrote: > I was trying to compile a winehq on Red Hat 9 and I downloaded the > source 0.9.60 from sourceforge. Do you really mean Red Hat Linux 9? Or Fedora 9? Red Hat Linux 9 is really old and unsupported for years now. > When I tried to compile by > > ./configure > make depe

Re: Readme: Updates needed

2008-05-23 Thread Michael Stefaniuc
Austin English wrote: > Alexandre committed a few fixed to the README today, but I still see a > few things that may need fixing: > > ./tool/wineinstall - Has been mentioned to be deprecated a few times > in bugzilla. If it's deprecated, we need to remove it. If not, we need > to fix whatever it's

Re: Deprecated sound functions

2008-05-08 Thread Michael Stefaniuc
TheBlunderbuss wrote: > During the day's compile, I noticed some functions were declared > deprecated, mainly in sound components. > I logged more context, if anyone needs it. This is known. But the ALSA functions were only recently deprecated, e.g. Fedora 8 doesn't show them but F9 does. > alsa.

Re: draft Call for Testing

2008-05-06 Thread Michael Stefaniuc
-themed goodie of some sort. > > So fire up your keyboards and start testing! > Thanks, and good hunting! > --- snip --- > > (Not sure how the goodie would be handled, but I'm willing to cover the > expenses myself, especially if I get to pick the winner :-)

Re: John Klehm : winex11: Add support for IsXExtensionPointer tablet devices.

2008-04-25 Thread Michael Stefaniuc
sXExtensionDevice) || (devices[loop].use > == IsXExtensionPointer)) > { > LPWTI_CURSORS_INFO cursor; > > -TRACE("Is Extension Device\n"); > +TRACE("Is XExtension%s\n", (devices[loop].use == > IsXEx

Re: WineConf 2008

2008-04-11 Thread Michael Stefaniuc
Jeremy White wrote: > I'd like to start the planning for WineConf 2008. > > My sense is that 3 years in Europe and 1 year in the US > is a reasonable balance, so I feel it makes sense to > try to have it over here this year. > > Further, I would like to host WineConf this year in St. Paul, Minnes

Re: Pulse Audio -- Wine should have instructions on this web site

2008-04-03 Thread Michael Stefaniuc
Andreas Bierfert wrote: > On Thu, 03 Apr 2008 01:58:04 -0700 > Scott Ritchie <[EMAIL PROTECTED]> wrote: > >> PulseAudio will take off exactly because Ubuntu is using it. > > Just to remind you that Fedora has been using it before :P > > Anyway, I had to deal with a lot of people when F8 hit beca

Re: Pulse Audio -- Wine should have instructions on this web site

2008-04-02 Thread Michael Stefaniuc
Alexandre Julliard wrote: > Michael Stefaniuc <[EMAIL PROTECTED]> writes: > >> Right, forgot about that one. But I am still sure he would accept a >> "perfect" full featured and beautiful written pulseaudio driver. What he >> doesn't wants at a

Re: Pulse Audio -- Wine should have instructions on this web site

2008-04-02 Thread Michael Stefaniuc
James Hawkins wrote: > On Wed, Apr 2, 2008 at 1:52 PM, Michael Stefaniuc <[EMAIL PROTECTED]> wrote: >> James Hawkins wrote: >> > And I believe Julliard rejected the idea of adding a pulseaudio driver. >> Nope! He isn't against a pulseaudio driver. He is agai

Re: Pulse Audio -- Wine should have instructions on this web site

2008-04-02 Thread Michael Stefaniuc
James Hawkins wrote: > On Wed, Apr 2, 2008 at 1:05 PM, Austin English <[EMAIL PROTECTED]> wrote: >> On Wed, Apr 2, 2008 at 10:08 AM, Bryan Haskins <[EMAIL PROTECTED]> wrote: >> > I'm more interested in a direct pulseaudio gateway for Wine... since by >> > application sound control is the biggest

Re: Bitrotting Translations

2008-04-01 Thread Michael Stefaniuc
Michael Stefaniuc wrote: > there are a couple resource file translations that are so way out of > sync that they are commented out of the main rc file of the relevant > module. > > programs/winecfg/winecfg.rc: > > - Pt.rc - Portuguese (Brazi

Bitrotting Translations

2008-04-01 Thread Michael Stefaniuc
Hello guys, there are a couple resource file translations that are so way out of sync that they are commented out of the main rc file of the relevant module. programs/progman/rsrc.rc: - - Da.rc - Danish - Fi.rc - Finnish - Sk.rc - Slovak - Sw.rc - Swedish (correct filename

Re: Wine 1.0 status: T minus 68 days. 73 open bugs.

2008-03-30 Thread Michael Stefaniuc
Dan Kegel wrote: > 40 days to code freeze. > > One bug fixed in last couple days: > 9459 -unknown8 FIFA 2007 crashes with the recent versions > > One bug added: > 12246 -unknown0 "make test" gives different results > with and without warn+heap > > One bug deferred:

Re: Wine 1.0 status: T minus 68 days. 73 open bugs.

2008-03-30 Thread Michael Stefaniuc
Reece Dunn wrote: > On 30/03/2008, Michael Stefaniuc <[EMAIL PROTECTED]> wrote: >> Dan Kegel wrote: >> > 40 days to code freeze. >> > >>> 12097 -unknown2 Wine 1.0 should not ship out-of-sync >>> resource translations

Re: comdlg32->printdlg: bug fixed

2008-03-27 Thread Michael Stefaniuc
Vitaly Perov wrote: > Bug is the following: > When a application is responsible for printing multiple copies printer > prints > X^2 copies (4 instead of 2, 9 instead of 3 ...) > It happen bacause application already prepared requested copies, and printer > driver prints copies ( number placed i

Re: gdi32: PlgBlt implementation

2008-03-26 Thread Michael Stefaniuc
Hello Nikolay, thanks for the patch. Nikolay Sivov wrote: > Changelog: > gdi32: initial implementation using coord transformation and MaskBlt > patch is made in Windows using TortoiseCVS functionality (all that > I can use at this moment, shouldn't be a problem I hope) No that's not a

Re: kernel32: WideCharToMultiByte: return error on negative dest len (take 2)

2008-03-26 Thread Michael Stefaniuc
Dan Kegel wrote: > On Wed, Mar 26, 2008 at 4:04 AM, Michael Stefaniuc <[EMAIL PROTECTED]> wrote: >> > This would require reviewing all uses of WideCharToMultiByte in Wine, >> > many places get this wrong. Unless you have an app that requires this >> >

Re: kernel32: WideCharToMultiByte: return error on negative dest len (take 2)

2008-03-26 Thread Michael Stefaniuc
Alexandre Julliard wrote: > "Dan Kegel" <[EMAIL PROTECTED]> writes: > >> While investigating a crash in gs-auftrag in bug 9039, noticed >> WideCharToMultiByte wasn't quite conformant for negative destlen. >> Fixed, with tests. Passes for me in Wine and Win XP. > > This would require reviewing al

Re: Alistair Leslie-Hughes : msxml3: Added support for SAXXMLReader.

2008-03-25 Thread Michael Stefaniuc
Hello Alistair, Alexandre Julliard wrote: > Module: wine > Branch: master > Commit: 264be58812fedf9a066bac521f9fff5821759890 > URL: > http://source.winehq.org/git/wine.git/?a=commit;h=264be58812fedf9a066bac521f9fff5821759890 > > Author: Alistair Leslie-Hughes <[EMAIL PROTECTED]> > Date: Tue

Re: loader: more stringent sanity check

2008-03-20 Thread Michael Stefaniuc
Dan Kegel wrote: > On Thu, Mar 20, 2008 at 3:28 PM, Alexandre Julliard <[EMAIL PROTECTED]> wrote: >> I hope you are not seriously suggesting that we do this... > > Seriously. > >> I'm not at all convinced that we need even a warning, there doesn't seem >> to be much concrete evidence that runn

Re: wineboot: Add the Romanian translation.

2008-03-20 Thread Michael Stefaniuc
Dimi Paun wrote: > On Wed, 2008-03-19 at 23:57 +0100, Michael Stefaniuc wrote: >> +LTEXT "O îeșire sau oprire simulată este în curs dar >> acest proces nu răspunde.", > > This should be "O ieșire" not "O îeșire", no? Thanks man, I've resent it! bye michael

Re: Wine1.0 and LGPLv3?

2008-03-19 Thread Michael Stefaniuc
Ian Macfarlane wrote: > Just to resurrect this topic, as last time, of the responses to my > email, two were positive (and the other just pointed out that I'd > mistaken the Samba licensing for LGPL instead of GPL) but nothing else > happened after that. > > Seeing as Wine is officially going to b

Re: Alexandre Julliard : winex11: Fix bug report address

2008-03-19 Thread Michael Stefaniuc
;;>wine-devel at winehq.org bye michael > policy is to try to keep with un-patched packages from Debian stable. > I can manually fix the archives though. > > Michael Stefaniuc wrote: >> Groeschel, Volker wrote: >>> I apologize I was not looking in th

Re: : Alexandre Julliard : winex11: Fix bug report address

2008-03-19 Thread Michael Stefaniuc
Groeschel, Volker wrote: > But wouldn't be http://www.winehq.org/mailman/listinfo/wine-devel better > than [EMAIL PROTECTED] > > I just quote: "Note: You should be subscribed to the lists before you > post to them, otherwise your posting will be treated as possible spam by > the mailing list softw

Re: Alexandre Julliard : winex11: Fix bug report address

2008-03-19 Thread Michael Stefaniuc
Groeschel, Volker wrote: > I apologize I was not looking in the diff but in the wine-cvs message > http://www.winehq.org/pipermail/wine-cvs/2008-March/041392.html > > There it points to wine-cvs. > > I don't know where this difference comes from. The list archives obfuscate email addresses, adds

Re: Alexandre Julliard : winex11: Fix bug report address

2008-03-19 Thread Michael Stefaniuc
please report it to [EMAIL PROTECTED]", I cannot see any wine-cvs in there. bye michael -- Michael Stefaniuc Tel.: +49-711-96437-199 Consulting Communications Engineer Fax.: +49-711-96437-111 ---

Re: Alexandre Julliard : winex11: Fix bug report address

2008-03-19 Thread Michael Stefaniuc
Groeschel, Volker wrote: > The Patch points to wine-cvs. Shouldn't it point to wine-devel. It points to wine-devel. bye michael

Re: Which IRC room to send SoC people to?

2008-03-18 Thread Michael Stefaniuc
Dan Kegel wrote: > http://wiki.winehq.org/SummerOfCode > currently sends people to #WineHQ. > Should it send them to #winehackers? #winehackers is probably better. bye michael

Re: Translations and Wine 1.0

2008-03-18 Thread Michael Stefaniuc
Hello Lei, Lei Zhang wrote: > On Tue, Mar 18, 2008 at 5:30 AM, Michael Stefaniuc <[EMAIL PROTECTED]> wrote: >> We should try to update the translations of Wine to other languages for >> 1.0. The code freeze during the release candidate time frame is perfect >> f

Re: Translations and Wine 1.0

2008-03-18 Thread Michael Stefaniuc
Paul Vriens wrote: > Michael Stefaniuc wrote: >> Hello! >> >> We should try to update the translations of Wine to other languages for >> 1.0. The code freeze during the release candidate time frame is perfect >> for this as the translations don't have to tra

Translations and Wine 1.0

2008-03-18 Thread Michael Stefaniuc
Hello! We should try to update the translations of Wine to other languages for 1.0. The code freeze during the release candidate time frame is perfect for this as the translations don't have to track a moving target. Somebody had scripts/a web page to check for missing translations or broken ones

Re: gdi: Add a stub for GdipCreateFontFamilyFromName

2008-03-17 Thread Michael Stefaniuc
4 > --- a/dlls/gdiplus/gdiplus_private.h > +++ b/dlls/gdiplus/gdiplus_private.h > @@ -184,4 +184,9 @@ struct GpStringFormat{ > StringAlignment vertalign; > }; > > +struct GpFontCollection{ > +}; > + > +struct GpFontFamily

Re: Updated 1.0.0 release criteria; draft 1.0.0 release plan

2008-03-15 Thread Michael Stefaniuc
Alexandre Julliard wrote: > "Dan Kegel" <[EMAIL PROTECTED]> writes: > >> I've updated http://wiki.winehq.org/WineReleaseCriteria >> to be a bit more final. >> >> I've also written a draft release plan; see >> http://wiki.winehq.org/WineReleasePlan >> >> Comments? > > We need a code freeze and sta

Re: improve winetricks dotnet 1.1

2008-03-14 Thread Michael Stefaniuc
Maarten Lankhorst wrote: > Hi, > > 2008/3/12, Michael Stefaniuc <[EMAIL PROTECTED]>: >> James Hawkins wrote: >> > On Tue, Mar 11, 2008 at 3:15 PM, Dan Kegel <[EMAIL PROTECTED]> wrote: >> >> I'm kind of hoping James implements the missing bit

Re: improve winetricks dotnet 1.1

2008-03-12 Thread Michael Stefaniuc
cause it requires fusion.dll being > implemented. Implementing fusion.dll sounds like a GSoC project to me (no clue how much work that is). At least getting the basic structure in place should be doable. bye michael -- Michael Stefaniuc Tel.: +49-711-96437-199

Re: [PATCH 2/3] gdi32: Move EnumFontFamiliesEx16() and helper functions to gdi16.c.

2008-02-18 Thread Michael Stefaniuc
Michael Stefaniuc wrote: > --- > This duplicates for now the FONT_LogFont16ToW() function but Alexandre It duplicates FONT_LogFontWTo16() and not FONT_LogFont16ToW() (that one was already duplicated). > told me on irc that he removed the other user of it in an yet unpublished >

Re: kernel32: Implement ReplaceFileW

2008-02-08 Thread Michael Stefaniuc
readability, No, it doesn't increase readability it decreases readability a lot. Especially as you have to replace "goto error:" with deeply nested if/else code and that is not readable at all. Using goto right is an art; you need to look at the code and say that it looks good. by

Re: comctl32: Fix invalid syntax.

2008-02-07 Thread Michael Stefaniuc
ou need that? Wine uses git, a distributed SCM. You are free to publish your own Wine tree without waiting for Alexandre. People prefer to follow Alexandre's tree but nobody forces them to use it. bye michael -- Michael Stefaniuc Tel.: +49-711-96437-

Re: Wine Wiki spam users

2008-01-29 Thread Michael Stefaniuc
ons and spread the load of deleting rogue users on many shoulders. bye michael -- Michael Stefaniuc Tel.: +49-711-96437-199 Consulting Communications Engineer Fax.: +49-711-96437-111

Re: Spelling fixes - abbreviation question

2008-01-08 Thread Michael Stefaniuc
Austin English wrote: > I'm seeing quite a few abbreviations. While they don't hurt anything, > they do give the code a slang tone. I personally think that wine is a It's not slang but jargon! > very professional project, and it's code should reflect that. While This is an open source project and

Re: Commit stats

2008-01-07 Thread Michael Stefaniuc
Hans Leidekker wrote: > $ for y in {2002..2007}; do \ > n=$( git log | grep ^Date: | grep $y | wc -l ); \ > echo "Number of commits in $y: $n"; \ > done > Number of commits in 2002: 3094 > Number of commits in 2003: 3283 > Number of commits in 2004: 3851 > Number of commits in 2005: 6006 > Nu

Re: xrandx responds with too many modes.

2008-01-04 Thread Michael Stefaniuc
t; Is this with a specific X driver? The binary nvidia driver only lists > modes explicitly declared in xorg.conf. Huh? I don't declare any mode in the xorg.conf and i'm using the nvidia binary driver. The drivers can figure out nowadays what wor

Re: comctl32: Remove unneeded casts (1 of 3)

2007-12-31 Thread Michael Stefaniuc
Andrew Talbot wrote: > Please do not commit this patch. It relies on UINT (= unsigned int) and > DWORD (= unsigned long int) both being 32 bits wide. Those are 32 bits wide on Win64 too. Even LONG is 32 bits on Win64. bye michael -- Michael Stefaniuc Tel

Re: ENTER_GL and ActivateContext question

2007-12-14 Thread Michael Stefaniuc
nt to the compiler but normally the compiler knows anyway better what to inline and what not. If you really want to force an inline you have the __attribute__((always_inline)) bye michael -- Michael Stefaniuc

Re: secur32: Remove the SECUR32_ALLOC() macro around HeapAlloc().

2007-12-05 Thread Michael Stefaniuc
Juan Lang wrote: > On Dec 5, 2007 12:52 PM, Michael Stefaniuc <[EMAIL PROTECTED]> wrote: >> Checked with Kai and Dmitry and there is nothing special about >> SECUR32_ALLOC(). There are more direct usages of HeapAlloc() >> than of the macro so instead of replacing SECUR32

Re: dlls/icmp/icmp_main.c -- attempt at fixing regression in r1.30 (RESEND)

2007-12-05 Thread Michael Stefaniuc
if (Timeout > t) Timeout -= t; > +else Timeout = 0; > continue; > } else { > /* This is a reply to our packet */ > > -- Michael Stefaniuc Tel.: +49-711-96437-199 Consulting Communications Engineer

Re: urlmon: Rename the wrappers around HeapAlloc() &Co to use the new standard naming.

2007-11-30 Thread Michael Stefaniuc
Hey, Steven Edwards wrote: > On Nov 29, 2007 4:12 PM, Michael Stefaniuc <[EMAIL PROTECTED]> wrote: >> diff --git a/dlls/urlmon/urlmon_main.h b/dlls/urlmon/urlmon_main.h >> index aeb0eb2..9f31fb9 100644 >> --- a/dlls/urlmon/urlmon_main.h >> +++ b/dlls/urlmon/

Re: [PATCH 1/3] advpack/tests: Rename the wrappers around HeapAlloc() &Co to use the new standard naming.

2007-11-28 Thread Michael Stefaniuc
James Hawkins wrote: > On Nov 28, 2007 3:39 PM, Michael Stefaniuc <[EMAIL PROTECTED]> wrote: >> i'm unsure about this patch series. Yes this are simple wrappers around >> HeapAlloc() that are the same as the "standard" wrappers used in Wine. >> But the

Re: d3dx9__xx dlls

2007-11-28 Thread Michael Stefaniuc
Vijay Kiran Kamuju wrote: > On Nov 28, 2007 12:34 PM, Michael Stefaniuc <[EMAIL PROTECTED]> wrote: >> Maarten Lankhorst wrote: >>> Stefan Dösinger schreef: >>>> What do we do if there's a d3dx9_37.dll next month? >>>> >>> One thin

Re: d3dx9__xx dlls

2007-11-28 Thread Michael Stefaniuc
se the history. bye michael -- Michael Stefaniuc Tel.: +49-711-96437-199 Consulting Communications Engineer Fax.: +49-711-96437-111 Reg. Adresse: Red Hat GmbH, Hauptstätter Strasse

Re: d3dx8: Implementation of WINAPI D3DXAssembleShaderFromFileA

2007-11-27 Thread Michael Stefaniuc
Frank Richter wrote: > On 27.11.2007 09:28, Michael Stefaniuc wrote: >> Just go for >> if ( !pSrcFile ) >>return D3DXERR_INVALIDDATA; >> >> LPWSTR pSrcFileW = NULL; >> DWORD len; >> HRESULT ret; >> ... > > That's C++, not C, isn&#

Re: urlmon: Wrap heap functions.

2007-11-27 Thread Michael Stefaniuc
Alexandre Julliard wrote: > Michael Stefaniuc <[EMAIL PROTECTED]> writes: > >> I therefor propose to standardize all the internal HeapAlloc wrappers to >> a common name and form, Something along the lines of: >> walloc() >> wzalloc() >> wrealloc() &

Re: d3dx8: Implementation of WINAPI D3DXAssembleShaderFromFileA

2007-11-27 Thread Michael Stefaniuc
, Flags, ppConstants, > ppCompiledShader, ppCompilationErrors); > + HeapFree( GetProcessHeap(), 0, pSrcFileW ); > + return ret; > + } > } > > >> This is not more readable than a previous version. There is no need >> for 'else {}' construct and therefore f

<    1   2   3   4   5   6   7   8   >