diff options
author | Jim Meyering <jim@meyering.net> | 2001-01-02 10:55:34 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-01-02 10:55:34 +0000 |
commit | 67aea68e97a3e771d52d2c7c596785b6016b2379 (patch) | |
tree | 33641ab03207c48c410406de7952357a7c933fbd /old | |
parent | 2320b98d89e34533dece133622d0bbda3f0c5f8a (diff) | |
download | coreutils-67aea68e97a3e771d52d2c7c596785b6016b2379.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 6 |
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>. |