From: Paul Eggert Date: Wed, 9 Aug 2006 20:23:07 +0000 (+0000) Subject: Add shuf. X-Git-Tag: COREUTILS-6_0~44 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4cf335840716c17380ee534a46b00cf5a03a9427;p=platform%2Fupstream%2Fcoreutils.git Add shuf. --- diff --git a/ChangeLog b/ChangeLog index ccb32c6..da255ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2006-08-09 Paul Eggert + + * src/.cvsignore: Add shuf. + + * Makefile.maint: Remove the po-update procedure; it doesn't + work with the new repository on http://www.iro.umontreal.ca/. + For now I guess we'll have to fix things by hand. + (do-po-update, po-update): Remove. All references removed. + + * src/shuf.c (next_line): New function. + (read_input): Use it, to avoid relying on GCC-specific behavior + with void * arithmetic. Problem reported by Bob Proulx. + * Makefile.maint (my-distcheck): Compile with -Wpointer-arith + to detect this sort of problem automatically in the future. + 2006-08-09 Jim Meyering * src/ls.c: Add a compile-time check to ensure that filetype diff --git a/src/.cvsignore b/src/.cvsignore index db778d8..bbc7ebc 100644 --- a/src/.cvsignore +++ b/src/.cvsignore @@ -75,6 +75,7 @@ sha224sum sha256sum sha384sum sha512sum +shuf shred sleep sort