*** empty log message ***
authorMichael Livshin <mlivshin@bigfoot.com>
Thu, 17 Aug 2000 20:46:22 +0000 (20:46 +0000)
committerMichael Livshin <mlivshin@bigfoot.com>
Thu, 17 Aug 2000 20:46:22 +0000 (20:46 +0000)
THANKS
libguile/ChangeLog

diff --git a/THANKS b/THANKS
index 81d2e51..f7257e9 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -7,6 +7,8 @@ The Guile maintainer committee consists of
 
 Contributors since the last release:
 
+       Greg Harvey
+
 For fixes or providing information which led to a fix:
 
         Ian Bicking
index 88fce90..a813630 100644 (file)
@@ -1,6 +1,9 @@
 2000-08-17  Michael Livshin  <mlivshin@bigfoot.com>
 
        this changes the Guile GC to use cards (aka "chunklets").
+       (most of the ideas and some of the code are by Greg Harvey, though 
+       the code is probably unrecognizable now.  the original chunklet
+       proposal, way back, is by Dale Jordan).
 
        * tags.h: (SCM_GCTYPE16, SCM_GCCDR, SCM_GC[8]MARKP,
        SCM_SETGC[8]MARK, SCM_CLRGC[8]MARK): moved from here into gc.h.