* safe-read.c: (safe_read): Also exit the loop when read returns zero.
authorJim Meyering <jim@meyering.net>
Sun, 1 Dec 2002 21:40:23 +0000 (21:40 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 1 Dec 2002 21:40:23 +0000 (21:40 +0000)
(CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.

lib/ChangeLog

index 68b5ed93925c8b3fcdf07d7c6435bca2f7f2c94b..2beb6d8ada44483a3cacb3e56152d674837c9f8f 100644 (file)
@@ -1,3 +1,8 @@
+2002-12-01  Jim Meyering  <jim@meyering.net>
+
+       * safe-read.c: (safe_read): Also exit the loop when read returns zero.
+       (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
+
 2002-11-27  Paul Eggert  <eggert@twinsun.com>
 
        * hash.c (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,