index
:
mjb/altos
accel-cal-ui
altosdroid
altosui-ms5611
android-build-update
aprs
branch-1.0
branch-1.1
branch-1.2
branch-1.3
branch-1.4
branch-1.5
branch-1.6
branch-1.7
branch-1.8
buttonbox
companion-delay
debian
droid-gps
droid-prefs
easymega-pwm-hacks
fake-flight
gpio
hack-cc1200
lisp
lpc
master
megametrum-test
micropeak-1.1
mm-ms5611
multiarch
new-state
plot-gps-height
pong
pristine-tar
pwmin
pwmin-new
serial-at-interrupt
simple-quiet
split
split-library
split-telemetry
stm-flash
telebt
telefire-4-no-addr
telegps-hacks
telegps-v0.3
telelaunchtwo
telemega
telemega-v2
telemetrum-v1.1
telemetrum-v2.0
telemini
telescience
telescience-v0.2
teleterra
teleterra-mockup
test-accel-ref
time-series
tmarble-trng
tmgps
with-pdclib
AltOS - the operating system for Altus Metrum products
Bdale Garbee
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lisp
Commit message (
Expand
)
Author
Age
*
altos/scheme: Rename to 'scheme', clean up build
Keith Packard
2017-12-05
*
altos/lisp: Switch to scheme formal syntax for varargs
Keith Packard
2017-12-03
*
altos/lisp: Fix stash usage across frame allocation
Keith Packard
2017-12-03
*
altos/lisp: Check only cdr base type when moving cons cells
Keith Packard
2017-12-03
*
altos/lisp: Split out read debug, add memory validation
Keith Packard
2017-12-03
*
altos/lisp: use strtof instead of atof
Keith Packard
2017-12-02
*
altos/lisp: Convert more builtin lisp code to scheme format
Keith Packard
2017-12-02
*
altos/lisp: Overflow int computations to float
Keith Packard
2017-12-02
*
altos/lisp: split set/def. Add def support to lambdas
Keith Packard
2017-12-01
*
altos/lisp: Split out frame vals from frame struct
Keith Packard
2017-12-01
*
altos/lisp: Make let distinct from let*
Keith Packard
2017-12-01
*
altos/lisp: return from unmatched cond is #f, not nil
Keith Packard
2017-12-01
*
altos/lisp: Fix pairp builtin
Keith Packard
2017-12-01
*
altos/lisp: Add quasiquote
Keith Packard
2017-12-01
*
altos/lisp: Rename progn to begin
Keith Packard
2017-11-25
*
altos/lisp: Add floats
Keith Packard
2017-11-19
*
altos/lisp: Fix some scheme compat issues
Keith Packard
2017-11-18
*
altos/lisp: Add 'big' ints -- 24 bits wide
Keith Packard
2017-11-18
*
altos/lisp: Finish first pass through r7rs
Keith Packard
2017-11-17
*
altos/lisp: Add apply
Keith Packard
2017-11-17
*
altos/lisp: Character consts. String and assoc builtins.
Keith Packard
2017-11-17
*
altos/lisp: Generate built-in lambda atoms for const creation
Keith Packard
2017-11-17
*
altos/lisp: Lots more scheme bits
Keith Packard
2017-11-16
*
altos/lisp: More schemisms
Keith Packard
2017-11-16
*
altos/lisp: Add 'else' sematics to cond
Keith Packard
2017-11-16
*
altos/lisp: Add scheme-style bools (#t and #f)
Keith Packard
2017-11-16
*
altos/lisp: Add non-cons cdr support
Keith Packard
2017-11-16
*
altos: Escape lisp REP loop with () input
Keith Packard
2017-04-09
*
lisp: Fix up lisp build so projects can get ao_lisp_const.h built as needed
Keith Packard
2017-04-02
*
altos/lisp: Not quite ready to start making it look like scheme yet
Keith Packard
2017-02-20
*
altos/lisp: Start adding scheme symbols
Keith Packard
2017-02-20
*
altos/lisp: Add casts to keep the latest GCC from whinging
Keith Packard
2017-02-20
*
altos/lisp: Tell compiler that the two lisp memory pools are aligned
Keith Packard
2017-02-20
*
altos/lisp: Move stack recursion check after null check
Keith Packard
2017-02-20
*
altos/lisp: Cleanup some DBG defines
Keith Packard
2017-02-20
*
altos/lisp: Share binary search for memory chunk between mark and move
Keith Packard
2017-02-20
*
altos/lisp: Add builtin 'collect'
Keith Packard
2017-02-20
*
altos/lisp: Sort frames by atom
Keith Packard
2017-02-20
*
altos/lisp: bounds check in move_map plus binary search
Keith Packard
2017-02-20
*
altos/lisp: Empty lambda body is not an error
Keith Packard
2017-02-20
*
altos/lisp: Use poly stashes for stacks
Keith Packard
2017-02-20
*
altos/lisp: Make DBG settings global
Keith Packard
2017-02-20
*
altos/lisp: Add continuations
Keith Packard
2017-02-20
*
altos/lisp: have 'while' return the last body value
Keith Packard
2017-02-20
*
altos/lisp: Take advantage of implicit progn in ROM code
Keith Packard
2017-02-20
*
altos/lisp: Make lambda, cond and while all have implicit progns
Keith Packard
2017-02-20
*
altos/lisp: Compile ao_lisp_make_const -no-pie
Keith Packard
2017-02-20
*
altos/lisp: Fix uninitialized values in ao_lisp_make_const
Keith Packard
2017-02-20
*
altos/lisp: Dump globals on error
Keith Packard
2017-02-20
*
altos/lisp: Fix error atom name in ao_lisp_length
Keith Packard
2017-02-20
[next]