Re: bug found from ls command

2009-07-08 Thread James Youngman
[+bug-findutils] On Tue, Jul 7, 2009 at 5:36 PM, PG wrote: > ah, great! > > thank you for the info. That helps me understand a lot. Now I see why find > fails. And perhaps it's not worth the extra computation time required to, > upon failure of cd'ing into the directory, trying to list it. It pro

date bug

2009-07-08 Thread David
Hi, whist using "date" in a bash script there seems to be a problem returning the hour for 09:20 t_hr=$(date +%l) (small L) does not return "9" from 09:20 or any time between 09:00 and 09:30 t_hr=$(date +%-I) works fine I needed the hour with out the padded zero best regards David --

Re: date bug

2009-07-08 Thread Philip Rowlands
On Tue, 7 Jul 2009, David wrote: whist using "date" in a bash script there seems to be a problem returning the hour for 09:20 t_hr=$(date +%l) (small L) does not return "9" from 09:20 or any time between 09:00 and 09:30 t_hr=$(date +%-I) works fine I needed the hour with out the padded zer

[PATCH]: remove one duplicity in copy.c caused by factorization

2009-07-08 Thread Ondřej Vašík
Hello, while making coreutils update for F-11, I spotted one duplicity in copy.c caused by http://git.savannah.gnu.org/cgit/coreutils.git/commit/?id=e0cf592f48b4e67dc31d0482ae4f4dbc820e883e factorization commit. Attached patch removes this duplicity. Greetings, Ondřej Vašík From 430ea6

tail tweaks

2009-07-08 Thread Jim Meyering
FYI, I've just pushed these two. Snapshot coming soon. >From 3639a880aa9778bd6f30be4e953ad9b1171110a1 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 8 Jul 2009 19:51:22 +0200 Subject: [PATCH 1/2] tail: declare "file descriptor" variable to be "int", not size_t * src/tail.c (tail_forever

Re: [PATCH]: remove one duplicity in copy.c caused by factorization

2009-07-08 Thread Pádraig Brady
Ondřej Vašík wrote: > Hello, > while making coreutils update for F-11, I spotted one duplicity in > copy.c caused by > http://git.savannah.gnu.org/cgit/coreutils.git/commit/?id=e0cf592f48b4e67dc31d0482ae4f4dbc820e883e > factorization commit. Attached patch removes this duplicity. Well spotted. I

new snapshot available: coreutils-7.4.72-0e931

2009-07-08 Thread Jim Meyering
I'm hoping to release coreutils-7.5 within the next week or two, so now would be a good time to make sure it builds and passes "make check" on your favorite systems. coreutils snapshot: http://meyering.net/cu/coreutils-ss.tar.gz 9.4 MB http://meyering.net/cu/coreutils-ss.tar.xz 3.9 M

Re: [PATCH]: remove one duplicity in copy.c caused by factorization

2009-07-08 Thread Jim Meyering
Ondřej Vašík wrote: > while making coreutils update for F-11, I spotted one duplicity in > copy.c caused by > http://git.savannah.gnu.org/cgit/coreutils.git/commit/?id=e0cf592f48b4e67dc31d0482ae4f4dbc820e883e > factorization commit. Attached patch removes this duplicity. > > > Greetings, >

Re: [PATCH]: remove one duplicity in copy.c caused by factorization

2009-07-08 Thread Jim Meyering
Pádraig Brady wrote: > Ondřej Vašík wrote: ... > Well spotted. > > I changed the message slightly in the attached. > I'll hold off pushing it for the moment as > it doesn't cause a functional change and > I don't want to do anything to affect the > snapshot Jim's currently working on. Thanks! You

continuity error in ls man page

2009-07-08 Thread Eric K. Greer
--sort=WORD extension -X, none -U, size -S, time -t, version -v, status -c, time -t, atime -u, access -u, use -u Time is listed twice ___ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo

Re: continuity error in ls man page

2009-07-08 Thread Pádraig Brady
Eric K. Greer wrote: > --sort=WORD > extension -X, none -U, size -S, time -t, version -v, status -c, > time -t, atime -u, access -u, use -u > > > Time is listed twice Thanks. That was fixed quite a while ago (in coreutils-6.0): http://url.ie/1zd1 cheers, Pádraig.