Reimplement ratnum->flonum conversion to guarantee that the flonum
authorChris Hanson <org/chris-hanson/cph>
Tue, 31 Oct 1989 04:41:28 +0000 (04:41 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 31 Oct 1989 04:41:28 +0000 (04:41 +0000)
chosen is the closest representation possible.  Also extend
`number->string' to handle a few more of the old formats, specifically
the radix conversion formats.

v7/src/runtime/version.scm

index 3fd35c590172fd7c68fafb61e6dbf94909db68b3..6f5fcd7121e308319e175c54d5116bbca84599d0 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.63 1989/10/27 04:43:54 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.64 1989/10/31 04:41:28 cph Exp $
 
 Copyright (c) 1988, 1989 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 63))
+  (add-identification! "Runtime" 14 64))
 (define microcode-system)
 
 (define (snarf-microcode-version!)