/C-*/
/C/
/LOG
-/debian*/
/html/
/linux*/
/macos/
[Desktop Entry]
-Version=9.2.1.1
+Version=9.2.7
Name=Friar Puck's MIT/GNU Scheme
Exec=/usr/bin/mit-scheme-pucked --edit
TryExec=mit-scheme-pucked
dnl Process this file with autoconf to produce a configure script.
AC_INIT([MIT/GNU Scheme documentation],
- [9.2.1],
+ [9.2.7],
[matt@birchwood-abbey.net],
[mit-scheme-pucked-doc])
AC_CONFIG_SRCDIR([ref-manual/scheme.texinfo])
if (!option_batch_mode && !option_show_version && !option_show_help)
{
- outf_console ("MIT/GNU Scheme running under %s\n", OS_Variant);
+ outf_console ("MIT/GNU Scheme Pucked running under %s\n", OS_Variant);
OS_announcement ();
outf_console ("\n");
outf_flush_console ();
(guarantee textual-output-port? port 'WRITE-MIT-SCHEME-COPYRIGHT)))
(cmark (if (default-object? cmark) "(C)" cmark))
(line-prefix (if (default-object? line-prefix) "" line-prefix)))
+ (write-words `("Copyright" ,cmark ,(number->string last-copyright-year)
+ "Matthew" "Birkholz")
+ line-prefix " " port)
(write-words (let ((years (map number->string copyright-years)))
`("Copyright"
,cmark