summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-05-22 07:33:54 +0000
committerJim Meyering <jim@meyering.net>2002-05-22 07:33:54 +0000
commit42e9ac45ffdf7f6463447ca16550511e08bb27bf (patch)
treecb72461903219c015f6747fdc31af28f2f222791 /old/textutils
parenteaa373aeb64ad85ff0f8414bbc4b8484047a6e1c (diff)
downloadcoreutils-42e9ac45ffdf7f6463447ca16550511e08bb27bf.tar.xz
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 3499b8612..f5bd0ebb0 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,7 +1,13 @@
-2002-05-14 Jim Meyering <meyering@lucent.com>
+2002-05-22 Jim Meyering <meyering@lucent.com>
* Version 2.0.22.
+ * src/od.c [struct dummy]: Renamed. Don't rely on portability of
+ zero-length arrays. Instead, use sizes of -1 or +1.
+ Reported by Eric Backus.
+
+2002-05-14 Jim Meyering <meyering@lucent.com>
+
This bug was introduced with my change of 2000-10-22 (textutils-2.0.8).
* src/od.c (ulonglong_t): Move declaration to precede new use.
[enum size_spec] (N_SIZE_SPECS): New member.