From 78dfee94cb37cd1f678f8941a7d278544b7cbf91 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 17 Sep 2002 22:06:28 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0d0b8907ad..f890bcf02e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,23 @@ -2002-09-15 Jim Meyering +2002-09-18 Jim Meyering * 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 + + * 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 + * Use autoconf-2.54. Regenerate dependent files. * src/csplit.c (get_format_width): Add cast to avoid -- 2.47.2