From: Jim Meyering Date: Wed, 22 May 2002 07:33:54 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_1_9~186 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=42e9ac45ffdf7f6463447ca16550511e08bb27bf;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 3499b86120..f5bd0ebb0c 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,7 +1,13 @@ -2002-05-14 Jim Meyering +2002-05-22 Jim Meyering * 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 + 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.