*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 16 Jun 2005 14:49:31 +0000 (14:49 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 16 Jun 2005 14:49:31 +0000 (14:49 +0000)
lib/ChangeLog

index 7849bec..9912962 100644 (file)
@@ -1,8 +1,13 @@
+2005-06-16  Jim Meyering  <jim@meyering.net>
+
+       * calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
+       when either N or S is zero.
+
 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
 
        * argp.h (__option_is_short): Check upper limit of
-       __key. Isprint() requires its argument to have the value 
-        of an unsigned char or EOF.
+       __key. Isprint() requires its argument to have the value
+       of an unsigned char or EOF.
 
 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>