summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-14Use the Scheme value of void for json null instead of the Scheme null value.fix-json-nullRobby Zambito
2023-02-08Merge pull request #887 from mnieper/srfi-211Alex Shinn
2023-02-08don't assume git for building clibs.c (issue #891)Alex Shinn
2023-02-08Merge branch 'master' of github.com:ashinn/chibi-schemeAlex Shinn
2023-02-08clarify chibi-scheme-static docsAlex Shinn
2023-02-05Merge pull request #888 from smazga/9front-exitAlex Shinn
2023-02-04ifdef the return status so that non-plan9 systems get the real valueMcKay Marston
2023-02-03Fix exit call on plan9/9frontMcKay Marston
2023-02-01Install the new libraries.Marc Nieper-Wißkirchen
2023-02-01Provide identifier-syntax and make-variable-transformer through standardized ...Marc Nieper-Wißkirchen
2023-01-28Error on using only to import an unexported binding.Alex Shinn
2022-12-11Cast to int before comparing with EOF (#745).Alex Shinn
2022-12-04Merge branch 'master' of github.com:ashinn/chibi-schemeAlex Shinn
2022-12-04Fix sexp_contains_syntax_p_bound for synclos in dotted rest position.Alex Shinn
2022-10-31Merge pull request #856 from dpapavas/static-user-libsAlex Shinn
2022-10-30Add support for user exported C librariesDimitris Papavasiliou
2022-10-30Merge pull request #870 from dpk/safe-syntax-case-macro-auxAlex Shinn
2022-10-30Merge pull request #871 from dpk/fix-syntax-testsAlex Shinn
2022-10-28Add syntax-tests to test-allDaphne Preston-Kendal
2022-10-28Fix syntax-tests to use mutable-environmentDaphne Preston-Kendal
2022-10-26Make macro-aux safe for other things together with syntax-caseDaphne Preston-Kendal
2022-10-19Merge pull request #793 from dpk/string-ref-cacheAlex Shinn
2022-10-19add package-page snow-fort utilityAlex Shinn
2022-10-19add ffi support for movable parametersAlex Shinn
2022-10-12Merge pull request #868 from arthurgleckler/masterAlex Shinn
2022-10-11Fix bug: attributes without values didn't work.Arthur A. Gleckler
2022-10-11Merge pull request #867 from arthurgleckler/masterAlex Shinn
2022-10-11Update variable name per Alex's suggestion.Arthur A. Gleckler
2022-10-11Adding sxml tests.Alex Shinn
2022-10-11Improve let-keywords docs and add unit tests (issue #866).Alex Shinn
2022-10-10Add support for SXML indentation on output.Arthur A. Gleckler
2022-10-05Fix bug in procedure-flags in (chibi ast) (issue #864)Alex Shinn
2022-10-04Make environment immutable and add mutable-environment alternative (issue #863).Alex Shinn
2022-09-26typo s/df/fd (fixes #861)Alex Shinn
2022-09-16Add immutable-string with copy-on-write semantics (issue #860).Alex Shinn
2022-09-15Fix reversal of results in rounding all leading 9's (issue #859).Alex Shinn
2022-09-11Merge pull request #858 from okuoku/win32-test-fixAlex Shinn
2022-09-11cmake: Exclude `(chibi shell)` test on Win32okuoku
2022-09-04string-set! should respect immutability (issue #857)Alex Shinn
2022-08-24Merge pull request #854 from lockywolf/chibi-shell-return-value-exit-statusAlex Shinn
2022-08-24Make (shell) in (chibi shell) return exit status of last command.Lockywolf
2022-08-11signal an error when we can't change-directory in with-directory (issue #850)Alex Shinn
2022-08-09snow-post should quote valuesAlex Shinn
2022-08-09make-request path should be a string even in failure caseAlex Shinn
2022-08-08adding more warnings for bad repos (issue #846)Alex Shinn
2022-08-08Using Makefile-configured snow install directories.Alex Shinn
2022-08-04Merge pull request #849 from lockywolf/shell.scm-scribble-fixesAlex Shinn
2022-08-03Fix scribble documentation for shell.scmLockywolf
2022-08-03Revert "Install manpages in man/man1, not man"Alex Shinn
2022-08-03Merge pull request #847 from lockywolf/masterAlex Shinn