From: Chris Hanson Date: Tue, 31 Oct 1989 04:41:28 +0000 (+0000) Subject: Reimplement ratnum->flonum conversion to guarantee that the flonum X-Git-Tag: 20090517-FFI~11713 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=66abde4344bc408cb52aa7c5284a000333706530;p=mit-scheme.git Reimplement ratnum->flonum conversion to guarantee that the flonum chosen is the closest representation possible. Also extend `number->string' to handle a few more of the old formats, specifically the radix conversion formats. --- diff --git a/v7/src/runtime/version.scm b/v7/src/runtime/version.scm index 3fd35c590..6f5fcd712 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.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!)