Drop email addresses

To avoid spam.
This commit is contained in:
Lassi Kortela 2023-03-11 23:16:29 +02:00
parent 6a66eb57d3
commit c2db9f3577
3 changed files with 5 additions and 6 deletions

View File

@ -50,7 +50,7 @@ from swiss-ftp.ai.mit.edu [18.43.0.246].<BR>
</P>
<P>Galapagos is built over the SCM interpreter version 4e4 written by Aubrey
Jaffer &lt;jaffer@ai.mit.edu&gt;.<BR>
Jaffer.<BR>
<BR>
<BR>
</P>

View File

@ -56,16 +56,15 @@ in <B>Topics in Advanced Language Implementation</B>, edited by Peter Lee. </LI>
<LI>The Programmers:
<P>
<UL>
<LI><A href="http://www.cs.bgu.ac.il/~elad">Elad's Spot on the Web</A> &lt;<TT><A href="mailto:elad@cs.bgu.ac.il">elad@cs.bgu.ac.il</A></TT>&gt;</LI>
<LI><A href="http://www.cs.bgu.ac.il/~elad">Elad's Spot on the Web</A></LI>
<P>
<LI><A href="http://www.cs.bgu.ac.il/~tebeka">Miki's Terrible Homepage</A> &lt;<TT><A href="mailto:tebeka@cs.bgu.ac.il">tebeka@cs.bgu.ac.il</A></TT>&gt;</LI>
<LI><A href="http://www.cs.bgu.ac.il/~tebeka">Miki's Terrible Homepage</A></LI>
<P></UL>
<LI>The Advisor:
<P>
<UL>
<LI><A href="http://www.cs.bgu.ac.il/~elhadad">Dr. Michael Elhadad</A>
&lt;<TT><A href="mailto:elhadad@cs.bgu.ac.il">elhadad@cs.bgu.ac.il</A></TT>&gt;</LI>
<LI><A href="http://www.cs.bgu.ac.il/~elhadad">Dr. Michael Elhadad</A></LI>
</UL>
</UL>

View File

@ -97,7 +97,7 @@ in detail in the section dealing with garbage collection.<BR>
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 &quot;SCHEME IN ONE DEFUN, BUT IN C THIS TIME&quot;,
by George J Carrette &lt;gjc@world.std.com&gt;. <BR>
by George J Carrette.<BR>
</P>
<P>SCM uses a conservative Mark &amp; Sweep garbage collector (GC). All