summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-04add srfi-14: charsetchar-setsleftmike
2019-04-21cleanup writing immediates and numbersleftmike
2019-04-21add table of primitive typesleftmike
2019-04-21enforce builtins can only contain slotsleftmike
2019-04-21change hash tables to be objects because they have more than slotsleftmike
2019-04-21change identifiers to be objects because they have more than slotsleftmike
2019-04-21simplify objhdr and allow more tagsleftmike
2019-04-20break base.scm into multiple filesleftmike
2019-04-20remove mini-gmpleftmike
2019-04-19cleanup base.scmleftmike
2019-04-19update README to point to OpenWRT packageleftmike
2019-04-19add SRFI 133: Vector Library (R7RS-compatible)leftmike
2019-03-24Merge pull request #28 from jpellegrini/portabilityMike Montague
2019-03-24Increase typeahead buffer size; empty it on notifyleftmike
2019-03-24Add typeahead for unix console inputleftmike
2019-03-18Make makefile more portableJeronimo Pellegrini
2018-05-19fix #27 on windowsMike Montague
2018-05-19fix #27: string->number: incorrect results with big numbersleftmike
2018-02-10fix #26: do syntax should allow an empty variable listleftmike
2018-01-21Merge branch 'master' of https://github.com/leftmike/fomentMike Montague
2018-01-21update Windows compiler flagsMike Montague
2017-12-16fix #23: correct eqv? handling of negative float point zeros and correct pars...leftmike
2017-12-16add .PHONY to makefile so that targets like test don't implicitly build filesleftmike
2017-12-16fix #25: include fails at an interactive promptleftmike
2017-10-29#21: add batch modeleftmike
2017-10-29use isfinite rather than finite on Mac OSXleftmike
2017-09-23don't assume argument evaluation order of the C compilerMike Montague
2017-09-21add support for srfi 125: hash tablesleftmike
2017-09-18update todo listleftmike
2017-09-18add time and time-applyleftmike
2017-09-18change ErrorExitFoment to take what and a msg to print before exitingleftmike
2017-09-18add out of memory exceptionleftmike
2017-09-17Revert "part of raising an exception on out of memory"leftmike
2017-09-17part of raising an exception on out of memoryMike Montague
2017-09-15improving handling of babies with no-collectorMike Montague
2017-09-15#19: fix aka for builtin librariesleftmike
2017-09-06#11: using 60 bit fixnums on 64 bit systemsMike Montague
2017-09-04fix buffer overflow converting a number to a stringbignumsleftmike
2017-09-04fix gcc warningMike Montague
2017-09-04handle arithmetic-shift correctly on 64 bit platformsMike Montague
2017-09-04on 64 bit platforms, use 60 bit fixnumsleftmike
2017-09-04Merge branch 'master' into bignumsleftmike
2017-09-04don't use gmpleftmike
2017-09-04improve #18 by requiring 3 ctrl-C within roughly a second and adding a messageleftmike
2017-09-03Merge pull request #17 from wasamasa/unbuffered-standard-error-portsleftmike
2017-09-03better fix for #15: support dumb terminalsleftmike
2017-09-03Don't make standard error ports bufferedVasilij Schneidermann
2017-09-03test going between fixnums and bignumsleftmike
2017-09-03Merge branch 'master' into bignumsleftmike
2017-09-03fix #15: support dumb terminalsleftmike