chibi-scheme/lib
Alex Shinn 521e23e3c7 Reduce error in sexp_read_float_tail (from Taylor R Campbell)
scale*10 is computed exactly until scale exceeds 2^54/10; in
contrast, scale*0.1 may not be computed exactly, and fl(0.1) is not
even 0.1.

WARNING: This change is not complete -- it does nothing to prevent
overflow with very long strings of digits after the decimal point.
2018-12-02 12:22:14 +08:00
..
chibi BSD portability fixes from Taylor Campbell 2018-11-27 23:01:23 +08:00
scheme extending (scheme red) 2018-01-24 23:54:09 +09:00
srfi Reduce error in sexp_read_float_tail (from Taylor R Campbell) 2018-12-02 12:22:14 +08:00
init-7.scm Revert and fix syntax-rules by reflecting review 2018-07-05 00:53:17 +09:00
meta-7.scm support (import (only (rename ...))) in addition to the other way around (fixes #431) 2017-08-05 17:31:24 +09:00