Re: Debian package backorder

2010-06-25 Thread Nate Gallaher
Ben Klein wrote: Unless someone wants to donate an AM2/DDR2 motherboard to me, someone is going to have to take over the packaging of Debian Stable, Testing and Unstable packages. Sure. Send me a newegg link and an address. ~Nate

Re: Warnings on ignored returned values

2010-03-22 Thread Nate Gallaher
Alexandre Julliard wrote: Octavian Voicu writes: Hello, I'm trying to compile wine with --enable-maintainer-mode and I get lots of errors like `ignoring return value of ‘xxx’, declared with attribute warn_unused_result'. I would like to submit a few patches to fix them. Please don't

Re: TRACE () documentation

2010-01-14 Thread Nate Gallaher
James McKenzie wrote: James Hawkins wrote: On Thu, Jan 14, 2010 at 6:19 PM, James McKenzie wrote: All: Is there documentation anywhere on how to use the TRACE command? I am trying to print out the contents of a UNICODE string using this commnd. Thank you. There are

patch 57244: (try 3) msi: queue dynamically allocated strings in cond.y...

2010-01-07 Thread Nate Gallaher
Anything I can do to help move this along? ~Nate

Re: [PATCH 1/2] msi: queue dynamically allocated strings in cond.y

2010-01-05 Thread Nate Gallaher
James Hawkins wrote: On Mon, Jan 4, 2010 at 7:05 AM, Nate Gallaher wrote: James Hawkins wrote: On Sat, Jan 2, 2010 at 10:36 AM, Nathan Gallaher wrote: +struct cond_mem { +struct list entry; +void *ptr; +}; + +static void cond_free( void *info, void *ptr

Re: [PATCH 1/2] msi: queue dynamically allocated strings in cond.y

2010-01-04 Thread Nate Gallaher
James Hawkins wrote: On Sat, Jan 2, 2010 at 10:36 AM, Nathan Gallaher wrote: +struct cond_mem { +struct list entry; +void *ptr; +}; + +static void cond_free( void *info, void *ptr ) +{ +COND_input *cond = (COND_input*) info; +struct cond_mem *mem, *safety; + +LIS

re: msi: fix leak in cond.y

2009-12-18 Thread Nate Gallaher
I should have mentioned in the commit message that this approach took heavy inspiration from the solution to the same problem in sql.y.

Re: meaning of "Hardware" field in bugzilla?

2009-12-11 Thread Nate Gallaher
Austin English wrote: Dan and I discussed it, and figured renaming the hardware to reflect the architecture would be more descriptive: Macintosh -> ppc32 PC -> x86 PC-x86-64 -> x86-64 sun -> sparc How does that sound? +1 here. Sounds like a solid idea. ~Nate Gallaher

Re: Whitespace cleanups

2009-11-25 Thread Nate Gallaher
Ken Thomases wrote: One important reason to avoid whitespace-only changes is it makes git-blame essentially useless for finding the real source of functional changes. But is that really important? git-bisect would put you on the other side of any whitespace changes, and a prudent bug-hunter

Re: Whitespace cleanups

2009-11-25 Thread Nate Gallaher
Nikolay Sivov wrote: or should I just fix the one function I'm planning on touching? Or should I grit my teeth and ignore the style issues entirely? Yes, in most cases. If you plan to rework the whole file with functional patches feel free to touch formatting a bit. The common rule is to pre

Whitespace cleanups

2009-11-25 Thread Nate Gallaher
I'm looking at working on a new area of wine (for me) and the file I'm going to be working with is rife with whitespace issues. Literal tabs are sprinkled around and the 80-col limit has been broken badly and often in easily fixable ways. I'm wondering what the acceptable approach is to these

Re: Patch Tracker?

2009-11-24 Thread Nate Gallaher
There's a new patch tracker? ~Nate Alexandre Julliard wrote: Folks, I'll be out for the rest of the week, so there won't be a release this Friday. 1.1.34 will be released on December 4. And with the new patch tracker you can watch the patches pile up while I'm away ;-)

Re: today's git broke winetricks gecko :-(

2009-11-17 Thread Nate Gallaher
I would just like to second Vincent's suggestion. Vincent Povirk wrote: It also seems to me that a --disable-gecko-downloader configure switch that would disable the dialog COMPLETELY (even "when needed") would put gecko on equal footing with optional library requirements. It would mean: * You c