From c2db9f3577e3fc67f438f37261f12df15a38cfce Mon Sep 17 00:00:00 2001 From: Lassi Kortela Date: Sat, 11 Mar 2023 23:16:29 +0200 Subject: [PATCH] Drop email addresses To avoid spam. --- www/background.html | 2 +- www/bib.html | 7 +++---- www/implementation.html | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/www/background.html b/www/background.html index f606cb2..67af498 100644 --- a/www/background.html +++ b/www/background.html @@ -50,7 +50,7 @@ from swiss-ftp.ai.mit.edu [18.43.0.246].

Galapagos is built over the SCM interpreter version 4e4 written by Aubrey -Jaffer <jaffer@ai.mit.edu>.
+Jaffer.


diff --git a/www/bib.html b/www/bib.html index 52609ac..78dd042 100644 --- a/www/bib.html +++ b/www/bib.html @@ -56,16 +56,15 @@ in Topics in Advanced Language Implementation, edited by Peter Lee.
  • The Programmers:

  • The Advisor:

    diff --git a/www/implementation.html b/www/implementation.html index 822f9b9..1259267 100644 --- a/www/implementation.html +++ b/www/implementation.html @@ -97,7 +97,7 @@ in detail in the section dealing with garbage collection.
    then discuss the modifications done to adapt it to Galapagos's multithreading computations. It should be noted that the garbage collector used is a portable garbage collector taken from "SCHEME IN ONE DEFUN, BUT IN C THIS TIME", -by George J Carrette <gjc@world.std.com>.
    +by George J Carrette.

    SCM uses a conservative Mark & Sweep garbage collector (GC). All