Change program name to MIT/GNU Scheme.
authorChris Hanson <org/chris-hanson/cph>
Fri, 14 Feb 2003 18:48:13 +0000 (18:48 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 14 Feb 2003 18:48:13 +0000 (18:48 +0000)
52 files changed:
v7/src/Clean.sh
v7/src/README.txt
v7/src/Setup.sh
v7/src/Tags.sh
v7/src/compiler/Clean.sh
v7/src/compiler/README
v7/src/compiler/Setup.sh
v7/src/compiler/Stage.sh
v7/src/compiler/Tags.sh
v7/src/edwin/Clean.sh
v7/src/edwin/schmod.scm
v7/src/etc/Clean.sh
v7/src/etc/Setup.sh
v7/src/etc/Stage.sh
v7/src/etc/Tags.sh
v7/src/etc/compile.scm
v7/src/microcode/Clean.sh
v7/src/microcode/Setup.sh
v7/src/microcode/avltree.c
v7/src/microcode/avltree.h
v7/src/microcode/bchmmg.c
v7/src/microcode/boot.c
v7/src/microcode/cmpauxmd/makefile
v7/src/microcode/ntgui.c
v7/src/microcode/ntio.c
v7/src/microcode/ntscmlib.h
v7/src/microcode/ntscreen.c
v7/src/microcode/nttop.c
v7/src/microcode/nttrap.c
v7/src/microcode/ntutl/config.bat
v7/src/microcode/ntutl/ntgui.rc
v7/src/microcode/ntutl/scheme16.c
v7/src/microcode/ntutl/scheme16.def
v7/src/microcode/ntutl/scheme16.mak
v7/src/microcode/ntutl/scheme31.c
v7/src/microcode/ntutl/scheme31.def
v7/src/microcode/ntutl/scheme32.c
v7/src/microcode/ntutl/scheme32.def
v7/src/microcode/ntutl/setenv.bat
v7/src/microcode/ntutl/wconfig.bat
v7/src/microcode/os2pm.scm
v7/src/microcode/os2pmcon.c
v7/src/microcode/os2utl/config.cmd
v7/src/runtime-check/Clean.sh
v7/src/runtime-check/Setup.sh
v7/src/runtime/dragon4.scm
v7/src/runtime/mit-syntax.scm
v7/src/runtime/syntax-transforms.scm
v7/src/swat/c/widget-c-mit.c
v7/src/swat/scheme/baseobj.scm
v7/src/swat/scheme/mit-xhooks.scm
v7/src/win32/dibutils/dibutils.rc

index de96f00e8ab46bb3f90b9d69c10c26401cf115bf..cb3d7198cbe3ba1bb938d1073501982b338014fb 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/sh
 #
-# $Id: Clean.sh,v 1.6 2003/02/14 18:28:00 cph Exp $
+# $Id: Clean.sh,v 1.7 2003/02/14 18:48:11 cph Exp $
 #
-# Copyright (c) 2000 Massachusetts Institute of Technology
+# Copyright 2000 Massachusetts Institute of Technology
 #
 # This file is part of MIT/GNU Scheme.
 #
@@ -21,7 +21,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
-# Utility for cleaning up MIT Scheme build directories.
+# Utility for cleaning up MIT/GNU Scheme build directories.
 # The working directory must be the top-level source directory.
 
 if [ $# -le 1 ]; then
index 4bc006acefa084c1331eeb3192ee7d0d918f77b3..38b7602f47cc89d75bae2a6dc7701e6c9d10baba 100644 (file)
@@ -1,11 +1,11 @@
-Structure and construction of the MIT Scheme source tree
+Structure and construction of the MIT/GNU Scheme source tree
 
-$Id: README.txt,v 1.2 2001/02/23 16:16:38 cph Exp $
+$Id: README.txt,v 1.3 2003/02/14 18:48:11 cph Exp $
 
 Directories
 ===========
 
-MIT Scheme is a large program consisting of many subdirectories.
+MIT/GNU Scheme is a large program consisting of many subdirectories.
 These subdirectories can be further grouped together into rough
 functional subsystems.
 
@@ -33,9 +33,10 @@ The compiler subsystem consists of these three directories:
 
 * "sf" contains a program that translates Scheme source code to an
   internal binary format called SCode.  SCode is the internal
-  representation used by the MIT Scheme interpreter.  The "sf" program
-  also performs a handful of optimizations, such as user-directed beta
-  substitution and early binding of known variables such as CAR.
+  representation used by the MIT/GNU Scheme interpreter.  The "sf"
+  program also performs a handful of optimizations, such as
+  user-directed beta substitution and early binding of known variables
+  such as CAR.
 
 * "compiler" contains the native-code compiler.  This program
   translates SCode to machine-language instructions.
@@ -68,8 +69,8 @@ contain may not work:
 
 * "pcsample" contains a profiling extension.
 
-* "swat" contains an extension that interfaces MIT Scheme to the Tk
-  graphical toolkit.
+* "swat" contains an extension that interfaces MIT/GNU Scheme to the
+  Tk graphical toolkit.
 
 * "wabbit" contains program for finding all of the objects that
   contain pointers to a given object.
@@ -77,7 +78,7 @@ contain may not work:
 Building from source on unix systems
 ====================================
 
-Building MIT Scheme from the CVS sources is a multi-stage process.
+Building MIT/GNU Scheme from the CVS sources is a multi-stage process.
 The system has been designed around a number of "build states" and
 specific commands that move the system from one build state to
 another.  These are the build states, ordered from least to most
index f828c317ef4d5f747594d3500eef7aea0153b684..2bdf1340f847200fdcb348c1e66697623e9957c7 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/sh
 #
-# $Id: Setup.sh,v 1.9 2003/02/14 18:28:00 cph Exp $
+# $Id: Setup.sh,v 1.10 2003/02/14 18:48:11 cph Exp $
 #
-# Copyright (c) 2000 Massachusetts Institute of Technology
+# Copyright 2000 Massachusetts Institute of Technology
 #
 # This file is part of MIT/GNU Scheme.
 #
@@ -21,7 +21,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
-# Utility to set up the MIT Scheme build directories.
+# Utility to set up the MIT/GNU Scheme build directories.
 # The working directory must be the top-level source directory.
 
 if [ ! -x configure ]; then
index 0432787e51c19a33d5480958c9d945f26b319935..b50a60d31571abdbc6007c8cbfe2c720a64bf143 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/sh
 #
-# $Id: Tags.sh,v 1.3 2003/02/14 18:28:00 cph Exp $
+# $Id: Tags.sh,v 1.4 2003/02/14 18:48:11 cph Exp $
 #
-# Copyright (c) 2000 Massachusetts Institute of Technology
+# Copyright 2000 Massachusetts Institute of Technology
 #
 # This file is part of MIT/GNU Scheme.
 #
@@ -21,7 +21,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
-# Utility to make TAGS files for MIT Scheme build directories.
+# Utility to make TAGS files for MIT/GNU Scheme build directories.
 # The working directory must be the top-level source directory.
 
 for SUBDIR; do
index afe9bf91cefcae18a94a905d536747c31098c510..ce64bb81b9b26db3983bd3ec6a445a20c82ae7cc 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/sh
 #
-# $Id: Clean.sh,v 1.7 2003/02/14 18:28:00 cph Exp $
+# $Id: Clean.sh,v 1.8 2003/02/14 18:48:11 cph Exp $
 #
-# Copyright (c) 2000, 2001 Massachusetts Institute of Technology
+# Copyright 2000,2001,2003 Massachusetts Institute of Technology
 #
 # This file is part of MIT/GNU Scheme.
 #
@@ -21,8 +21,8 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
-# Utility for cleaning up the MIT Scheme runtime-check directory.
-# The working directory must be the runtime-check directory.
+# Utility for cleaning up the MIT/GNU Scheme compiler directory.
+# The working directory must be the compiler directory.
 
 if [ $# -ne 1 ]; then
     echo "usage: $0 <command>"
index e1ab4c1264490cd3980d828a6b0f505592a12e0c..43faf6cb2c50a45bdf70030f89115cf9b09c0d11 100644 (file)
@@ -1,5 +1,5 @@
 
-This directory contains LIAR, the MIT Scheme compiler.
+This directory contains LIAR, the MIT/GNU Scheme compiler.
 
 
 Here is a brief summary of the subdirectory contents:
index 060a5a5b591934dd648b22843e1ea33549df4560..d6b78c772210532d595d9b7995ab356e482eb0ea 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/sh
 #
-# $Id: Setup.sh,v 1.5 2003/02/14 18:28:00 cph Exp $
+# $Id: Setup.sh,v 1.6 2003/02/14 18:48:11 cph Exp $
 #
-# Copyright (c) 2000 Massachusetts Institute of Technology
+# Copyright 2000 Massachusetts Institute of Technology
 #
 # This file is part of MIT/GNU Scheme.
 #
@@ -21,7 +21,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
-# Utility to set up the MIT Scheme compiler directory.
+# Utility to set up the MIT/GNU Scheme compiler directory.
 # The working directory must be the compiler directory.
 
 if [ $# -ne 0 ]; then
index 74b43b242ae886f31b1212bb75c1064c9f6136fe..16330085be6ed02200dbedae9791eb36016c9cd5 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/sh
 #
-# $Id: Stage.sh,v 1.4 2003/02/14 18:28:00 cph Exp $
+# $Id: Stage.sh,v 1.5 2003/02/14 18:48:11 cph Exp $
 #
-# Copyright (c) 2000, 2001 Massachusetts Institute of Technology
+# Copyright 2000,2001 Massachusetts Institute of Technology
 #
 # This file is part of MIT/GNU Scheme.
 #
@@ -21,7 +21,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
-# Utility for MIT Scheme compiler staging.
+# Utility for MIT/GNU Scheme compiler staging.
 
 if [ $# -ne 2 ]; then
     echo "usage: $0 <command> <tag>"
index bff09995d90836f2f1700cd00da88f62b5ba134c..a3d54661f9762fbabd7ce7fccaaa082be4ede5f3 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/sh
 #
-# $Id: Tags.sh,v 1.3 2003/02/14 18:28:00 cph Exp $
+# $Id: Tags.sh,v 1.4 2003/02/14 18:48:11 cph Exp $
 #
-# Copyright (c) 2000 Massachusetts Institute of Technology
+# Copyright 2000 Massachusetts Institute of Technology
 #
 # This file is part of MIT/GNU Scheme.
 #
@@ -21,7 +21,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
-# Utility to make TAGS file for the MIT Scheme compiler directory.
+# Utility to make TAGS file for the MIT/GNU Scheme compiler directory.
 # The working directory must be the compiler directory.
 
 etags back/*.scm base/*.scm fggen/*.scm fgopt/*.scm machine/*.scm \
index 6ede11105af1d343d9336421378bd272de7b89f3..cbb2b27b63f33e32a7ef71dbda0ef36965efbb58 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/sh
 #
-# $Id: Clean.sh,v 1.8 2003/02/14 18:28:10 cph Exp $
+# $Id: Clean.sh,v 1.9 2003/02/14 18:48:11 cph Exp $
 #
-# Copyright (c) 2000, 2001, 2002 Massachusetts Institute of Technology
+# Copyright 2000,2001,2002 Massachusetts Institute of Technology
 #
 # This file is part of MIT/GNU Scheme.
 #
@@ -21,7 +21,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
-# Utility for cleaning up the MIT Scheme edwin directory.
+# Utility for cleaning up the MIT/GNU Scheme edwin directory.
 # The working directory must be the edwin directory.
 
 if [ $# -ne 1 ]; then
index fd06587e0366b394a07a3c0a90f6cd8c2313bdb4..568fb3317f67e2a356f5fe1e1b39ec0ff3416a6f 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: schmod.scm,v 1.63 2003/02/14 18:28:13 cph Exp $
+$Id: schmod.scm,v 1.64 2003/02/14 18:48:11 cph Exp $
 
 Copyright 1986,1989,1990,1991,1992,1998 Massachusetts Institute of Technology
 Copyright 2000,2001,2002,2003 Massachusetts Institute of Technology
@@ -167,11 +167,11 @@ The following commands evaluate Scheme expressions:
            (2 RECEIVE)
            (3 DEFINE-RECORD-TYPE)
 
-           ;; MIT Scheme keywords:
+           ;; MIT/GNU Scheme keywords:
            (1 DEFINE-STRUCTURE FLUID-LET LET*-SYNTAX LOCAL-DECLARE
               NAMED-LAMBDA)
 
-           ;; MIT Scheme procedures:
+           ;; MIT/GNU Scheme procedures:
            (0 CALL-WITH-OUTPUT-STRING WITH-OUTPUT-TO-STRING)
            (1 CALL-WITH-APPEND-FILE CALL-WITH-BINARY-APPEND-FILE
               CALL-WITH-BINARY-INPUT-FILE CALL-WITH-BINARY-OUTPUT-FILE
index 452677f516c4b8d0951a93cbb5272b90087b5217..af5911848563c3be277f651ef00f58b7e59e9b2f 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/sh
 #
-# $Id: Clean.sh,v 1.11 2003/02/14 18:28:14 cph Exp $
+# $Id: Clean.sh,v 1.12 2003/02/14 18:48:11 cph Exp $
 #
-# Copyright (c) 2000, 2001, 2002 Massachusetts Institute of Technology
+# Copyright 2000,2001,2002 Massachusetts Institute of Technology
 #
 # This file is part of MIT/GNU Scheme.
 #
@@ -21,7 +21,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
-# Utility for cleaning up an MIT Scheme build directory.
+# Utility for cleaning up an MIT/GNU Scheme build directory.
 # The working directory must be the build directory.
 
 if [ $# -eq 1 ]; then
index fbc7753f4e3f6dff53a7d83af5a3755d293c908b..9d256bd6a844f3277392e5222693a903a1239e12 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/sh
 #
-# $Id: Setup.sh,v 1.8 2003/02/14 18:28:14 cph Exp $
+# $Id: Setup.sh,v 1.9 2003/02/14 18:48:11 cph Exp $
 #
-# Copyright (c) 2000 Massachusetts Institute of Technology
+# Copyright 2000 Massachusetts Institute of Technology
 #
 # This file is part of MIT/GNU Scheme.
 #
@@ -21,7 +21,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
-# Utility to set up an MIT Scheme build directory.
+# Utility to set up an MIT/GNU Scheme build directory.
 # The working directory must be the build directory.
 
 if [ $# -ne 0 ]; then
index 22069bfaa5e0761c3d416fb3420b88d752a90850..fe484752b53edcc2fb7c2dfd597fe655f9628021 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/sh
 #
-# $Id: Stage.sh,v 1.5 2003/02/14 18:28:14 cph Exp $
+# $Id: Stage.sh,v 1.6 2003/02/14 18:48:11 cph Exp $
 #
-# Copyright (c) 2000, 2001 Massachusetts Institute of Technology
+# Copyright 2000,2001 Massachusetts Institute of Technology
 #
 # This file is part of MIT/GNU Scheme.
 #
@@ -21,7 +21,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
-# Utility for MIT Scheme compiler staging.
+# Utility for MIT/GNU Scheme compiler staging.
 
 if [ $# -ne 2 ]; then
     echo "usage: $0 <command> <tag>"
index d202380fd5919a05ff449449ccaf55cddf25e5c6..677570994dfec71fc51d95acea7a70fc1cff5b8f 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/sh
 #
-# $Id: Tags.sh,v 1.3 2003/02/14 18:28:14 cph Exp $
+# $Id: Tags.sh,v 1.4 2003/02/14 18:48:11 cph Exp $
 #
-# Copyright (c) 2000 Massachusetts Institute of Technology
+# Copyright 2000 Massachusetts Institute of Technology
 #
 # This file is part of MIT/GNU Scheme.
 #
@@ -21,7 +21,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
-# Utility to make TAGS file for an MIT Scheme build directory.
+# Utility to make TAGS file for an MIT/GNU Scheme build directory.
 # The working directory must be the build directory.
 
 etags *.scm
index af64c5dd385c52895c8cc8cd72435d7de40ff22d..fe65e7b29801de4c25d13cd71295a1a8c96edd95 100644 (file)
@@ -1,8 +1,8 @@
 #| -*-Scheme-*-
 
-$Id: compile.scm,v 1.6 2003/02/14 18:28:14 cph Exp $
+$Id: compile.scm,v 1.7 2003/02/14 18:48:11 cph Exp $
 
-Copyright (c) 2000-2002 Massachusetts Institute of Technology
+Copyright 2000,2001,2002 Massachusetts Institute of Technology
 
 This file is part of MIT/GNU Scheme.
 
@@ -23,7 +23,7 @@ USA.
 
 |#
 
-;;;; Program to compile MIT Scheme.
+;;;; Program to compile MIT/GNU Scheme.
 
 ;;; This compiles the part of the system written in Scheme.
 ;;; The part written in C is compiled using "make".
index 7bf3b40c4e829350ce86841673416c84c95b44be..47a244f0f9dd1ac67d32b9900e93027902b960d8 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/sh
 #
-# $Id: Clean.sh,v 1.3 2003/02/14 18:28:14 cph Exp $
+# $Id: Clean.sh,v 1.4 2003/02/14 18:48:11 cph Exp $
 #
-# Copyright (c) 2000 Massachusetts Institute of Technology
+# Copyright 2000 Massachusetts Institute of Technology
 #
 # This file is part of MIT/GNU Scheme.
 #
@@ -21,7 +21,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
-# Utility for cleaning up the MIT Scheme microcode directory.
+# Utility for cleaning up the MIT/GNU Scheme microcode directory.
 # The working directory must be the microcode directory.
 
 if [ $# -ne 1 ]; then
index f81bfa758d47b065a7c6fec666d2bba1efa712f2..7fd3873cc9d6aa05332c3857c21f4ba4a856c7e3 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/sh
 
-# $Id: Setup.sh,v 1.7 2003/02/14 18:28:14 cph Exp $
+# $Id: Setup.sh,v 1.8 2003/02/14 18:48:11 cph Exp $
 #
-# Copyright (c) 2000 Massachusetts Institute of Technology
+# Copyright 2000 Massachusetts Institute of Technology
 #
 # This file is part of MIT/GNU Scheme.
 #
@@ -21,7 +21,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
-# Program to set up MIT Scheme microcode from CVS for distribution.
+# Program to set up MIT/GNU Scheme microcode from CVS for distribution.
 # Requires `gcc' and `scheme'.
 
 if [ ! -f config.h.in ]; then
index 9c6d1ffea7a16f2a774da1305f02e66e531021b0..199ff50fd0e686c74abff042cd3e767a05dcba7f 100644 (file)
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Id: avltree.c,v 1.7 2003/02/14 18:28:14 cph Exp $
+$Id: avltree.c,v 1.8 2003/02/14 18:48:11 cph Exp $
 
-Copyright (c) 1993-2001 Massachusetts Institute of Technology
+Copyright 1993-2001 Massachusetts Institute of Technology
 
 This file is part of MIT/GNU Scheme.
 
@@ -24,7 +24,7 @@ USA.
 */
 
 /* This file contains the code for a simple AVL tree library.
-   It is used by the MIT Scheme microcode to quickly map
+   It is used by the MIT/GNU Scheme microcode to quickly map
    names to indices into various tables.
  */
 
index 564c3b4890b348f149b40ed32af9d80b9ef72cf0..b7eb8bdc20d25d370fd71baadfb01319fbef0852 100644 (file)
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Id: avltree.h,v 1.6 2003/02/14 18:28:14 cph Exp $
+$Id: avltree.h,v 1.7 2003/02/14 18:48:11 cph Exp $
 
-Copyright (c) 1993, 1999-2001 Massachusetts Institute of Technology
+Copyright 1993, 1999-2001 Massachusetts Institute of Technology
 
 This file is part of MIT/GNU Scheme.
 
@@ -28,7 +28,7 @@ USA.
 
 /* This file contains external declarations for a simple
    AVL tree library.
-   It is used by the MIT Scheme microcode to quickly map
+   It is used by the MIT/GNU Scheme microcode to quickly map
    names to indices into various tables.  */
 
 #include "config.h"
index 4b79246bdff6022ad45910a662a30bc994e1d411..45238bb9e956d61fc3d6e6bba2ae36b7d195c102 100644 (file)
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Id: bchmmg.c,v 9.103 2003/02/14 18:28:15 cph Exp $
+$Id: bchmmg.c,v 9.104 2003/02/14 18:48:11 cph Exp $
 
-Copyright (c) 1987-2000, 2002 Massachusetts Institute of Technology
+Copyright 1987-2000, 2002 Massachusetts Institute of Technology
 
 This file is part of MIT/GNU Scheme.
 
@@ -223,7 +223,7 @@ DEFUN (io_error_retry_p, (operation_name, noise),
           operation_name, (GetLastError ()), noise);
   switch (MessageBox (master_tty_window,
                      &buf[0],
-                     "MIT Scheme garbage-collection problem description",
+                     "MIT/GNU Scheme garbage-collection problem description",
                      (MB_ICONSTOP | MB_ABORTRETRYIGNORE | MB_APPLMODAL)))
   {
     case IDABORT:
@@ -250,12 +250,13 @@ io_error_retry_p (char * operation_name, char * noise)
           "%s: GC file error (code = %d) when manipulating %s.\n"
           "Choose an option (Cancel = Exit Scheme)",
           operation_name, errno, noise);
-  switch (WinMessageBox (HWND_DESKTOP,
-                        NULLHANDLE,
-                        (&buf[0]),
-                        "MIT Scheme garbage-collection problem description",
-                        0,
-                        (MB_ICONHAND | MB_ABORTRETRYIGNORE | MB_APPLMODAL)))
+  switch
+    (WinMessageBox (HWND_DESKTOP,
+                   NULLHANDLE,
+                   (&buf[0]),
+                   "MIT/GNU Scheme garbage-collection problem description",
+                   0,
+                   (MB_ICONHAND | MB_ABORTRETRYIGNORE | MB_APPLMODAL)))
     {
     case MBID_ABORT: return (1);
     case MBID_RETRY: return (0);
index 67bfef68a755298015cc12761e1626b9404a3bf5..e77b6a8e453bab8be90f3b805a1e0b1513e724e9 100644 (file)
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Id: boot.c,v 9.112 2003/02/14 18:28:18 cph Exp $
+$Id: boot.c,v 9.113 2003/02/14 18:48:11 cph Exp $
 
-Copyright (c) 1988-2002 Massachusetts Institute of Technology
+Copyright 1988-2002 Massachusetts Institute of Technology
 
 This file is part of MIT/GNU Scheme.
 
@@ -384,7 +384,7 @@ DEFUN (Start_Scheme, (Start_Prim, File_Name),
   OS_initialize ();
   if (I_Am_Master)
     {
-      outf_console ("MIT Scheme running under %s\n", OS_Variant);
+      outf_console ("MIT/GNU Scheme running under %s\n", OS_Variant);
       OS_announcement ();
       outf_console ("\n");
       outf_flush_console ();
index 48f7a75aebe2fd6a4115ff74c39954ec4174516f..2ab764dc5a8d8825351b807ae763c81ca925ee34 100644 (file)
@@ -1,6 +1,6 @@
-# $Id: makefile,v 1.9 2003/02/14 18:28:25 cph Exp $
+# $Id: makefile,v 1.10 2003/02/14 18:48:12 cph Exp $
 #
-# Copyright (c) 2000 Massachusetts Institute of Technology
+# Copyright 2000 Massachusetts Institute of Technology
 #
 # This file is part of MIT/GNU Scheme.
 #
@@ -19,7 +19,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
-# Makefile for MIT Scheme's i386 compiled-code interface files.
+# Makefile for MIT/GNU Scheme's i386 compiled-code interface files.
 
 EXPANSIONS = i386-nt.asm i386-ntw.asm
 
index 3a68368702a2b6de198b9dc116808555a0682914..c231fd3b2331beac770d43d7f10a20512011add9 100644 (file)
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Id: ntgui.c,v 1.30 2003/02/14 18:28:20 cph Exp $
+$Id: ntgui.c,v 1.31 2003/02/14 18:48:11 cph Exp $
 
-Copyright (c) 1993-2000 Massachusetts Institute of Technology
+Copyright 1993-2000 Massachusetts Institute of Technology
 
 This file is part of MIT/GNU Scheme.
 
@@ -169,7 +169,7 @@ catatonia_trigger (void)
   mes_result = (MessageBox (master_tty_window,
                            "Scheme appears to have become catatonic.\n"
                            "OK to kill it?",
-                           "MIT Scheme",
+                           "MIT/GNU Scheme",
                            (MB_ICONSTOP | MB_OKCANCEL)));
 
   win32_catatonia_block[CATATONIA_BLOCK_COUNTER] = 0;
@@ -761,7 +761,7 @@ TellUser (char * format, ...)
   va_end (arg_ptr);
   return (MessageBox (master_tty_window,
                      ((LPCSTR) &buffer[0]),
-                     ((LPCSTR) "MIT Scheme Win32 Notification"),
+                     ((LPCSTR) "MIT/GNU Scheme Win32 Notification"),
                      (MB_TASKMODAL | MB_ICONINFORMATION
                       | MB_SETFOREGROUND | MB_OK)));
 }
@@ -777,7 +777,7 @@ TellUserEx (int flags, char * format, ...)
   va_end (arg_ptr);
   return (MessageBox (master_tty_window,
                      ((LPCSTR) &buffer[0]),
-                     ((LPCSTR) "MIT Scheme Win32 Notification"),
+                     ((LPCSTR) "MIT/GNU Scheme Win32 Notification"),
                      (MB_TASKMODAL | MB_ICONINFORMATION
                       | MB_SETFOREGROUND | flags)));
 }
index 9f1ba0281e605aab164a4a972e4db1c8c265add2..0b4b7fc25d02d2fea1dea3e856626958ff8c0f01 100644 (file)
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Id: ntio.c,v 1.26 2003/02/14 18:28:20 cph Exp $
+$Id: ntio.c,v 1.27 2003/02/14 18:48:12 cph Exp $
 
-Copyright (c) 1992-2001 Massachusetts Institute of Technology
+Copyright 1992-2001 Massachusetts Institute of Technology
 
 This file is part of MIT/GNU Scheme.
 
@@ -659,7 +659,7 @@ NT_restore_channels (void)
 void
 NT_initialize_channels (void)
 {
-  master_tty_window = (Screen_Create (NULL, "MIT Scheme", SW_SHOWNORMAL));
+  master_tty_window = (Screen_Create (NULL, "MIT/GNU Scheme", SW_SHOWNORMAL));
   if (win32_under_win32s_p ())
     OS_have_select_p = 0;
   else
index e94432da862578a9e958af3e5374db8e694a1665..28d08ae595263dc0ae0a205d158d60afe6e7080a 100644 (file)
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Id: ntscmlib.h,v 1.11 2003/02/14 18:28:20 cph Exp $
+$Id: ntscmlib.h,v 1.12 2003/02/14 18:48:12 cph Exp $
 
-Copyright (c) 1993-1999 Massachusetts Institute of Technology
+Copyright 1993-1999 Massachusetts Institute of Technology
 
 This file is part of MIT/GNU Scheme.
 
@@ -23,7 +23,7 @@ USA.
 
 */
 
-/* MIT Scheme under Windows system-dependent utilities. */
+/* MIT/GNU Scheme under Windows system-dependent utilities. */
 
 #ifndef SCM_NTLIB_H
 
index 78f22fdba3b8305b72675aa06318c27952143cc2..60aa094e9a568cfaca4ac7094e1c8334c546deab 100644 (file)
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Id: ntscreen.c,v 1.49 2003/02/14 18:28:21 cph Exp $
+$Id: ntscreen.c,v 1.50 2003/02/14 18:48:12 cph Exp $
 
-Copyright (c) 1993-2002 Massachusetts Institute of Technology
+Copyright 1993-2002 Massachusetts Institute of Technology
 
 This file is part of MIT/GNU Scheme.
 
@@ -780,7 +780,7 @@ ScreenWndProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
                                "\n"
                                "Really Exit Scheme?")
                             : "OK to close this window?",
-                            "MIT Scheme",
+                            "MIT/GNU Scheme",
                             (MB_ICONQUESTION | MB_OKCANCEL)))
               break;
           }
@@ -2927,7 +2927,7 @@ WriteScreenBlock (HWND hWnd, LPSTR lpBlock_in, int nLength_in)
                  screen->mode_flags |= SCREEN_MODE_NEWLINE_CRS;
                  screen->scroll_lines
                    = (COMPUTE_SCROLL_LINES (screen->height));
-                 SetWindowText (screen->hWnd, "MIT Scheme");
+                 SetWindowText (screen->hWnd, "MIT/GNU Scheme");
                }
                i = j;  /* 1 added in for loop */
                continue;
index b40515c348a42a73cfc59686ee0fcd82932394ca..d27f45dec19dd844bdd306653d54841223df41dc 100644 (file)
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Id: nttop.c,v 1.32 2003/02/14 18:28:21 cph Exp $
+$Id: nttop.c,v 1.33 2003/02/14 18:48:12 cph Exp $
 
-Copyright (c) 1993-2000 Massachusetts Institute of Technology
+Copyright 1993-2000 Massachusetts Institute of Technology
 
 This file is part of MIT/GNU Scheme.
 
@@ -84,8 +84,8 @@ NT_initialize_win32_system_utilities ()
 
   win32_system_utilities_dll = LoadLibrary (dll_name);
   if (win32_system_utilities_dll == NULL) {
-    outf_fatal ("MIT Scheme is unable to find or load %s\n"
-               "This essential MIT Scheme file should be in the\n"
+    outf_fatal ("MIT/GNU Scheme is unable to find or load %s\n"
+               "This essential MIT/GNU Scheme file should be in the\n"
                "same directory as SCHEME.EXE",
                dll_name);
     outf_flush_fatal();
index a1d04853c2d554518f89fb51cfab2af917066c6c..7163a50efe96b5312ee53c6337f61d227c2ceaec 100644 (file)
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Id: nttrap.c,v 1.25 2003/02/14 18:28:21 cph Exp $
+$Id: nttrap.c,v 1.26 2003/02/14 18:48:12 cph Exp $
 
-Copyright (c) 1992-2002 Massachusetts Institute of Technology
+Copyright 1992-2002 Massachusetts Institute of Technology
 
 This file is part of MIT/GNU Scheme.
 
@@ -110,7 +110,7 @@ DEFUN (trap_noise_end, (style), UINT style)
 
   value = (MessageBox (NULL,
                       trap_output,
-                      "MIT Scheme Exception Information",
+                      "MIT/GNU Scheme Exception Information",
                       style));
   free (trap_output);
   trap_output = ((char *) NULL);
@@ -398,7 +398,7 @@ DEFUN (display_exception_information, (info, context, flags),
 #endif /* W32_TRAP_DEBUG */
 
   value = (MessageBox (NULL, &msgbuf[0],
-                      "MIT Scheme Exception Info",
+                      "MIT/GNU Scheme Exception Info",
                       (flags | MB_ICONSTOP)));
   return (value);
 }
@@ -1126,7 +1126,8 @@ DEFUN (tinyexcpdebug, (code, info),
   unsigned long * addr;
   char responsebuf[256], * response;
  
-  if ((MessageBox (NULL, "Debug?", "MIT Scheme Exception Debugger", MB_YESNO))
+  if ((MessageBox
+       (NULL, "Debug?", "MIT/GNU Scheme Exception Debugger", MB_YESNO))
       != IDYES)
     return;
 
index e7fd05613bdba498553ede45e94b7c5d7bcbfcca..fa9ebdbd41a9caacf409ac3f19ac4a721f0d2b48 100644 (file)
@@ -1,9 +1,9 @@
 @echo off
-rem MIT Scheme microcode configuration script for Windows NT
+rem MIT/GNU Scheme microcode configuration script for Windows NT
 rem
-rem Copyright (c) 1993 Massachusetts Institute of Technology
+rem Copyright 1993 Massachusetts Institute of Technology
 rem
-rem $Id: config.bat,v 1.6 1993/09/20 17:07:36 gjr Exp $
+rem $Id: config.bat,v 1.7 2003/02/14 18:48:12 cph Exp $
 rem
 copy cmpintmd\i386.h cmpintmd.h
 copy cmpauxmd\i386-nt.asm cmpauxmd.asm
index 92cea71856e39cfe15eeba7d41d56cad0e240c1d..a2ee73e19346ad546985fbdd464802e3a0605941 100644 (file)
@@ -36,12 +36,12 @@ BEGIN
     BLOCK "040904E4"
     BEGIN
        VALUE "CompanyName", "Artifical Intelligence Lab, MIT"
-       VALUE "FileDescription", "MIT Scheme Microcode"
+       VALUE "FileDescription", "MIT/GNU Scheme Microcode"
        VALUE "FileVersion", MAKEFILEVERSIONSTRING(SCHEME_VERSION,SCHEME_SUBVERSION)
        VALUE "InternalName", "SCHEME"
        VALUE "LegalCopyright", "Copyright Massachusetts Institute of Technology 1993-2000"
        VALUE "OriginalFilename", "SCHEME.EXE"
-       VALUE "ProductName", "MIT Scheme"
+       VALUE "ProductName", "MIT/GNU Scheme"
        VALUE "ProductVersion", SCHEME_RELEASE
     END
   END
index d9220c29b813c39935e8606e4e3e587f7420c626..63256b7832efb327685cf5d15d68f6c13963c58a 100644 (file)
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Id: scheme16.c,v 1.13 2003/02/14 18:28:31 cph Exp $
+$Id: scheme16.c,v 1.14 2003/02/14 18:48:12 cph Exp $
 
-Copyright (c) 1993-1999 Massachusetts Institute of Technology
+Copyright 1993-1999 Massachusetts Institute of Technology
 
 This file is part of MIT/GNU Scheme.
 
@@ -23,7 +23,7 @@ USA.
 
 */
 
-/* MIT Scheme under Windows system utiltities DLL source.
+/* MIT/GNU Scheme under Windows system utiltities DLL source.
    Win16 side of the Win32s version.
  */
 
@@ -45,7 +45,7 @@ TellUser (char FAR * format, ...)
   va_end (arg_ptr);
   return (MessageBox (NULL,
                      ((LPCSTR) &buffer[0]),
-                     ((LPCSTR) "MIT Scheme Win16 Notification"),
+                     ((LPCSTR) "MIT/GNU Scheme Win16 Notification"),
                      (MB_TASKMODAL | MB_ICONINFORMATION | MB_OK)));
 }
 
index 25da88788f50df43284c7afd0c626ae7804ee557..ea9b2084538d8869dfe23e9e3b36190745c07482 100644 (file)
@@ -1,5 +1,5 @@
 LIBRARY                scheme16
-DESCRIPTION    "MIT Scheme Win16 Server for Win32S DLL"
+DESCRIPTION    "MIT/GNU Scheme Win16 Server for Win32S DLL"
 
 EXETYPE                WINDOWS
 
index 8e0264534008f417763533df92c0a74d9f1556c4..07e140e952f1b794dcd5cfa583bd9aa4e6ea27af 100644 (file)
@@ -1,43 +1,27 @@
-### -*- Fundamental -*-
-###
-###    $Id: scheme16.mak,v 1.4 1996/03/23 19:24:14 adams Exp $
-###
-###    Copyright (c) 1996 Massachusetts Institute of Technology
-###
-###    This material as developed by the Scheme project at the
-###    Massachusetts Institute of Technology, Department of
-###    Electrical Engineering and Computer Science.  Permission to
-###    copy this software, to redistribute it, and to use it for any
-###    purpose is granted, subject to the following restrictions and
-###    understandings.
-###
-###    1. Any copy made of this software must include this copyright
-###    notice in full.
-###
-###    2. Users of this software agree to make their best efforts (a)
-###    to return to the MIT Scheme project any improvements or
-###    extensions that they make, so that these may be included in
-###    future releases; and (b) to inform MIT of noteworthy uses of
-###    this software.
-###
-###    3. All materials developed as a consequence of the use of this
-###    software shall duly acknowledge such use, in accordance with
-###    the usual standards of acknowledging credit in academic
-###    research.
-###
-###    4. MIT has made no warrantee or representation that the
-###    operation of this software will be error-free, and MIT is
-###    under no obligation to provide any services, by way of
-###    maintenance, update, or otherwise.
-###
-###    5. In conjunction with products arising from the use of this
-###    material, there shall be no use of the name of the
-###    Massachusetts Institute of Technology nor of any adaptation
-###    thereof in any advertising, promotional, or sales literature
-###    without prior written consent from MIT in each case.
-###
+# -*- Fundamental -*-
+#
+# $Id: scheme16.mak,v 1.5 2003/02/14 18:48:12 cph Exp $
+#
+# Copyright 1996 Massachusetts Institute of Technology
+#
+# This file is part of MIT/GNU Scheme.
+#
+# MIT/GNU Scheme is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
+#
+# MIT/GNU Scheme is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with MIT/GNU Scheme; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
 
-####   Makefile for the 16-bit component of the MIT Scheme Win32 support
+# Makefile for the 16-bit component of the MIT/GNU Scheme Win32 support
 
 all: scheme16.dll
 
index dcf2e5ea12883b9014a406238d977053c58f7a76..c21b3182a5c705ecb71b5360fe1234dcf2a83554 100644 (file)
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Id: scheme31.c,v 1.12 2003/02/14 18:28:31 cph Exp $
+$Id: scheme31.c,v 1.13 2003/02/14 18:48:12 cph Exp $
 
-Copyright (c) 1993-1999 Massachusetts Institute of Technology
+Copyright 1993-1999 Massachusetts Institute of Technology
 
 This file is part of MIT/GNU Scheme.
 
@@ -23,7 +23,7 @@ USA.
 
 */
 
-/* MIT Scheme under Windows system utiltities DLL source.
+/* MIT/GNU Scheme under Windows system utiltities DLL source.
    Win32s (vs. true NT) version.
  */
 
index 016cd535fb9611e0a12bff6f6db418469bb5af97..5e8e9cd32d22ca6ae1bda77f475a3ea01b35f900 100644 (file)
@@ -1,5 +1,5 @@
 LIBRARY                scheme31
-DESCRIPTION    "MIT Scheme Win32S DLL"
+DESCRIPTION    "MIT/GNU Scheme Win32S DLL"
 
 VERSION                0.5
 
index b2e1c63a49a558bc63d0da1b8c9cadc3724d369c..7644bd9fbdde6b0ebe1097d4cc2a27571ccdc736 100644 (file)
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Id: scheme32.c,v 1.19 2003/02/14 18:28:31 cph Exp $
+$Id: scheme32.c,v 1.20 2003/02/14 18:48:12 cph Exp $
 
-Copyright (c) 1993-1999 Massachusetts Institute of Technology
+Copyright 1993-1999 Massachusetts Institute of Technology
 
 This file is part of MIT/GNU Scheme.
 
@@ -23,8 +23,8 @@ USA.
 
 */
 
-/* MIT Scheme under Windows system utiltities DLL source.
-   True NT (vs. Win32s) version 
+/* MIT/GNU Scheme under Windows system utiltities DLL source.
+   True Win32 (vs. Win32s) version 
  */
 
 #include "ntscmlib.h"
index 0228b3ff4d8ec2b6a8dd00ca270766f86bb446cb..4317786cba1b8e65897fa5866bcaeec60cc2a051 100644 (file)
@@ -1,5 +1,5 @@
 LIBRARY                scheme32
-DESCRIPTION    "MIT Scheme Win32 DLL"
+DESCRIPTION    "MIT/GNU Scheme Win32 DLL"
 
 VERSION                0.5
 
index cfad1f1277f78f97a51df8790a79f29d7b3dcbe5..cb783bd266447b2e8f1b18c00b66300c10325896 100644 (file)
@@ -1,9 +1,9 @@
 @echo off
-rem MIT Scheme microcode configuration script for Windows NT
+rem MIT/GNU Scheme microcode configuration script for Windows NT
 rem
-rem Copyright (c) 1993 Massachusetts Institute of Technology
+rem Copyright 1993 Massachusetts Institute of Technology
 rem
-rem $Id: setenv.bat,v 1.1 1993/07/18 20:31:17 gjr Exp $
+rem $Id: setenv.bat,v 1.2 2003/02/14 18:48:12 cph Exp $
 rem
 set path=%path%;c:\usr\lib\masm\bin
 set include=%lib%;c:\usr\lib\masm\include
index 54ffb00272ffca641a8f994f437f87eeff682294..4ea3dada84e89d04d0c895da3aea682f32bc68cd 100644 (file)
@@ -1,9 +1,9 @@
 @echo off
-rem MIT Scheme microcode configuration script for Win32 / Watcom C
+rem MIT/GNU Scheme microcode configuration script for Win32 / Watcom C
 rem
-rem Copyright (c) 1995-96 Massachusetts Institute of Technology
+rem Copyright 1995-96 Massachusetts Institute of Technology
 rem
-rem $Id: wconfig.bat,v 1.3 1996/10/08 01:32:34 cph Exp $
+rem $Id: wconfig.bat,v 1.4 2003/02/14 18:48:12 cph Exp $
 rem
 copy cmpintmd\i386.h cmpintmd.h
 copy cmpauxmd\i386-ntw.asm cmpauxmd.asm
index 2394b04f49ebd1ea21f408c35bfa046c2771da54..f5678ab5ce08ddbec12677d5edca5c1497732384 100644 (file)
@@ -1,8 +1,8 @@
 #| -*-Scheme-*-
 
-$Id: os2pm.scm,v 1.14 2003/02/14 18:28:22 cph Exp $
+$Id: os2pm.scm,v 1.15 2003/02/14 18:48:12 cph Exp $
 
-Copyright (c) 1995-1999, 2001, 2002 Massachusetts Institute of Technology
+Copyright 1995-1999, 2001, 2002 Massachusetts Institute of Technology
 
 This file is part of MIT/GNU Scheme.
 
@@ -689,21 +689,22 @@ USA.
 
 Copyright (c) ~A Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 ")
index d29eb9e2fa0ea2716fb2e863704193af3a569dec..f03c8b7b1f83836f89a9a0276fb7fb1ece09bba1 100644 (file)
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Id: os2pmcon.c,v 1.28 2003/02/14 18:28:22 cph Exp $
+$Id: os2pmcon.c,v 1.29 2003/02/14 18:48:12 cph Exp $
 
-Copyright (c) 1994-2000 Massachusetts Institute of Technology
+Copyright 1994-2000 Massachusetts Institute of Technology
 
 This file is part of MIT/GNU Scheme.
 
@@ -427,10 +427,9 @@ process_events (int blockp)
                  case IDM_ABOUT:
                    (void) WinMessageBox
                      (HWND_DESKTOP, NULLHANDLE,
-                      "This is MIT Scheme Release "
+                      "This is MIT/GNU Scheme Release "
                       SCHEME_RELEASE
-                      ", brought to you by the MIT Scheme Team.\n",
-                      "The Uncommon Lisp", 0, MB_OK);
+                      ", the Uncommon Lisp", 0, MB_OK);
                    break;
                  }
              }
index 456bc70a81c4982fc5d7529643fe900ad25f6d38..ea5db008fc31a41883b1413b2c75e3eacdc49710 100644 (file)
@@ -1,9 +1,9 @@
 @echo off
-rem MIT Scheme microcode configuration script for OS/2
+rem MIT/GNU Scheme microcode configuration script for OS/2
 rem
-rem Copyright (c) 1994, 1995, 2000 Massachusetts Institute of Technology
+rem Copyright 1994,1995,2000 Massachusetts Institute of Technology
 rem
-rem $Id: config.cmd,v 1.4 2000/12/05 21:23:51 cph Exp $
+rem $Id: config.cmd,v 1.5 2003/02/14 18:48:12 cph Exp $
 rem
 copy cmpintmd\i386.h cmpintmd.h
 copy cmpauxmd\i386.m4 cmpauxmd.m4
index b996cf5bcfc0463d67ab5df11214bf27a50148fc..bca7960ddcd50e8d1a538548e1c8612c2f2bbc55 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/sh
 #
-# $Id: Clean.sh,v 1.5 2003/02/14 18:28:34 cph Exp $
+# $Id: Clean.sh,v 1.6 2003/02/14 18:48:13 cph Exp $
 #
-# Copyright (c) 2000, 2001 Massachusetts Institute of Technology
+# Copyright 2000,2001 Massachusetts Institute of Technology
 #
 # This file is part of MIT/GNU Scheme.
 #
@@ -21,7 +21,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
-# Utility for cleaning up the MIT Scheme runtime-check directory.
+# Utility for cleaning up the MIT/GNU Scheme runtime-check directory.
 # The working directory must be the runtime-check directory.
 
 if [ $# -ne 1 ]; then
index c66f4f1178d3196ea355b5e2ca4dfbf01d30ecde..e7cea3fbb799b2cebd80f02f8f7df9019a300bee 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/sh
 #
-# $Id: Setup.sh,v 1.7 2003/02/14 18:28:34 cph Exp $
+# $Id: Setup.sh,v 1.8 2003/02/14 18:48:13 cph Exp $
 #
-# Copyright (c) 2000, 2001 Massachusetts Institute of Technology
+# Copyright 2000,2001 Massachusetts Institute of Technology
 #
 # This file is part of MIT/GNU Scheme.
 #
@@ -21,7 +21,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
-# Utility to set up an MIT Scheme build directory.
+# Utility to set up an MIT/GNU Scheme build directory.
 # The working directory must be the build directory.
 
 if [ $# -ne 0 ]; then
index df963e451e86801b872ccf46f09807eddb378c98..1fa2cc14e12588db5646ff070d89aeb86ab866cf 100644 (file)
@@ -1,8 +1,8 @@
 #| -*-Scheme-*-
 
-$Id: dragon4.scm,v 1.17 2003/02/14 18:28:32 cph Exp $
+$Id: dragon4.scm,v 1.18 2003/02/14 18:48:12 cph Exp $
 
-Copyright (c) 1989-1999 Massachusetts Institute of Technology
+Copyright 1989-1999 Massachusetts Institute of Technology
 
 This file is part of MIT/GNU Scheme.
 
@@ -305,7 +305,7 @@ not much different to numbers within a few orders of magnitude of 1.
   (define failures 0)
   (define successes 0)
 
-  ;; From the MIT Scheme Reference Manual:
+  ;; From the MIT/GNU Scheme Reference Manual:
   (try (* 4 (atan 1 1))     '(relative 5)              "3.1416")
   (try (* 4000 (atan 1 1))  '(relative 5)              "3141.6")
   (try (* 4000 (atan 1 1))  '(relative 5 scientific)   "3.1416e3")
index fe4927d2d0d3a63c97ff27971b85855e6ed82893..6fb24a91903f776121e7f9e94cffe44cb8427acc 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: mit-syntax.scm,v 14.14 2003/02/14 18:28:33 cph Exp $
+$Id: mit-syntax.scm,v 14.15 2003/02/14 18:48:13 cph Exp $
 
 Copyright 1989,1990,1991,2001,2002,2003 Massachusetts Institute of Technology
 
@@ -23,7 +23,7 @@ USA.
 
 |#
 
-;;;; MIT Scheme Syntax
+;;;; MIT/GNU Scheme Syntax
 
 (declare (usual-integrations))
 \f
index ee7ce6aa3728e42d71706faf2d1d00489244491f..b138d15f8517a4eebb6a2406c9f3646e95548999 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: syntax-transforms.scm,v 14.4 2003/02/14 18:28:34 cph Exp $
+$Id: syntax-transforms.scm,v 14.5 2003/02/14 18:48:13 cph Exp $
 
 Copyright 1989-1991, 2001, 2002 Massachusetts Institute of Technology
 
@@ -23,7 +23,7 @@ USA.
 
 |#
 
-;;;; MIT Scheme syntax
+;;;; MIT/GNU Scheme syntax
 
 ;;; Procedures to convert transformers to internal form.  Required
 ;;; during cold load, so must be loaded very early in the sequence.
index 5a73d82c1d6d5907305cdf471a29b66f194d2df4..617822b782c547b2ab15472f67f8e3b3db44371f 100644 (file)
@@ -1,4 +1,4 @@
-/* Cover routines to make MIT Scheme primitives out of the procedures */
+/* Cover routines to make MIT/GNU Scheme primitives out of the procedures */
 /* in button-c.c. */
 
 #include "scheme.h"
index 7b8907a74c1ef486cf8829ecbaafddd63615218b..9601c4aa42c00c4a8823fe3f6669c198952bb188 100644 (file)
@@ -1,8 +1,8 @@
 ;;;;; -*- Scheme -*-
 ;;;;; Basic objects for the Scheme User Interface Tool Kit
-;;;; MIT Scheme Version derived from Scheme-To-C version 1.2
+;;;; MIT/GNU Scheme Version derived from Scheme-To-C version 1.2
 
-;;;; $Id: baseobj.scm,v 1.1 1995/08/02 21:26:49 adams Exp $
+;;;; $Id: baseobj.scm,v 1.2 2003/02/14 18:48:13 cph Exp $
 
 ;;;; Application objects
 
index e1b3b129d60c905dde3db188e20bb9c39aad0e9c..5260e014130771e78e84a31a3632ce25fb8d1a8e 100644 (file)
@@ -345,7 +345,7 @@ end of debugging stuff
        (weak-set-cdr! (weak-cdr weak) result)
        result))
     (lambda (display child-work-code child-idle-code)
-      child-idle-code                  ; Not used by MIT Scheme
+      child-idle-code                  ; Not used by MIT/GNU Scheme
       (let ((file (XConnectionNumber display))
            (weak (weak-cons child-work-code (weak-cons display #F))))
        (without-interrupts
index cff00cf4fb5ad19f9d20577a625d0c0b5b14d786..9ed50e01e4e1cc28cfadfbd6aac00d15dd51200f 100644 (file)
@@ -8,14 +8,14 @@ BEGIN
   BEGIN
     BLOCK "040904E4"
     BEGIN
-       VALUE "CompanyName", "Artifical Intelligence Lab, MIT"
+       VALUE "CompanyName", "GNU Project"
        VALUE "FileDescription", "DIB utilities for Scheme Graphics"
        VALUE "FileVersion", "1.0"
        VALUE "InternalName", "dibutils"
        VALUE "LegalCopyright", "Copyright Massachusetts Institute of Technology 1993"
        VALUE "OriginalFilename", "DIBUTILS.DLL"
-       VALUE "ProductName", "MIT Scheme"
-       VALUE "ProductVersion", "7.2.0 (alpha)"
+       VALUE "ProductName", "MIT/GNU Scheme"
+       VALUE "ProductVersion", "7.7.1"
     END
   END