*** empty log message ***
authorKevin Ryde <user42@zip.com.au>
Mon, 16 Feb 2004 00:51:17 +0000 (00:51 +0000)
committerKevin Ryde <user42@zip.com.au>
Mon, 16 Feb 2004 00:51:17 +0000 (00:51 +0000)
libguile/ChangeLog

index 5b7a297..ac5ac57 100644 (file)
@@ -1,5 +1,8 @@
 2004-02-16  Kevin Ryde  <kevin@swox.se>
 
+       * gc-malloc.c (scm_done_malloc, scm_done_free): Allow negative sizes,
+       which were permitted in the past for these.
+
        * num2float.i.c (NUM2FLOAT): Expand isfinite to !xisinf, as per
        previous change to numbers.c.