summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Djurfeldt <djurfeldt@nada.kth.se>2000-09-10 19:11:28 +0000
committerMikael Djurfeldt <djurfeldt@nada.kth.se>2000-09-10 19:11:28 +0000
commit370646da5b9eb110eb05a694f8a6cfc3439496ad (patch)
tree077db053181f1262d95060cabda69136a0dc179d
parentc64d02c59aa44ff49e9b8bf4385b06dd3a23e675 (diff)
downloadguile-370646da5b9eb110eb05a694f8a6cfc3439496ad.tar.gz
*** empty log message ***
-rw-r--r--THANKS1
-rw-r--r--libguile/ChangeLog7
2 files changed, 7 insertions, 1 deletions
diff --git a/THANKS b/THANKS
index 72ae423a5..c209cf8f1 100644
--- a/THANKS
+++ b/THANKS
@@ -20,3 +20,4 @@ For fixes or providing information which led to a fix:
Han-Wen Nienhuys
William Webber
Dale P. Smith
+ Ralf Mattes
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index c842de20f..54ecd6488 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -1,3 +1,8 @@
+2000-09-10 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
+
+ * symbols.c (scm_gensym): Bugfixed my previous bugfix. (Thanks to
+ Dale P. Smith.)
+
2000-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
* eval.c (SCM_APPLY): Fixed bugs in the applicable-smob calls.
@@ -18,7 +23,7 @@
2000-09-05 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
* symbols.c (scm_gensym): Check that argument is a symbol, not a
- string. (Thanks to rm@mamma.varadinet.de.)
+ string. (Thanks to Ralf Mattes.)
2000-09-05 Marius Vollmer <mvo@zagadka.ping.de>