From 886979b6fc6666459f49c5b81eee457bc6754204 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 23 Sep 2005 20:14:01 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c2c69b1d00..bfd693724c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2005-09-23 Jim Meyering + + * Version 5.3.1-cvs. + + * src/od.c: Use `verify' to ensure that our hard-coded + bytes_to_*_digits arrays are long enough. Of course, 17+-byte + integral types aren't on the near horizon, but just in case... + (MAX_INTEGRAL_TYPE_SIZE): Move definition to precede new first use. + (bytes_to_oct_digits, bytes_to_signed_dec_digits): + (bytes_to_unsigned_dec_digits, bytes_to_hex_digits): Change base + type from `char' to the clearer `unsigned int'. + 2005-09-21 Paul Eggert * src/rmdir.c (EEXIST, ENOTEMPTY): Remove unused macros. @@ -15,8 +27,6 @@ 2005-09-21 Jim Meyering - * Version 5.3.1-cvs. - * tests/install/basic-1: Require that this test be run as non-root. Otherwise, it fails due to the fact that the chmod 0 . doesn't affect root. -- 2.47.3