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