]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 20 Jul 2002 08:32:46 +0000 (08:32 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 20 Jul 2002 08:32:46 +0000 (08:32 +0000)
old/textutils/ChangeLog
old/textutils/NEWS

index 8df097847b194831ad37cbd7d44c7d418bd8c512..7d5f5465ea8312bbf06b1ede098fb5ff17d90b48 100644 (file)
@@ -30,6 +30,7 @@
 
 2002-05-14  Jim Meyering  <meyering@lucent.com>
 
+       `od -t f8' didn't work.
        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.
index 95666e52fb67842958ee12ac18be32b1835b8233..70e00492849998fc6bdb22080777c0efd2422c03 100644 (file)
@@ -1,5 +1,6 @@
 Changes in release 2.1
 [2.0.22]
+* `od -t f8' works once again [bug introduced in textutils-2.0.8]
 * various portability fixes, and general clean-up
 * various minor, corner-case bug fixes
 [2.0.21]