# HG changeset patch # User Jim Meyering # Date 1118933371 0 # Node ID a76a212b509da237b19dfaefbca66876f7a52c46 # Parent cb13c1ad85d57835c7b40a0fb8513c3c6e66b9c8 *** empty log message *** diff --git a/lib/ChangeLog b/lib/ChangeLog --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,8 +1,13 @@ +2005-06-16 Jim Meyering + + * 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 * 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