From: Jim Meyering Date: Thu, 16 Jun 2005 14:49:31 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2268163d2f717ae991aaa9721df0764fc5263dda;p=pspp *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 7849becff8..9912962563 100644 --- 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