changeset 5928:a76a212b509d

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Thu, 16 Jun 2005 14:49:31 +0000
parents cb13c1ad85d5
children 1bd98d92c928
files lib/ChangeLog
diffstat 1 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -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>