summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-09-18 20:38:54 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-09-18 20:38:54 +0000
commitbebf83d0fd198ea199f6df9684141d284b5323e2 (patch)
tree6ebf8dfe50ec79a44449d1bb9f2c925b09534628 /ChangeLog
parent46dd4b1a8ede10b94591d9302f92dc49d3f90838 (diff)
downloadcoreutils-bebf83d0fd198ea199f6df9684141d284b5323e2.tar.xz
* src/shuf.c (main): Quote the entire range when reporting an
invalid one, rather than just the part that contained the error.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b32b4c1e..7f741fbe6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2006-09-18 Paul Eggert <eggert@cs.ucla.edu>
+ * src/shuf.c (main): Quote the entire range when reporting an
+ invalid one, rather than just the part that contained the error.
+
* tests/stty/row-col-1: Rewrite to avoid temporary file that is
sometimes left behind if the test is skipped or interrupted.