Re: [Patch] Trailing spaces in cygcheck -cd or -s output.

2004-09-22 Thread Corinna Vinschen
On Sep 16 07:26, Bas van Gompel wrote: > Hi, > > This (trivial again, IMO) patch avoids trailing spaces in the output > of cygheck's package-list. (This will reduce the size of > `cygcheck.out's somewhat, as well.) > > > ChangeLog enty: > > 2004-09-16 Bas van Gompel <[EMAIL PROTECTED]> > >

Re: dinput.h and ddraw.h from Wine with trivial modifications (fwd)

2004-09-22 Thread Corinna Vinschen
On Sep 17 13:39, Peter Ekberg wrote: > Hello! > > This is the ddraw.h and dinput.h files from Wine, with some trivial > modification by me to make them work in the cygwin environment. > > They are "Copyright (C) the Wine project" according to their headers and > under the LGPL. I think it is poli

Re: [PATCH]: Still path.cc

2004-09-22 Thread Christopher Faylor
On Tue, Sep 21, 2004 at 09:58:40PM -0400, Pierre A. Humblet wrote: >It's a safe time to take care of a few nits... > >While testing, I noticed in dir.cc that __d_dirent->d_ino >is always set by hashing the pathname :( This has been discussed many times throughout the years. >2004-09-22 Pierre Hu

Re: [PATCH]: Still path.cc

2004-09-22 Thread Pierre A. Humblet
Christopher Faylor wrote: > > On Tue, Sep 21, 2004 at 09:58:40PM -0400, Pierre A. Humblet wrote: > >It's a safe time to take care of a few nits... > > > >2004-09-22 Pierre Humblet <[EMAIL PROTECTED]> > > > > * path.cc (normalize_win32_path): Only look for : in second position. > > A

RE: dinput.h and ddraw.h from Wine with trivial modifications (fwd)

2004-09-22 Thread Peter Ekberg
Corinna wrote: > On Sep 17 13:39, Peter Ekberg wrote: >> Hello! >> >> This is the ddraw.h and dinput.h files from Wine, with some trivial >> modification by me to make them work in the cygwin environment. >> >> They are "Copyright (C) the Wine project" according to their headers >> and under the

Re: [PATCH]: Still path.cc

2004-09-22 Thread Christopher Faylor
On Wed, Sep 22, 2004 at 09:58:25AM -0400, Pierre A. Humblet wrote: > >Christopher Faylor wrote: >> >> On Tue, Sep 21, 2004 at 09:58:40PM -0400, Pierre A. Humblet wrote: >> >It's a safe time to take care of a few nits... >> > >> >2004-09-22 Pierre Humblet <[EMAIL PROTECTED]> >> > >> > * path

Re: [PATCH]: Still path.cc

2004-09-22 Thread Brian Ford
On Tue, 21 Sep 2004, Pierre A. Humblet wrote: > Avoid infinite loop with names starting in double dots. This may not be appropriate for this list, but... Thank you, thank you, thank you! I often mistype ../somewhere as ..somewhere and lock up my shell. Thanks again for the fix that I did

Re: [PATCH]: Still path.cc

2004-09-22 Thread Christopher Faylor
On Wed, Sep 22, 2004 at 09:20:50AM -0500, Brian Ford wrote: >On Tue, 21 Sep 2004, Pierre A. Humblet wrote: >>Avoid infinite loop with names starting in double dots. > >This may not be appropriate for this list, but... > >Thank you, thank you, thank you! I often mistype ../somewhere as >..somewhere

Re: [PATCH]: Still path.cc

2004-09-22 Thread Pierre A. Humblet
Christopher Faylor wrote: > > On Wed, Sep 22, 2004 at 09:58:25AM -0400, Pierre A. Humblet wrote: > > > >Christopher Faylor wrote: > >> > >> On Tue, Sep 21, 2004 at 09:58:40PM -0400, Pierre A. Humblet wrote: > >> >It's a safe time to take care of a few nits... > >> > > >> >2004-09-22 Pierre Humb

Re: [PATCH]: Still path.cc

2004-09-22 Thread Christopher Faylor
On Wed, Sep 22, 2004 at 10:31:01AM -0400, Pierre A. Humblet wrote: >That particular piece of code is only called when the dir is ".." but >the parent directory can't be identified, so the result is questionable >anyway... I think it can happen when reading a directory like >'c:some_dir' Ok. Than

Re: [PATCH]: Still path.cc

2004-09-22 Thread Brian Ford
On Wed, 22 Sep 2004, Christopher Faylor wrote: > On Wed, Sep 22, 2004 at 09:20:50AM -0500, Brian Ford wrote: > >On Tue, 21 Sep 2004, Pierre A. Humblet wrote: > >>Avoid infinite loop with names starting in double dots. > > > >This may not be appropriate for this list, but... > > > >Thank you, thank

More pipe problems (was Re: [Fwd: 1.5.11-1: sftp performance problem])

2004-09-22 Thread Corinna Vinschen
As a follow up on this, I just found that the problem with the Win32 native version of unison described in http://cygwin.com/ml/cygwin/2004-09/msg01131.html is also a consequence of the new pipe code. The hang only happens with the new code, with the old pipe code it works fine. And Karl s

Re: [PATCH]: Still path.cc

2004-09-22 Thread Christopher Faylor
On Wed, Sep 22, 2004 at 11:07:09AM -0500, Brian Ford wrote: >You can't win here. If you're a developer like person, the answer to >bug reports is usually "fix it yourslef if it's important to you". If >you don't report it, but say thank you when someone fixes it, you get >"shame on you for not re

[OT] Re: [PATCH]: Still path.cc

2004-09-22 Thread Brian Ford
On Wed, 22 Sep 2004, Christopher Faylor wrote: > On Wed, Sep 22, 2004 at 11:07:09AM -0500, Brian Ford wrote: > >You can't win here. If you're a developer like person, the answer to > >bug reports is usually "fix it yourslef if it's important to you". If > >you don't report it, but say thank you

RE: [PATCH]: Still path.cc

2004-09-22 Thread Gary R. Van Sickle
[Followups to cygwin@ since we're out of -patches' charter, also indicating no desire for private correspondence/tantrums on this topic] > On Wed, Sep 22, 2004 at 11:07:09AM -0500, Brian Ford wrote: > >You can't win here. If you're a developer like person, the > answer to > >bug reports is usua