diff options
author | Jim Meyering <jim@meyering.net> | 2002-09-17 22:06:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-09-17 22:06:28 +0000 |
commit | 78dfee94cb37cd1f678f8941a7d278544b7cbf91 (patch) | |
tree | fab3a4059db3a59170d67b9dc44f2b056bccd622 | |
parent | b8da58cdac9fa7a40551e9744ddd7d9bb44ddd93 (diff) | |
download | coreutils-78dfee94cb37cd1f678f8941a7d278544b7cbf91.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -1,7 +1,23 @@ -2002-09-15 Jim Meyering <meyering@lucent.com> +2002-09-18 Jim Meyering <meyering@lucent.com> * Version 4.5.2. + `od -t x8' used the wrong (`l'-prefixed) printf format. + Likewise for the o8 and u8 formats. + * src/od.c (ISPEC_TO_FORMAT): Define macro. + (decode_one_format): Use PRIdMAX, PRIoMAX, etc. for LONG_LONG. + Reported by Arun Sharma. + +2002-09-17 Jim Meyering <meyering@lucent.com> + + * src/sys2.h (PRIdMAX, PRIoMAX, PRIuMAX, PRIxMAX): Define if necessary. + From gettext's intl/loadmsgcat.c. + + * tests/od/x8: New file/test, for the above fix. + * tests/od/Makefile.am (TESTS): Add x8. + +2002-09-15 Jim Meyering <meyering@lucent.com> + * Use autoconf-2.54. Regenerate dependent files. * src/csplit.c (get_format_width): Add cast to avoid |