update load cell channel based on repaired board and 1T load cell
[fw/altos] / src / scheme /
2018-02-12 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2018-01-11 Keith Packardaltos/scheme: Move ao-scheme to a separate repository
2018-01-08 Keith Packardaltos/scheme: Allow unicode in lexer
2018-01-08 Keith Packardaltos/scheme: remove debug code from vector write
2018-01-08 Keith Packardaltos/scheme: Allow individual lisp keywords to be...
2018-01-08 Keith Packardaltos/scheme: Split tests out from build sources
2018-01-07 Keith Packardaltos/lambdakey-v1.0: Switch back to command buffered...
2018-01-07 Keith Packardaltos/scheme: Add ports. Split scheme code up.
2018-01-07 Keith Packardaltos/scheme: add 'install' target to install both...
2018-01-04 Keith Packardaltos/scheme: Add vector and string funcs. Test everybody.
2018-01-04 Keith Packardaltos/scheme: Accept more escaped character constants
2018-01-04 Keith Packardaltos/scheme: Allow make-vector value param to be optional
2018-01-04 Keith Packardaltos/scheme: Add builtin list-tail
2018-01-04 Keith Packardaltos/scheme: Fix macro-detection debugging
2018-01-04 Keith Packardaltos/scheme: add make-string builtin
2018-01-04 Keith Packardaltos/scheme: Make constant built pool as large as...
2018-01-03 Keith Packardaltos/scheme: Make for-each tail recursive
2018-01-03 Keith Packardaltos/scheme: Add start/end args to vector->list
2018-01-03 Keith Packardaltos/scheme: fix parsing of vector followed by list
2018-01-03 Keith Packardaltos/scheme: support %x format for scheme printf
2018-01-03 Keith Packardaltos/scheme: Add support for hex, octal and binary...
2017-12-24 Keith Packardaltos/scheme: Pull out per-frame vals while printing...
2017-12-24 Keith Packardaltos/scheme: Add separate floor-quotient builtin
2017-12-19 Keith Packardaltos/scheme: Replace per-type indexed stash with poly...
2017-12-19 Keith Packardaltos/scheme: Replace memory pool macros with inlines
2017-12-19 Keith Packardaltos/scheme: AO_SCHEME_IS_CONS -> ao_scheme_is_cons
2017-12-19 Keith Packardaltos/scheme: ao_scheme__cons -> ao_scheme_cons
2017-12-19 Keith Packardaltos/scheme: Don't optimize ao_scheme_make_const
2017-12-19 Keith Packardaltos/scheme: Clean up test CFLAGS
2017-12-19 Keith Packardaltos/scheme: (define (foo . bar)) has a pair, not...
2017-12-19 Keith Packardaltos/scheme: apply also needs to not free value list...
2017-12-19 Keith Packardaltos/scheme: Rework display/write code
2017-12-18 Keith Packardaltos/scheme: Compile scheme test with -O3
2017-12-18 Keith Packardaltos/scheme: Work around gcc 7.2.0 optimization bug...
2017-12-18 Keith Packardaltos/scheme: rearrange debugging defines
2017-12-18 Keith Packardaltos/scheme: abort when we try to print an invalid...
2017-12-18 Keith Packardaltos/scheme: Use memory manager mark code to note...
2017-12-18 Keith Packardaltos/scheme: Use AO_SCHEME_IS_CONS in cons memory...
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