summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-09-28 01:09:41 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-09-28 01:09:41 +0000
commit7b020a373999af34fd0152febf2a1233abf20561 (patch)
tree6f65a72434865650c967df3fc67a7d937cdb2223
parent2001cde81e7327244d17412348cc322535a6d46b (diff)
downloadcoreutils-7b020a373999af34fd0152febf2a1233abf20561.tar.xz
* src/od.c (format_address_paren): Don't output c if it's '\0'.
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8902beae4..1cc92e6dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
-2004-09-26 Paul Eggert <eggert@cs.ucla.edu>
+2004-09-27 Paul Eggert <eggert@cs.ucla.edu>
* Version 5.3.0.
+ * src/od.c (format_address_paren): c is optional, so don't output
+ it if it's '\0'.
+
+2004-09-26 Paul Eggert <eggert@cs.ucla.edu>
+
Add support for ls --hide. Idea suggested by Bardur Arantsson.
* NEWS: Document this.
* src/ls.c (file_ignored): Renamed from file_interesting, with