RE: ls bug

2010-04-26 Thread Road Warrior
Hm, so am I the only one who's ever seen this ls inconsistency?> From: warrior_r...@hotmail.com> To: cygwin@cygwin.com> Subject: RE: ls bug> Date: Thu, 22 Apr 2010 17:08:08 +>>> Ick sorry about the formatting! I should

RE: ls bug

2010-04-22 Thread Road Warrior
#x27;t, an essential tool like ls would be especially useful if it could survive being installed at the same time as a virus checker, for example. - Stefan > From: warrior_r...@hotmail.com> To: cygwin@cygwin.com> Subject: RE: ls bug> Date: T

RE: ls bug

2010-04-22 Thread Road Warrior
irus checker, for example.- Stefan> From: warrior_r...@hotmail.com> To: cygwin@cygwin.com> Subject: RE: ls bug> Date: Thu, 22 Apr 2010 16:09:56 +>>>> I am not using any of the software listed on the BLODA FAQ page, but I'll tr

RE: ls bug

2010-04-22 Thread Road Warrior
Oh, cool. Nice to know about that one. bash-3.2$ cygcheck -f /usr/bin/ls coreutils-8.4-2 > Date: Thu, 22 Apr 2010 18:04:10 +0200 > From: corinna-cyg...@cygwin.com > To: cygwin@cygwin.com > Subject: Re: ls bug > > On Apr 22 10:01, Eric

RE: ls bug

2010-04-22 Thread Road Warrior
in@cygwin.com; warrior_r...@hotmail.com > Subject: Re: ls bug > > On 04/22/2010 09:53 AM, Road Warrior wrote: >> Basically, the last line of my ls is lost occasionally. > > This has been known to happen with BLODA; have you ruled that out? > http://cygwin.com/faq/faq.using.html#faq.us

Re: ls bug

2010-04-22 Thread Corinna Vinschen
On Apr 22 10:01, Eric Blake wrote: > On 04/22/2010 09:53 AM, Road Warrior wrote: > > I'm not sure which cygwin package 'ls' is a part of > > coreutils Wrong answer. The right answer is $ cygcheck -f /usr/bin/ls ;-) Corinna -- Corinna Vinschen Please, send mails regardin

Re: ls bug

2010-04-22 Thread Eric Blake
On 04/22/2010 09:53 AM, Road Warrior wrote: > Basically, the last line of my ls is lost occasionally. This has been known to happen with BLODA; have you ruled that out? http://cygwin.com/faq/faq.using.html#faq.using.bloda > I'm not sure which cygwin package 'ls' is a part of coreutils -- Eric

ls bug

2010-04-22 Thread Road Warrior
Hello Cygwin Folk - I don't remember if I've posted this before, but this issue that looks bug-like to me has been bothering me for years now. I figured it must be fixed in the latest cygwin so I just updated everything today, but still no go. I looked in the FAQ and searched mailing lists, bu

Re: ls bug in snapshot 20070831

2007-09-18 Thread Marco Atzeri
--- Corinna Vinschen ha scritto: > On Sep 5 09:25, Marco Atzeri wrote: > > Hi All, > > I have noted this strange result using > > snapshot 20070831 when no files match the pattern > > > > $ ls -l *.p > > -rw-r--r-- 1 0 Dec 1 2006 *.p > > I checked in a patch to fix this.

Re: ls bug in snapshot 20070831

2007-09-18 Thread Corinna Vinschen
On Sep 5 09:25, Marco Atzeri wrote: > Hi All, > I have noted this strange result using > snapshot 20070831 when no files match the pattern > > $ ls -l *.p > -rw-r--r-- 1 0 Dec 1 2006 *.p I checked in a patch to fix this. Thanks for the report, Corinna -- Corinna Vinsche

ls bug in snapshot 20070831

2007-09-05 Thread Marco Atzeri
Hi All, I have noted this strange result using snapshot 20070831 when no files match the pattern $ ls -l *.p -rw-r--r-- 1 0 Dec 1 2006 *.p previous version was correct snapshot 20070813 $ ls -l *.p ls: cannot access *.p: No such file or directory Regards Marco ___