altos/scheme: swap BIGINT and STRING types
[fw/altos] / src / scheme /
2017-12-15 Keith Packardaltos/scheme: swap BIGINT and STRING types
2017-12-13 Keith Packardaltos/scheme: integer? is builtin on all versions
2017-12-13 Keith Packardaltos/scheme: inline some mem calls to reduce stack...
2017-12-13 Keith Packardaltos/scheme: Use direct calls from frame to frame_vals...
2017-12-13 Keith Packardaltos/scheme: More compiler warning cleanups
2017-12-13 Keith Packardaltos/scheme: apply const to places taking const strings.
2017-12-12 Keith Packardaltos/scheme: Support scheme subsetting via feature...
2017-12-12 Keith Packardaltos/scheme: Add ao_scheme_vector.c
2017-12-11 Keith Packardaltos/scheme: Allow ao_scheme_read_eval_print to be...
2017-12-11 Keith Packardaltos/scheme: Add Makefile for scheme test app
2017-12-11 Keith Packardaltos/scheme: Make test scheme app heap maximum size
2017-12-11 Keith Packardaltos/scheme: Make eqv? work for numbers and strings
2017-12-11 Keith Packardaltos/scheme: Stash cons across value allocation in...
2017-12-11 Keith Packardaltos/scheme: add list-copy
2017-12-11 Keith Packardaltos/scheme: Use 64-bit ints to track memory allocatio...
2017-12-11 Keith Packardaltos/scheme: Add a bunch of string and vector builtins
2017-12-11 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2017-12-10 Keith Packardaltos/scheme: Avoid crashing with non-list in length
2017-12-10 Keith Packardaltos/scheme: Add vectors
2017-12-10 Keith Packardaltos/scheme: Fix name of constant scheme file
2017-12-10 Keith Packardaltos/scheme: Let readline know if there's a list in...
2017-12-05 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2017-12-05 Keith Packardaltos/cortexelf-v1: Adapt to lisp->scheme name change
2017-12-05 Keith Packardaltos/scheme: Add explicit dependency on ao_scheme_buil...
2017-12-05 Keith Packardaltos/scheme: Move scheme test program to scheme sub...
2017-12-05 Keith Packardaltos/scheme: Rename to 'scheme', clean up build