]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Add shuf.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 9 Aug 2006 20:23:07 +0000 (20:23 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 9 Aug 2006 20:23:07 +0000 (20:23 +0000)
ChangeLog
src/.cvsignore

index ccb32c6670bb92ed4dbff14f3f1b5060dbdadc9b..da255ff6ac939cf25c4d1a461c16487db7804b0e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * 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  <jim@meyering.net>
 
        * src/ls.c: Add a compile-time check to ensure that filetype
index db778d8b8bb4f2aeb50d01af9738e297ccb09246..bbc7ebc3bb6207c88f69412c3057fd2b61b9e2ee 100644 (file)
@@ -75,6 +75,7 @@ sha224sum
 sha256sum
 sha384sum
 sha512sum
+shuf
 shred
 sleep
 sort