From 2ca804091406737f9a0507151d2dcabd4049b388 Mon Sep 17 00:00:00 2001 From: bdc Date: Tue, 10 Aug 1999 18:18:00 +0000 Subject: [PATCH] Switch from martigny to zurich --- Makefile.in | 4 ++-- README | 4 ++-- README.s48-0.36 | 4 ++-- RELEASE | 6 +++--- big/thread.scm | 2 +- doc/call-back.txt | 4 ++-- doc/install.s48-0.36.txt | 2 +- doc/install.txt | 2 +- doc/scsh-paper.ps | 2 +- doc/scsh-paper.tex | 2 +- env/command.scm | 2 +- misc/shift-reset.scm | 2 +- unix.c | 4 ++-- 13 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Makefile.in b/Makefile.in index 0e425c3..980049b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -147,9 +147,9 @@ enough: $(VM) $(IMAGE) script $(LIBCIG) scsh $(LIBSCSH) $(MANPAGE) .notify touch .notify -echo SCSH 0.`cat $(srcdir)/scsh/minor-version-number` \ Scheme48 0.`cat $(srcdir)/minor-version-number` infestation. \ - | mail scheme-48-notifications@martigny.ai.mit.edu + | mail scheme-48-notifications@zurich.ai.mit.edu -echo Another scsh 0.`cat $(srcdir)/scsh/minor-version-number` \ - infestation. | mail scsh-notifications@martigny.ai.mit.edu + infestation. | mail scsh-notifications@zurich.ai.mit.edu # This says how to process .scm files with cig to make .c stubs. .SUFFIXES: .scm diff --git a/README b/README index ab40ad5..e4de23d 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ Copyright (c) 1994 Brian D. Carlstrom See file COPYING for copying information. -Please report bugs to scsh-bugs@martigny.ai.mit.edu, and include +Please report bugs to scsh-bugs@zurich.ai.mit.edu, and include the version number in your message. Installation instructions in file INSTALL. @@ -16,7 +16,7 @@ Recent changes are listed in file NEWS. Known bugs and things to do in the future are listed in TODO. -Send mail to scsh-request@martigny.ai.mit.edu to be put on a +Send mail to scsh-request@zurich.ai.mit.edu to be put on a mailing list for announcements, discussion, bug reports, and bug fixes. diff --git a/README.s48-0.36 b/README.s48-0.36 index 6706e91..a953c31 100644 --- a/README.s48-0.36 +++ b/README.s48-0.36 @@ -3,7 +3,7 @@ Copyright (c) 1993, 1994 Richard Kelsey and Jonathan Rees. See file COPYING for copying information. -Please report bugs to scheme48-bugs@martigny.ai.mit.edu, and include +Please report bugs to scheme48-bugs@zurich.ai.mit.edu, and include the version number in your message. Installation instructions in file INSTALL. @@ -14,7 +14,7 @@ Recent changes are listed in file NEWS. Known bugs and things to do in the future are listed in TODO. -Send mail to scheme-48-request@martigny.ai.mit.edu to be put on a +Send mail to scheme-48-request@zurich.ai.mit.edu to be put on a mailing list for announcements, discussion, bug reports, and bug fixes. diff --git a/RELEASE b/RELEASE index b1738e0..7979cbf 100644 --- a/RELEASE +++ b/RELEASE @@ -108,18 +108,18 @@ about it. * Getting in touch ================== There are two main ways to join in scsh-related discussion: the mailing-list - scsh@martigny.ai.mit.edu + scsh@zurich.ai.mit.edu and the netnews group comp.lang.scheme.scsh These two forums are exactly equivalent, being bi-directionally gatewayed at MIT. Bugs can be reported to - scsh-bugs@martigny.ai.mit.edu + scsh-bugs@zurich.ai.mit.edu If you do not receive the alt netnews hierarchy, or wish to join the mailing list for other reasons, send mail to - scsh-request@martigny.ai.mit.edu + scsh-request@zurich.ai.mit.edu * The World-Wide What? diff --git a/big/thread.scm b/big/thread.scm index caf26d5..a25832e 100644 --- a/big/thread.scm +++ b/big/thread.scm @@ -14,7 +14,7 @@ ; - uid - no semantic content. ; Date: Mon, 31 Aug 92 18:17:23 -0400 -; From: "Guillermo J. Rozas" +; From: "Guillermo J. Rozas" ; ; 1: Instead of requesting a periodic timer interrupt from the system, ; request one-shot interrupts, and re-request at the end of each throw diff --git a/doc/call-back.txt b/doc/call-back.txt index 69ddd2e..a3e02fd 100644 --- a/doc/call-back.txt +++ b/doc/call-back.txt @@ -1,7 +1,7 @@ Date: Fri, 25 Jun 93 13:31:50 -0400 -From: Jonathan Rees +From: Jonathan Rees To: sheldon@lcs.mit.edu -Cc: jar@martigny.ai.mit.edu +Cc: jar@zurich.ai.mit.edu Subject: call-back Message-Id: <9306251331.aa11673@mintaka.lcs.mit.edu> diff --git a/doc/install.s48-0.36.txt b/doc/install.s48-0.36.txt index 82653ec..93cf1e9 100644 --- a/doc/install.s48-0.36.txt +++ b/doc/install.s48-0.36.txt @@ -6,7 +6,7 @@ Here are some remarks to complement what's in the INSTALL file. When running "make", don't worry if the ".notify" target fails. Its only purpose is to send an email message to -scheme-48-notifications@martigny.ai.mit.edu, so that we can get a +scheme-48-notifications@zurich.ai.mit.edu, so that we can get a rough idea of how much Scheme 48 is being used and by whom. We promise not to use your name or email address for any commercial purpose. If you don't want us to know, just do "make -t .notify" diff --git a/doc/install.txt b/doc/install.txt index b9810c4..39dd2e0 100644 --- a/doc/install.txt +++ b/doc/install.txt @@ -26,7 +26,7 @@ scsh/generic which you can copy as a base to modify. The modifications mainly involve pulling some constants in from C header files and hacking a few lines of C based on your standard I/O internals. I know, its C and all, together we can survive. If you need some hand holding, feel free -to write to the scsh mailing list at scsh@martigny.ai.mit.edu. +to write to the scsh mailing list at scsh@zurich.ai.mit.edu. stdio_dep.c: This is the one C file you have to actually deal with. The code in here diff --git a/doc/scsh-paper.ps b/doc/scsh-paper.ps index dc9251b..68a0388 100644 --- a/doc/scsh-paper.ps +++ b/doc/scsh-paper.ps @@ -3522,7 +3522,7 @@ Fr(,)j(17\(10\):685\261700,)e(October)1047 2987 y(1987.)299 Fo(MIT)h(Scheme)f(Refer)n(ence)f(Manual.)911 3554 y Fr(MIT)55 b(Arti\256cial)e(Intelligence)e(Laboratory)i(T)-8 b(echnical)52 b(Report)1047 3666 y(1281,)42 b(January)e(1991.)e(\(Also)h(URL)g -Fn(http://martigny.ai.)1047 3779 y(mit.edu/emacs-html.local/)o(sche)o(me)p +Fn(http://zurich.ai.)1047 3779 y(mit.edu/emacs-html.local/)o(sche)o(me)p 2539 3779 29 4 v 28 w(toc.html)p Fr(\))299 4120 y([Nelson])263 b(Gr)n(eg)22 b(Nelson,)g(ed.)911 4233 y Fo(Systems)f(Pr)n(ogramming)g(with)i (Modula-3.)911 4346 y Fr(Pr)n(entice)f(Hall,)f(Englewood)h(Clif)n(fs,)g(New)h diff --git a/doc/scsh-paper.tex b/doc/scsh-paper.tex index b8b761b..3d0dd36 100644 --- a/doc/scsh-paper.tex +++ b/doc/scsh-paper.tex @@ -1794,7 +1794,7 @@ the unix-haters list helped a great deal to maintain my perspective. MIT Artificial Intelligence Laboratory Technical Report 1281, January 1991. (Also URL - {\tt http://martigny\.ai\.mit\.edu\=emacs-html\.local\=scheme\_toc.html}) +` {\tt http://zurich\.ai\.mit\.edu\=emacs-html\.local\=scheme\_toc.html}) \Bibitem[Nelson]{Nelson} Greg Nelson, ed. \\ {\em Systems Programming with Modula-3.} \\ diff --git a/env/command.scm b/env/command.scm index f3e1e40..0281c22 100644 --- a/env/command.scm +++ b/env/command.scm @@ -569,7 +569,7 @@ (newline port) (write-line "Copyright (c) 1993, 1994 by Richard Kelsey and Jonathan Rees." port) - (write-line "Please report bugs to scheme-48-bugs@martigny.ai.mit.edu." + (write-line "Please report bugs to scheme-48-bugs@zurich.ai.mit.edu." port) (if (not (batch-mode?)) (write-line "Type ,? (comma question-mark) for help." port)))) diff --git a/misc/shift-reset.scm b/misc/shift-reset.scm index 29b86b3..3e6bd58 100644 --- a/misc/shift-reset.scm +++ b/misc/shift-reset.scm @@ -2,7 +2,7 @@ ;Date: Wed, 29 Dec 1993 13:54:52 +0100 ;From: Olivier Danvy -;To: jar@martigny.ai.mit.edu +;To: jar@zurich.ai.mit.edu ;Subject: little Christmas gift ;Reply-To: danvy@daimi.aau.dk ; diff --git a/unix.c b/unix.c index 2d36605..f5fdb76 100644 --- a/unix.c +++ b/unix.c @@ -3,7 +3,7 @@ /* If you have concrete suggestions for improvements, they are quite - welcome. Please send them to scheme-48-bugs@martigny.ai.mit.edu. + welcome. Please send them to scheme-48-bugs@zurich.ai.mit.edu. Non-Posixisms: @@ -199,7 +199,7 @@ char_ready_p( FILE* stream ) if (stream->_r) return 1; #else - /* Add new cases here AND SEND THEM TO scheme-48@martigny.ai.mit.edu + /* Add new cases here AND SEND THEM TO scheme-48@zurich.ai.mit.edu SO THAT THEY CAN GO INTO THE NEXT RELEASE! (That means you, Olin.) It's generally pretty easy to figure out what to put here by examining /usr/include/stdio.h. If the input stream's buffer is