summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-30Implement SRFI 229: Tagged Proceduressrfi-229Marc Nieper-Wißkirchen
2021-11-25simplify opt-lambda def; copy list tail for rest argumentsAlex Shinn
2021-11-25Merge branch 'master' of github.com:ashinn/chibi-schemeAlex Shinn
2021-11-25allow non-optional bindings in let-optionals[*]Alex Shinn
2021-11-24Merge pull request #788 from dpk/srfi-227Alex Shinn
2021-11-24Add support for SRFI 227Daphne Preston-Kendal
2021-11-19Merge pull request #787 from arthurgleckler/masterAlex Shinn
2021-11-18Support more MIME types for common file types.Arthur A. Gleckler
2021-11-18Fix typo in comment.Arthur A. Gleckler
2021-11-19http servers should ignore SIGPIPE by defaultAlex Shinn
2021-11-08adjust for rounding up converting from fixnum to double in exact-integer-sqrt...Alex Shinn
2021-11-07use return code from main in SRFI 22 usage (fixes #783)Alex Shinn
2021-11-07Merge pull request #780 from jpellegrini/srfi-144-fixAlex Shinn
2021-11-07fix sqrt of complex negative zero (issue #785)Alex Shinn
2021-09-29Add missing constants to SRFI-144Jeronimo Pellegrini
2021-09-19Explicitly add -lm and conditionally -lutil/-ldl on linuxLukas Böger
2021-09-06Merge pull request #764 from jgesswein/fix-test-runner-indentationAlex Shinn
2021-09-05Implement review commentsJürgen Geßwein
2021-09-02enforce order of let-optionals* val/rest binding in non-chibi impl (issue 778)Alex Shinn
2021-08-30nitpick (issue #778)Alex Shinn
2021-08-30explicitly state that it is an error if the default values mutate the let-opt...Alex Shinn
2021-08-19fix array-tileAlex Shinn
2021-08-16Assert same domains in array-for-each, as per the spec and implicitlyAlex Shinn
2021-08-14rename bare let in case expansion (issue #772)Alex Shinn
2021-08-10Decouple syntax-case from the Chibi core.Alex Shinn
2021-08-10Merge pull request #770 from lassik/snprintfAlex Shinn
2021-08-07Simplify snprintf usageLassi Kortela
2021-08-07Implement review commentsJürgen Geßwein
2021-08-04make pid_t and some other POSIX integer types signed (issue #769)Alex Shinn
2021-08-04Merge pull request #768 from ashinn/syntax-rules-parserAlex Shinn
2021-08-03Parse syntax-rules more strictlysyntax-rules-parserMarc Nieper-Wißkirchen
2021-07-28Merge branch 'master' of github.com:ashinn/chibi-schemeAlex Shinn
2021-07-28signal error on improper lists passed to map/for-eachAlex Shinn
2021-07-28Merge pull request #761 from lubgr/cmake-install-targetokuoku
2021-07-28don't assume map works on improper lists in cpp-defineAlex Shinn
2021-07-28ensure ffi assertions are a proper listAlex Shinn
2021-07-25Merge pull request #763 from lubgr/fix-unused-variable-warningAlex Shinn
2021-07-25Fix indentation of test runner outputJürgen Geßwein
2021-07-23don't dump images in static library configurationsLukas Böger
2021-07-23remove unused variableLukas Böger
2021-07-23Build images and .meta lists with ALL targetLukas Böger
2021-07-22fix dependencies of package list generation commandLukas Böger
2021-07-22set! should guard against exceptions in the var ref lookup (fixes issue #762)Alex Shinn
2021-07-21install an EXPORT set and cooperate with find_packageLukas Böger
2021-07-21add missing template/helper files for install targetsLukas Böger
2021-07-21install pkgconfig file, tooLukas Böger
2021-07-21don't manually specify default behaviour for file permissionsLukas Böger
2021-07-21install main targets, images and meta listsLukas Böger
2021-07-21build images and meta package listsLukas Böger
2021-07-22Merge pull request #758 from lubgr/cmake-lift-platform-restrictionsokuoku