Commit graph

8 commits

Author SHA1 Message Date
ESL
87d3ed5c7b v0.5.1: fixes/improvements (issues #6,7,8,9,10,11)
#11: extend flonum->string to support optional precision arg to support SRFI-48; improve flonum printing accordingly
#10: bug: (floor-quotient 1 -1) actual: -2 expected: -1
#9: immediate-hash should hash flonums even if they are boxed
#8: string-append and vector-append with 1 arg must copy the arg
#7: stop advertising built-in support for SRFI-48, allowing full external implementation
#6: expt should fall back to flonums on fixnum range overflow
2025-02-02 18:29:29 -05:00
ESL
3f63e27044 minor portability fixes 2024-07-28 10:17:13 -04:00
ESL
18c39284d4 new instructions, improved ksf2c script 2024-07-22 23:58:22 -04:00
ESL
951f725b68 (current-directory) added; ksf2c started 2024-07-22 19:22:27 -04:00
ESL
09e5b3b4f7 n.c header order fixes 2024-07-22 18:24:24 -04:00
ESL
d84362c0ab n.h n.c s.c t.c fully generated from precursors 2024-07-22 01:56:03 -04:00
ESL
b8de762df7 reliable generation of n.{c,h} from c.sf 2024-07-22 01:39:50 -04:00
ESL
ed1bf655e3 pre directory (former src); new scripts 2024-07-21 23:00:01 -04:00
Renamed from src/n.sf (Browse further)