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
/
scheme
Commit message (
Expand
)
Author
Age
*
altos/scheme: Replace per-type indexed stash with poly stash heap
Keith Packard
2017-12-19
*
altos/scheme: Replace memory pool macros with inlines
Keith Packard
2017-12-19
*
altos/scheme: AO_SCHEME_IS_CONS -> ao_scheme_is_cons
Keith Packard
2017-12-19
*
altos/scheme: ao_scheme__cons -> ao_scheme_cons
Keith Packard
2017-12-19
*
altos/scheme: Don't optimize ao_scheme_make_const
Keith Packard
2017-12-19
*
altos/scheme: Clean up test CFLAGS
Keith Packard
2017-12-19
*
altos/scheme: (define (foo . bar)) has a pair, not list as card
Keith Packard
2017-12-19
*
altos/scheme: apply also needs to not free value list on lambdas
Keith Packard
2017-12-19
*
altos/scheme: Rework display/write code
Keith Packard
2017-12-19
*
altos/scheme: Compile scheme test with -O3
Keith Packard
2017-12-18
*
altos/scheme: Work around gcc 7.2.0 optimization bug in memory manager
Keith Packard
2017-12-18
*
altos/scheme: rearrange debugging defines
Keith Packard
2017-12-18
*
altos/scheme: abort when we try to print an invalid value
Keith Packard
2017-12-18
*
altos/scheme: Use memory manager mark code to note recursive print
Keith Packard
2017-12-17
*
altos/scheme: Use AO_SCHEME_IS_CONS in cons memory funcs
Keith Packard
2017-12-17
*
altos/scheme: swap BIGINT and STRING types
Keith Packard
2017-12-14
*
altos/scheme: integer? is builtin on all versions
Keith Packard
2017-12-12
*
altos/scheme: inline some mem calls to reduce stack usage.
Keith Packard
2017-12-12
*
altos/scheme: Use direct calls from frame to frame_vals mem functions
Keith Packard
2017-12-12
*
altos/scheme: More compiler warning cleanups
Keith Packard
2017-12-12
*
altos/scheme: apply const to places taking const strings.
Keith Packard
2017-12-12
*
altos/scheme: Support scheme subsetting via feature settings
Keith Packard
2017-12-12
*
altos/scheme: Add ao_scheme_vector.c
Keith Packard
2017-12-12
*
altos/scheme: Allow ao_scheme_read_eval_print to be restarted
Keith Packard
2017-12-11
*
altos/scheme: Add Makefile for scheme test app
Keith Packard
2017-12-11
*
altos/scheme: Make test scheme app heap maximum size
Keith Packard
2017-12-11
*
altos/scheme: Make eqv? work for numbers and strings
Keith Packard
2017-12-11
*
altos/scheme: Stash cons across value allocation in compare
Keith Packard
2017-12-11
*
altos/scheme: add list-copy
Keith Packard
2017-12-11
*
altos/scheme: Use 64-bit ints to track memory allocation stats
Keith Packard
2017-12-11
*
altos/scheme: Add a bunch of string and vector builtins
Keith Packard
2017-12-11
*
altos/scheme: Avoid crashing with non-list in length
Keith Packard
2017-12-10
*
altos/scheme: Add vectors
Keith Packard
2017-12-10
*
altos/scheme: Fix name of constant scheme file
Keith Packard
2017-12-10
*
altos/scheme: Let readline know if there's a list in progress
Keith Packard
2017-12-09
*
altos/cortexelf-v1: Adapt to lisp->scheme name change
Keith Packard
2017-12-05
*
altos/scheme: Add explicit dependency on ao_scheme_builtin.h for ao_scheme_ma...
Keith Packard
2017-12-05
*
altos/scheme: Move scheme test program to scheme sub-directory
Keith Packard
2017-12-05
*
altos/scheme: Rename to 'scheme', clean up build
Keith Packard
2017-12-05