Adjust handling of `=>' option to `cond' special form so that it
authorChris Hanson <org/chris-hanson/cph>
Fri, 15 Jul 1988 22:33:49 +0000 (22:33 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 15 Jul 1988 22:33:49 +0000 (22:33 +0000)
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.

v7/src/runtime/version.scm

index 006fb61862a1c90c46012ad06d1f9f41ddf7b501..12401984b3b709952d2aa03fad9e3e82c1620528 100644 (file)
@@ -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)