Re: 256x256 px icons

2011-08-09 Thread Corinna Vinschen
On Aug 8 16:37, Warren Young wrote: On 8/8/2011 2:45 PM, Corinna Vinschen wrote: On Aug 8 10:57, Warren Young wrote: Did you figure out your problem seeing the 256 px icon? I'm not sure what problem you mean. I can see the 256x256 icon just fine. I was half-remembering this message:

Re: 256x256 px icons

2011-08-09 Thread Corinna Vinschen
On Aug 8 16:28, Warren Young wrote: On 8/8/2011 2:43 PM, Corinna Vinschen wrote: If you have a way to create a C which is not handdrawn *and* stands out, I would very much like to see it. That's why I quoted Andy: increasing the stroke width can help. By starting with a much thicker

Re: 256x256 px icons

2011-08-09 Thread Corinna Vinschen
On Aug 9 09:17, Corinna Vinschen wrote: On Aug 8 16:37, Warren Young wrote: On 8/8/2011 2:45 PM, Corinna Vinschen wrote: On Aug 8 10:57, Warren Young wrote: Did you figure out your problem seeing the 256 px icon? I'm not sure what problem you mean. I can see the 256x256 icon

[patch/peflags] Allow to change PE header stack and heap sizes

2011-08-09 Thread Corinna Vinschen
Hi Chuck, here's the change to peflags which allows to change the stack size and other stuff. What it exaclty allows right now is to change the following values: ntheader-OptionalHeader.SizeOfStackReserve Initial reserved size of the main application stack

Re: GCC dependencies (attn David Billinghurst)

2011-08-09 Thread Dave Korn
On 27/07/2011 04:11, Yaakov (Cygwin/X) wrote: David, As mentioned recently on the list, due to Dave Korn's extended absence, I'll be maintaining our gcc packages. Since you maintain several GCC dependencies, we'll need to coordinate. Yaakov, how is this going? I see you haven't uploaded

Re: [ITP] pbzip2 (and what was the upshot on pbzip2/libbz2 incompatibility?)

2011-08-09 Thread Peter Li
On 8/8/11 9:08 PM, Peter Li wrote: On 8/8/2011 4:23 PM, Charles Wilson wrote: On 8/8/2011 12:46 PM, Peter Li wrote: As they distribute a windows binary with cygwin.dll, So, if the pbzip2 devs distribute a copy of cygwin1.dll, I assume they also abide by the GPL and distribute the sources for

Re: GCC dependencies (attn David Billinghurst)

2011-08-09 Thread David Billinghurst
On 10/08/2011 4:45 AM, Dave Korn wrote: On 27/07/2011 04:11, Yaakov (Cygwin/X) wrote: David, As mentioned recently on the list, due to Dave Korn's extended absence, I'll be maintaining our gcc packages. Since you maintain several GCC dependencies, we'll need to coordinate. Yaakov, how is

Re: [patch/peflags] Allow to change PE header stack and heap sizes

2011-08-09 Thread Charles Wilson
On 8/9/2011 8:19 AM, Corinna Vinschen wrote: Hi Chuck, here's the change to peflags which allows to change the stack size and other stuff. Cool, thanks. Here's the patch. Builds and works fine on Cygwin and x86_64-mingw64. Needs one small tweak for MSYS, but works fine after that.