From: Matt Birkholz Date: Tue, 8 Jan 2019 01:53:38 +0000 (-0700) Subject: Merge branch 'master' into pucked. X-Git-Tag: mit-scheme-pucked-10.1.9~3 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=adf0630741e9ff318acd7117729432528a2fbdeb;p=mit-scheme.git Merge branch 'master' into pucked. --- adf0630741e9ff318acd7117729432528a2fbdeb diff --cc src/Makefile.in index 69e6e719b,3e0e30bd6..eaf45898f --- a/src/Makefile.in +++ b/src/Makefile.in @@@ -65,9 -69,9 +69,10 @@@ LIARC_BUNDLES = $(LIARC_BOOT_BUNDLES) f SUBDIRS = $(INSTALLED_SUBDIRS) win32 xdoc INSTALLED_SUBDIRS = microcode runtime $(OPTION_SUBDIRS) $(LIARC_BUNDLES) + BASICS_SUBDIRS = microcode runtime $(LIARC_BUNDLES) OPTION_SUBDIRS = @OPTION_SUBDIRS@ +PROJECT = @PROJECT@ MIT_SCHEME_EXE = @MIT_SCHEME_EXE@ AUXDIR_NAME = @AUXDIR_NAME@ AUXDIR = @AUXDIR@ diff --cc src/blowfish/NEWS index d810b177c,dacbfcf50..86d353f18 --- a/src/blowfish/NEWS +++ b/src/blowfish/NEWS @@@ -9,8 -3,10 +9,8 @@@ an experimental version of MIT/GNU Sche Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, - 2017, 2018 Massachusetts Institute of Technology + 2017, 2018, 2019 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 diff --cc src/blowfish/configure.ac index 0b541af43,fdb7974dd..4cc078bcf --- a/src/blowfish/configure.ac +++ b/src/blowfish/configure.ac @@@ -10,17 -10,13 +10,17 @@@ AC_CONFIG_HEADERS([config.h] AC_CONFIG_MACRO_DIR([m4]) AC_COPYRIGHT( -[Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, +[Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, + 2016, 2017, 2018 Matthew Birkholz + +This file is part of a blowfish plugin for MIT/GNU Scheme Pucked, +an experimental version of MIT/GNU Scheme. + +Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, - 2017, 2018 Massachusetts Institute of Technology + 2017, 2018, 2019 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 @@@ -48,8 -38,10 +48,8 @@@ an experimental version of MIT/GNU Sche Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, - 2017, 2018 Massachusetts Institute of Technology + 2017, 2018, 2019 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 diff --cc src/configure.ac index b469ea447,274a57d8a..1e539603f --- a/src/configure.ac +++ b/src/configure.ac @@@ -163,14 -160,16 +167,17 @@@ svm1-32be|svm1-32le|svm1-64be|svm1-64le esac MIT_SCHEME_COMPILER_TARGET([${with_compiler_target}]) - if test x"${mit_scheme_compiler_target}" = xsvm1; then + case ${mit_scheme_compiler_target} in + svm1-32be|svm1-32le|svm1-64be|svm1-64le) IF_SVM_COMPILER= - else + ;; + *) IF_SVM_COMPILER='#!svm compiler: ' - fi + ;; + esac -AUXDIR_NAME=mit-scheme-${mit_scheme_native_code} +PROJECT=${PACKAGE_TARNAME} +AUXDIR_NAME=${PACKAGE_TARNAME} AUXDIR='$(libdir)'/${AUXDIR_NAME} MIT_SCHEME_LIBDIR=${AUXDIR}/ MIT_SCHEME_INCLUDEDIR=`pwd`/lib/ @@@ -388,8 -386,9 +394,10 @@@ AC_SUBST([IF_X11_SCREEN] AC_SUBST([INSTALL_COM]) AC_SUBST([INSTALL_LIARC_BUNDLES]) AC_SUBST([MIT_SCHEME_EXE]) + AC_SUBST([mit_scheme_native_code]) + AC_SUBST([mit_scheme_target_bytes_per_object]) AC_SUBST([OPTION_SUBDIRS]) +AC_SUBST([PROJECT]) AC_PROG_INSTALL AC_PROG_LN_S diff --cc src/edwin/Makefile.am index 46d755621,bdca6c4a3..21f8781eb --- a/src/edwin/Makefile.am +++ b/src/edwin/Makefile.am @@@ -1,12 -1,13 +1,13 @@@ ## Process this file with automake to produce Makefile.in ## ## Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, - ## 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, - ## 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 - ## Massachusetts Institute of Technology - ## + ## 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, + ## 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, + ## 2015, 2016, 2017, 2018, 2019 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 diff --cc src/edwin/NEWS index f3955bb4f,bd1d1254a..a083641fe --- a/src/edwin/NEWS +++ b/src/edwin/NEWS @@@ -9,8 -3,10 +9,8 @@@ an experimental version of MIT/GNU Sche Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, - 2017, 2018 Massachusetts Institute of Technology + 2017, 2018, 2019 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 diff --cc src/edwin/configure.ac index f9923b376,4fbc5fc16..02340b351 --- a/src/edwin/configure.ac +++ b/src/edwin/configure.ac @@@ -7,17 -7,13 +7,17 @@@ AC_INIT([MIT/GNU Scheme Pucked edwin pl AC_CONFIG_SRCDIR([edwin.pkg]) AC_COPYRIGHT( -[Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, +[Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, + 2016, 2017, 2018 Matthew Birkholz + +This file is part of an Edwin plugin for MIT/GNU Scheme Pucked, +an experimental version of MIT/GNU Scheme. + +Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, - 2017, 2018 Massachusetts Institute of Technology + 2017, 2018, 2019 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 diff --cc src/gdbm/NEWS index e1540daf6,44d8c202e..e50f7476b --- a/src/gdbm/NEWS +++ b/src/gdbm/NEWS @@@ -9,8 -3,10 +9,8 @@@ an experimental version of MIT/GNU Sche Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, - 2017, 2018 Massachusetts Institute of Technology + 2017, 2018, 2019 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 diff --cc src/gdbm/configure.ac index 707f44a8a,78e8cc890..90b918c8b --- a/src/gdbm/configure.ac +++ b/src/gdbm/configure.ac @@@ -9,17 -9,13 +9,17 @@@ AC_CONFIG_SRCDIR([gdbm.pkg] AC_CONFIG_MACRO_DIR([m4]) AC_COPYRIGHT( -[Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, +[Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, + 2016, 2017, 2018 Matthew Birkholz + +This file is part of a gdbm plugin for MIT/GNU Scheme Pucked, +an experimental version of MIT/GNU Scheme. + +Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, - 2017, 2018 Massachusetts Institute of Technology + 2017, 2018, 2019 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 diff --cc src/imail/Makefile.am index 119731082,edab70939..f2eb3570c --- a/src/imail/Makefile.am +++ b/src/imail/Makefile.am @@@ -1,18 -1,19 +1,19 @@@ ## Process this file with automake to produce Makefile.in ## ## Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, - ## 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, - ## 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 - ## Massachusetts Institute of Technology + ## 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, + ## 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, + ## 2015, 2016, 2017, 2018, 2019 Massachusetts Institute of + ## Technology ## -## This file is part of MIT/GNU Scheme. +## This file is part of the IMail option for 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. +## IMail 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 +## IMail 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. diff --cc src/imail/NEWS index 14c15ce25,63db3b323..566ac67dd --- a/src/imail/NEWS +++ b/src/imail/NEWS @@@ -9,8 -3,10 +9,8 @@@ an experimental version of MIT/GNU Sche Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, - 2017, 2018 Massachusetts Institute of Technology + 2017, 2018, 2019 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 diff --cc src/imail/configure.ac index 63313b937,c61e49bb6..a59149495 --- a/src/imail/configure.ac +++ b/src/imail/configure.ac @@@ -7,17 -7,13 +7,17 @@@ AC_INIT([MIT/GNU Scheme Pucked imail pl AC_CONFIG_SRCDIR([imail.pkg]) AC_COPYRIGHT( -[Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, +[Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, + 2016, 2017, 2018 Matthew Birkholz + +This file is part of an Imail plugin for MIT/GNU Scheme Pucked, +an experimental version of MIT/GNU Scheme. + +Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, - 2017, 2018 Massachusetts Institute of Technology + 2017, 2018, 2019 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 diff --cc src/mcrypt/NEWS index f22461572,26f7d4549..68bf955c4 --- a/src/mcrypt/NEWS +++ b/src/mcrypt/NEWS @@@ -9,8 -3,10 +9,8 @@@ an experimental version of MIT/GNU Sche Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, - 2017, 2018 Massachusetts Institute of Technology + 2017, 2018, 2019 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 diff --cc src/mcrypt/configure.ac index b3221dd68,3a271d7ee..8a9692b25 --- a/src/mcrypt/configure.ac +++ b/src/mcrypt/configure.ac @@@ -10,17 -10,13 +10,17 @@@ AC_CONFIG_HEADERS([config.h] AC_CONFIG_MACRO_DIR([m4]) AC_COPYRIGHT( -[Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, +[Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, + 2016, 2017, 2018 Matthew Birkholz + +This file is part of an mcrypt plugin for MIT/GNU Scheme Pucked, +an experimental version of MIT/GNU Scheme. + +Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, - 2017, 2018 Massachusetts Institute of Technology + 2017, 2018, 2019 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 @@@ -48,8 -38,10 +48,8 @@@ an experimental version of MIT/GNU Sche Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, - 2017, 2018 Massachusetts Institute of Technology + 2017, 2018, 2019 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 diff --cc src/pgsql/configure.ac index 013cacf87,fa6b1129b..60371c97d --- a/src/pgsql/configure.ac +++ b/src/pgsql/configure.ac @@@ -10,17 -10,13 +10,17 @@@ AC_CONFIG_HEADERS([config.h] AC_CONFIG_MACRO_DIR([m4]) AC_COPYRIGHT( -[Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, +[Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, + 2016, 2017, 2018 Matthew Birkholz + +This file is part of a pgsql plugin for MIT/GNU Scheme Pucked, +an experimental version of MIT/GNU Scheme. + +Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, - 2017, 2018 Massachusetts Institute of Technology + 2017, 2018, 2019 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 @@@ -48,8 -38,10 +48,8 @@@ an experimental version of MIT/GNU Sche Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, - 2017, 2018 Massachusetts Institute of Technology + 2017, 2018, 2019 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 diff --cc src/runtime/version.scm index f970e9c70,0ccddc26e..f34a544de --- a/src/runtime/version.scm +++ b/src/runtime/version.scm @@@ -39,10 -39,10 +39,10 @@@ USA (let ((now last-copyright-year) (then 1986)) (iota (+ (- now then) 1) then))) - (add-subsystem-identification! "Release" '(10 1 7)) - (add-subsystem-identification! "Release" '(10 90)) ++ (add-subsystem-identification! "Release" '(10 1 9)) (snarf-microcode-version!) (add-event-receiver! event:after-restore snarf-microcode-version!) - (add-subsystem-identification! "Runtime" '(15 7)))) + (add-subsystem-identification! "Runtime" '(15 8)))) (define (snarf-microcode-version!) (add-subsystem-identification! "Microcode" diff --cc src/x11-screen/configure.ac index 4dcdd57d0,49550bfcc..cb963be48 --- a/src/x11-screen/configure.ac +++ b/src/x11-screen/configure.ac @@@ -7,17 -7,13 +7,17 @@@ AC_INIT([MIT/GNU Scheme Pucked Edwin X1 AC_CONFIG_SRCDIR([x11-screen.pkg]) AC_COPYRIGHT( -[Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, +[Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, + 2016, 2017, 2018 Matthew Birkholz + +This file is part of an X11 screen plugin for MIT/GNU Scheme Pucked, +an experimental version of MIT/GNU Scheme. + +Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, - 2017, 2018 Massachusetts Institute of Technology + 2017, 2018, 2019 Massachusetts Institute of Technology -This file is part of an X11-screen plugin for 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 diff --cc src/x11/NEWS index 7d574d482,0ab5a0aff..62952210a --- a/src/x11/NEWS +++ b/src/x11/NEWS @@@ -9,8 -3,10 +9,8 @@@ an experimental version of MIT/GNU Sche Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, - 2017, 2018 Massachusetts Institute of Technology + 2017, 2018, 2019 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 diff --cc src/x11/configure.ac index d66ad1308,e8c4d41a5..26f5ca12b --- a/src/x11/configure.ac +++ b/src/x11/configure.ac @@@ -9,17 -9,13 +9,17 @@@ AC_CONFIG_SRCDIR([x11.pkg] AC_CONFIG_MACRO_DIR([m4]) AC_COPYRIGHT( -[Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, +[Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, + 2016, 2017, 2018 Matthew Birkholz + +This file is part of an X11 plugin for MIT/GNU Scheme Pucked, +an experimental version of MIT/GNU Scheme. + +Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, - 2017, 2018 Massachusetts Institute of Technology + 2017, 2018, 2019 Massachusetts Institute of Technology -This file is part of an x11 plugin for 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