Re: [Patch] cygcheck: warn about empty path-components

2004-10-12 Thread Bas van Gompel
Op Sun, 10 Oct 2004 13:13:23 -0400 schreef Christopher Faylor in <[EMAIL PROTECTED]>: : On Sun, Oct 10, 2004 at 08:36:38AM +0200, Bas van Gompel wrote: : > Op Sat, 9 Oct 2004 19:18:13 -0400 schreef Christopher Faylor : > So cygcheck will have the same problem... : : Right, but cygcheck can rely

[Patch] cygheap.cc: Allow _crealloc to shrink memory-block.

2004-10-12 Thread Bas van Gompel
Hi, Following (trivial IMO) patch, allows memory blocks on the cygheap to be shrunk. There are some issues with this: - The code is slightly slower. - This change is in a block of code marked ``copyright D. J. Delorie''. - I'm not sure _crealloc is ever called with a smaller size. (If it isn't,

Re: [Patch] cygcheck: warn about empty path-components

2004-10-12 Thread Christopher Faylor
On Wed, Oct 13, 2004 at 12:11:05AM +0200, Bas van Gompel wrote: >Op Sun, 10 Oct 2004 13:13:23 -0400 schreef Christopher Faylor >in <[EMAIL PROTECTED]>: >: On Sun, Oct 10, 2004 at 08:36:38AM +0200, Bas van Gompel wrote: >: > Op Sat, 9 Oct 2004 19:18:13 -0400 schreef Christopher Faylor >: > So cygch

Re: [Patch] cygcheck: warn about empty path-components

2004-10-12 Thread Igor Pechtchanski
On Tue, 12 Oct 2004, Christopher Faylor wrote: > On Wed, Oct 13, 2004 at 12:11:05AM +0200, Bas van Gompel wrote: > >Op Sun, 10 Oct 2004 13:13:23 -0400 schreef Christopher Faylor: > >: On Sun, Oct 10, 2004 at 08:36:38AM +0200, Bas van Gompel wrote: > >: > Op Sat, 9 Oct 2004 19:18:13 -0400 schreef

Re: [Patch] cygheap.cc: Allow _crealloc to shrink memory-block.

2004-10-12 Thread Christopher Faylor
On Wed, Oct 13, 2004 at 12:11:24AM +0200, Bas van Gompel wrote: >Following (trivial IMO) patch, allows memory blocks on the cygheap to >be shrunk. > >There are some issues with this: >- The code is slightly slower. >- This change is in a block of code marked ``copyright D. J. Delorie''. >- I'm not

Re: [Patch] cygcheck: warn about empty path-components

2004-10-12 Thread Christopher Faylor
On Tue, Oct 12, 2004 at 06:26:36PM -0400, Igor Pechtchanski wrote: >On Tue, 12 Oct 2004, Christopher Faylor wrote: > >> On Wed, Oct 13, 2004 at 12:11:05AM +0200, Bas van Gompel wrote: >> >Op Sun, 10 Oct 2004 13:13:23 -0400 schreef Christopher Faylor: >> >: On Sun, Oct 10, 2004 at 08:36:38AM +0200,

Re: [Patch] cygcheck: warn about empty path-components

2004-10-12 Thread Igor Pechtchanski
On Tue, 12 Oct 2004, Christopher Faylor wrote: > On Tue, Oct 12, 2004 at 06:26:36PM -0400, Igor Pechtchanski wrote: > >On Tue, 12 Oct 2004, Christopher Faylor wrote: > > > >> On Wed, Oct 13, 2004 at 12:11:05AM +0200, Bas van Gompel wrote: > >> >Op Sun, 10 Oct 2004 13:13:23 -0400 schreef Christophe