* xmalloc.c (HAVE_GNU_CALLOC): New constant.
[pspp] / lib / ChangeLog
index 9912962563a88321d7f81e731e53b9aa6fb5bad4..cffd88ee0531f189d01b922a6c0cad4486b97e88 100644 (file)
@@ -1,3 +1,9 @@
+2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * xmalloc.c (HAVE_GNU_CALLOC): New constant.
+       (xcalloc): Use it to avoid needless tests.
+       Problem reported by Jim Meyering.
+
 2005-06-16  Jim Meyering  <jim@meyering.net>
 
        * calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)