*** empty log message ***
authorJim Blandy <jimb@red-bean.com>
Wed, 16 Jun 1999 10:18:34 +0000 (10:18 +0000)
committerJim Blandy <jimb@red-bean.com>
Wed, 16 Jun 1999 10:18:34 +0000 (10:18 +0000)
libguile/ChangeLog

index bc8178e..d9834ad 100644 (file)
@@ -1,5 +1,11 @@
-1999-06-16  Jim Blandy  <jimb@zwingli.cygnus.com>
+1999-06-16  Jim Blandy  <jimb@savonarola.red-bean.com>
 
+       * gc.c (scm_mallocated): Just make this signed.
+       (scm_igc): Check for underflow by seeing if this is negative.
+       Much cleaner.
+       * gc.h (scm_mallocated): Fix declaration.
+       (Thanks to Greg Harvey.)
+       
        * ports.h: #include <sys/types.h>, to get a definition for `off_t'.
 
 1999-06-15  Jim Blandy  <jimb@savonarola.red-bean.com>