summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-09-23 20:14:01 +0000
committerJim Meyering <jim@meyering.net>2005-09-23 20:14:01 +0000
commit886979b6fc6666459f49c5b81eee457bc6754204 (patch)
tree1927c51cf6a0d769951eda5ede285893b967cef4
parentd3e8a40be3c65eb314b27e8061e14f93edf147f4 (diff)
downloadcoreutils-886979b6fc6666459f49c5b81eee457bc6754204.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog14
1 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c2c69b1d0..bfd693724 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2005-09-23 Jim Meyering <jim@meyering.net>
+
+ * 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 <eggert@cs.ucla.edu>
* src/rmdir.c (EEXIST, ENOTEMPTY): Remove unused macros.
@@ -15,8 +27,6 @@
2005-09-21 Jim Meyering <jim@meyering.net>
- * 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.