summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--THANKS2
-rw-r--r--libguile/ChangeLog3
2 files changed, 5 insertions, 0 deletions
diff --git a/THANKS b/THANKS
index 81d2e51ca..f7257e90b 100644
--- 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
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index 88fce90d1..a81363079 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -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.