summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-01-02 10:55:34 +0000
committerJim Meyering <jim@meyering.net>2001-01-02 10:55:34 +0000
commit67aea68e97a3e771d52d2c7c596785b6016b2379 (patch)
tree33641ab03207c48c410406de7952357a7c933fbd
parent2320b98d89e34533dece133622d0bbda3f0c5f8a (diff)
downloadcoreutils-67aea68e97a3e771d52d2c7c596785b6016b2379.tar.xz
*** empty log message ***
-rw-r--r--old/textutils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 14b3183e4..d9742d190 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,3 +1,9 @@
+2001-01-02 Jim Meyering <meyering@lucent.com>
+
+ * src/od.c (decode_one_format): Guard use of print_long_long with
+ `#if HAVE_UNSIGNED_LONG_LONG'. From Darren Salt.
+ Change all `#ifdef HAVE_UNSIGNED_LONG_LONG' to use `#if' instead.
+
2000-12-23 Jim Meyering <meyering@lucent.com>
* src/sys2.h [HAVE_INTTYPES_H]: Include <inttypes.h>.