summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| | | * altos/scheme: Add ports. Split scheme code up.Keith Packard2018-01-06
| | | * altos/scheme: add 'install' target to install both test and tiny testKeith Packard2018-01-06
| | | * altos/scheme: Add vector and string funcs. Test everybody.Keith Packard2018-01-04
| | | * altos/scheme: Accept more escaped character constantsKeith Packard2018-01-04
| | | * altos/scheme: Allow make-vector value param to be optionalKeith Packard2018-01-04
| | | * altos/scheme: Add builtin list-tailKeith Packard2018-01-04
| | | * altos/scheme: Fix macro-detection debuggingKeith Packard2018-01-04
| | | * altos/scheme: add make-string builtinKeith Packard2018-01-04
| | | * altos/scheme: Make constant built pool as large as possibleKeith Packard2018-01-04
| | | * altos/scheme: Make for-each tail recursiveKeith Packard2018-01-03
| | | * altos/scheme: Add start/end args to vector->listKeith Packard2018-01-03
| | | * altos/scheme: fix parsing of vector followed by listKeith Packard2018-01-03
| | | * altos/scheme: support %x format for scheme printfKeith Packard2018-01-03
| | | * altos/scheme: Add support for hex, octal and binary constantsKeith Packard2018-01-03
| | | * altos/scheme: Pull out per-frame vals while printing list of framesKeith Packard2017-12-24
| | | * altos/scheme: Add separate floor-quotient builtinKeith Packard2017-12-24
| | * | need to push telegps-v2.0 loader .bin file to corporate repo, tooBdale Garbee2018-01-03
| | |/
| | * update Releasing with wisdom from 1.8.4 release processBdale Garbee2017-12-21
* | | update changelog for Debian builddebian/1.8.4-1Bdale Garbee2017-12-21
* | | Merge branch 'branch-1.8' into debianBdale Garbee2017-12-21
|\| |
| * | releasing 1.8.41.8.4Bdale Garbee2017-12-21
| * | Merge branch 'master' into branch-1.8Bdale Garbee2017-12-21
| |\|
| | * Bump for version 1.8.4Keith Packard2017-12-21
| | * Doc updates for version 1.8.4Keith Packard2017-12-21
| | * altos/micropeak: Remove all compiler resultsKeith Packard2017-12-19
| | * altos/attiny: Add ADC implementationKeith Packard2017-12-19
| | * ao-bringup: turnon_easymini was left with dfu_util disabledKeith Packard2017-12-19
| | * altos/easymini-v2.0: Adapt to final hardware pin assignment changesKeith Packard2017-12-19
| | * altos/lambdakey-v1.0: Add back and/or macrosKeith Packard2017-12-19
| | * altos/scheme: Replace per-type indexed stash with poly stash heapKeith Packard2017-12-19
| | * altos/scheme: Replace memory pool macros with inlinesKeith Packard2017-12-19
| | * altos/scheme: AO_SCHEME_IS_CONS -> ao_scheme_is_consKeith Packard2017-12-19
| | * altos/scheme: ao_scheme__cons -> ao_scheme_consKeith Packard2017-12-19
| | * altos/scheme: Don't optimize ao_scheme_make_constKeith Packard2017-12-19
| | * altos/scheme: Clean up test CFLAGSKeith Packard2017-12-19
| | * altos/scheme: (define (foo . bar)) has a pair, not list as cardKeith Packard2017-12-19
| | * altos/scheme: apply also needs to not free value list on lambdasKeith Packard2017-12-19
| | * altos/scheme: Rework display/write codeKeith Packard2017-12-19
| | * altos/scheme: Compile scheme test with -O3Keith Packard2017-12-18
| | * altos/scheme: Work around gcc 7.2.0 optimization bug in memory managerKeith Packard2017-12-18
| | * altos/scheme: rearrange debugging definesKeith Packard2017-12-18
| | * altos/scheme: abort when we try to print an invalid valueKeith Packard2017-12-18
| | * altos/scheme: Use memory manager mark code to note recursive printKeith Packard2017-12-17
| | * altos/scheme: Use AO_SCHEME_IS_CONS in cons memory funcsKeith Packard2017-12-17
| | * ao-bringup/test-chaoskey: Make finding most recent device more reliableKeith Packard2017-12-14
| | * altos/lambdakey-v1.0: shrink scheme code to fit the ROMKeith Packard2017-12-14
| | * altos/scheme: swap BIGINT and STRING typesKeith Packard2017-12-14
| | * altos/scheme: integer? is builtin on all versionsKeith Packard2017-12-12
| | * altos/lambdakey-v1.0: Make stack largerKeith Packard2017-12-12
| | * altos/scheme: inline some mem calls to reduce stack usage.Keith Packard2017-12-12