Re: Add self to /proc (to support procps 3.2.4)

2004-12-18 Thread Christopher Faylor
On Sat, Dec 18, 2004 at 02:10:42PM -, Chris January wrote: 2004-12-18 Chris January [EMAIL PROTECTED] * fhandler_proc.cc (proc_listing): Add entry for self. (proc_fhandlers): Add entry for self. * fhandler_process.cc (fhandler_process::fstate): Handle self.

Re: Patch to allow trailing dots on managed mounts

2004-12-18 Thread Christopher Faylor
On Fri, Dec 17, 2004 at 07:36:15PM -0500, Christopher Faylor wrote: If /cygdrive/c/cygwin/bin./ls.exe works, then /bin./ls.exe should also work. Or, both should fail. consistent Thinking some more about this, there are really some inconsistencies with the current and proposed behavior that I

Re: Patch to allow trailing dots on managed mounts

2004-12-18 Thread Reini Urban
Christopher Faylor schrieb: On Fri, Dec 17, 2004 at 07:36:15PM -0500, Christopher Faylor wrote: If /cygdrive/c/cygwin/bin./ls.exe works, then /bin./ls.exe should also work. Or, both should fail. consistent Thinking some more about this, there are really some inconsistencies with the current and

Re: Patch to allow trailing dots on managed mounts

2004-12-18 Thread Brian Dessent
Reini Urban wrote: Thinking some more about this, there are really some inconsistencies with the current and proposed behavior that I don't like. [...] I have no strong opinion in these issues (yet), but please look also at the related ending-colon ':extension' problem on NTFS. Such

Re: Patch to allow trailing dots on managed mounts

2004-12-18 Thread Igor Pechtchanski
On Fri, 17 Dec 2004, Christopher Faylor wrote: On Fri, Dec 17, 2004 at 06:01:04PM -0500, Pierre A. Humblet wrote: Christopher Faylor wrote: While I detest the trailing dot crap, I don't want cygwin to be inconsistent. I don't want ls /bin./ls.exe to fail but ls /cygdrive/c/bin./ls.exe

Re: Patch to allow trailing dots on managed mounts

2004-12-18 Thread Igor Pechtchanski
On Sat, 18 Dec 2004, Brian Dessent wrote: Reini Urban wrote: Thinking some more about this, there are really some inconsistencies with the current and proposed behavior that I don't like. [...] I have no strong opinion in these issues (yet), but please look also at the related

Re: Patch to allow trailing dots on managed mounts

2004-12-18 Thread Christopher Faylor
On Sat, Dec 18, 2004 at 04:12:17PM -0500, Igor Pechtchanski wrote: On Fri, 17 Dec 2004, Christopher Faylor wrote: On Fri, Dec 17, 2004 at 06:01:04PM -0500, Pierre A. Humblet wrote: Christopher Faylor wrote: While I detest the trailing dot crap, I don't want cygwin to be inconsistent. I

Re: Patch to allow trailing dots on managed mounts

2004-12-18 Thread Christopher Faylor
On Sat, Dec 18, 2004 at 04:48:50PM -0500, Igor Pechtchanski wrote: There are two possible interpretations here. One is that Reini is proposing to have Cygwin tools always list alternate streams, in which case you're correct, and it's unrelated to the thread. Another is that colons in filenames

Re: Patch to allow trailing dots on managed mounts

2004-12-18 Thread Reini Urban
Christopher Faylor schrieb: On Sat, Dec 18, 2004 at 04:48:50PM -0500, Igor Pechtchanski wrote: There are two possible interpretations here. One is that Reini is proposing to have Cygwin tools always list alternate streams, in which case you're correct, and it's unrelated to the thread. Another

Re: Patch to allow trailing dots on managed mounts

2004-12-18 Thread Christopher Faylor
On Thu, Dec 16, 2004 at 10:04:41PM -0500, Pierre A. Humblet wrote: * path.cc (path_conv::check): Check the output Win32 path for trailing spaces and dots, not the input path. Ok. I've convinced myself that doing it what I consider to be the most forgiving way is going to be too