Re: FYI: savannah cvs repository is currently not tracking git

2007-03-31 Thread Andreas Schwab
"James Youngman" <[EMAIL PROTECTED]> writes: > Are there instructions somewhere for how to follow coreutils using git? There are some resources on the git homepage . Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nür

Re: FYI: savannah cvs repository is currently not tracking git

2007-03-31 Thread Jim Meyering
Andreas Schwab <[EMAIL PROTECTED]> wrote: > "James Youngman" <[EMAIL PROTECTED]> writes: > >> Are there instructions somewhere for how to follow coreutils using git? > > There are some resources on the git homepage . Hi James, You can view a summary of change sets here: http

tail +3 stopped working

2007-03-31 Thread Marvin Simkin
Sorry if this is a dup bug, I don't know how to check your list. BEFORE (correct) - $ echo "1,2,3,4,5" | tr ',' "\012" | tail +3 3 4 5 $ tail --version tail (coreutils) 4.5.3 ... $ uname -a Linux ... 2.4.21-20.ELsmp #1 SMP Wed Aug 18 20:46:40 EDT 2004 i686 i686

Re: tail +3 stopped working

2007-03-31 Thread Evan Hunt
It's "tail -n +3" now. Evan Hunt ___ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils

[bug #19475] date produces incorrect output with +/-1 Month when the date is the 31st

2007-03-31 Thread anonymous
URL: Summary: date produces incorrect output with +/-1 Month when the date is the 31st Project: GNU Core Utilities Submitted by: None Submitted on: Saturday 03/31/2007 at 22:29 UTC Ca

[bug #19475] date produces incorrect output with +/-1 Month when the date is the 31st

2007-03-31 Thread Eric Blake
Update of bug #19475 (project coreutils): Status:None => Duplicate Open/Closed:Open => Closed ___ Follow-up Comment #1: Not a bug; but i

Re: tail +3 stopped working

2007-03-31 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Marvin Simkin on 3/30/2007 4:22 PM: > $ tail --version > tail (GNU coreutils) 5.97 You are still due for an upgrade. The latest stable version is 6.9. At any rate, this is not a bug, but a POSIX conformance issue; and it was documented