From: Chris Hanson Date: Fri, 15 Jul 1988 22:33:49 +0000 (+0000) Subject: Adjust handling of `=>' option to `cond' special form so that it X-Git-Tag: 20090517-FFI~12656 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=828e23a50e2184d71eff84a56107a67446cd3138;p=mit-scheme.git Adjust handling of `=>' option to `cond' special form so that it matches the definition in the standard. Change unparser to handle character sets specially. Implement octal ASCII escape sequences in strings, both for the parser and unparser. --- diff --git a/v7/src/runtime/version.scm b/v7/src/runtime/version.scm index 006fb6186..12401984b 100644 --- a/v7/src/runtime/version.scm +++ b/v7/src/runtime/version.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.12 1988/07/15 08:44:58 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.13 1988/07/15 22:33:49 cph Exp $ Copyright (c) 1988 Massachusetts Institute of Technology @@ -45,7 +45,7 @@ MIT in each case. |# '())) (add-system! microcode-system) (add-event-receiver! event:after-restore snarf-microcode-version!) - (add-identification! "Runtime" 14 12)) + (add-identification! "Runtime" 14 13)) (define microcode-system)