Releases: ashinn/chibi-scheme
Releases · ashinn/chibi-scheme
0.11
What's Changed
- Fix documentation on building a standalone statically linked executable including compiled libs by @lubgr in #746
- Initialize variables in FFI tests by @ilammy in #748
- Fix usage of signbit() in SRFI 144 by @ilammy in #747
- (chibi math prime) fix miller-rabin-composite?, factor, etc (issue #751), add factor-alist by @wrog in #752
- CMake update 1/3: basic modernization (preserving all current functionality) by @lubgr in #755
- CMake update 2/3: lift platform restriction by @lubgr in #758
- Triviality: silence an unused variable warning in compiled test by @lubgr in #763
- CMake update 3/3: provide install target by @lubgr in #761
- Parse syntax-rules more strictly by @mnieper in #768
- Simplify snprintf usage by @lassik in #770
- Fix indentation of test runner output by @jgesswein in #764
- CMake linux fix: add linker flags -lm -lutil and -ldl (when configured for dynamic loading) by @lubgr in #779
- Add missing constants to SRFI-144 by @jpellegrini in #780
- Fix disconnects. Support more MIME types. Fix comment. by @arthurgleckler in #787
- Add support for SRFI 227 by @dpk in #788
- Fix SRFI 227 exports by @mnieper in #795
- Add reference-barrier to (srfi 124) by @dpk in #796
- Fix SRFI 124 imports for reference-barrier by @dpk in #797
- Minor documentation improvements (C API) by @lubgr in #807
- Build fails with SEXP_USE_MALLOC by @dpapavas in #809
- Export sexp_get_stack_trace by @dpapavas in #813
- Expose construction of foreign procedures. by @dpapavas in #806
- Identifier macros by @dpk in #805
- Fix definition of full-match? (Proposed fix for #816) by @dpk in #818
- (chibi parse): Ensure reason is always a string by @nmeum in #821
- lib/chibi/diff.scm: Fix string ANSI coloring call by @ztzg in #823
(chibi parse)
: allow (optionally) passing custom fk to parse-commit by @nmeum in #824- Better case-lambda tests by @dpk in #828
- SRFI-144: accept zero arguments for flmax/flmin by @jpellegrini in #832
- Fix SEXP_CUSTOM_LONG_LONGS lsint_to_sint by @rschifflin in #839
- Add (chibi shell) to the documentation. in #843
- Add a crutch to better detect snow binary extension dir. in #848
- Install manpages in man/man1, not man in #847
- Fix scribble documentation for shell.scm in #849
- Make (shell) in (chibi shell) return exit status of last command. in #854
- cmake: Exclude
(chibi shell)
test on Win32 by @okuoku in #858 - Add support for SXML indentation on output. by @arthurgleckler in #867
- Fix bug: attributes without values didn't work. by @arthurgleckler in #868
- Add a feature to cache the most recent string index->cursor result by @dpk in #793
- Fix syntax-tests to use mutable-environment by @dpk in #871
- Make macro-aux safe for other things together with syntax-case by @dpk in #870
- Add support for exporting statically compiled libraries from C by @dpapavas in #856
- Fix exit call on plan9/9front by @smazga in #888
- Provide identifier-syntax and make-variable-transformer through standardized SRFI libraries. by @mnieper in #887
- Fix #880 by @chk-jxcn in #896
- Fix bug: sexp_read_number can't parse a/b@c-style number correctly. by @nkoguro in #898
- add simple http client and server examples by @adamfeuer in #903
- add support for Guile [snow-chibi] by @rgherdt in #907
- Update .gitignore by @lassik in #912
- Drop (chibi sxml) dependency on let-optionals by @lassik in #913
- Fix broken import in (srfi 193) by @lassik in #915
- Add index-swap, fix assert in array-append by @gambiteer in #918
- Fix SRFI 231 install by @gambiteer in #919
- SRFI 231: Add index-* tests by @gambiteer in #920
- SRFI 231: Declare char-storage-class, fix interval-projections by @gambiteer in #937
- Handle basic special characters in
write
by @raviqqe in #939 (chibi test)
: Put newlines after test results etc in verbose mode by @dpk in #942- Fix #944: concatenate! work with empty lists in any position by @ekaitz-zarraga in #945
- Add srfi-64 by @ekaitz-zarraga in #943
- Reduce iterations in concatenate! by @ekaitz-zarraga in #946
- Avoid needless allocation in read-bytevector! by @wasamasa in #950
- Fix: segmentation fault during GC marking by @petteripiiroinen in #954
- Added missing argument to
sexp_string_cursor_set
by @0xJonas in #956 - improve readme for mac users by @aisk in #932
- Unwind on exit by @raviqqe in #940
- Fix typo in (chibi app) example. by @arthurgleckler in #978
New Contributors
- @wrog made their first contribution in #752
- @jgesswein made their first contribution in #764
- @jpellegrini made their first contribution in #780
- @arthurgleckler made their first contribution in #787
- @dpapavas made their first contribution in #809
- @nmeum made their first contribution in #821
- @ztzg made their first contribution in #823
- @rschifflin made their first contribution in #839
- @chk-jxcn made their first contribution in #896
- @nkoguro made their first contribution in #898
- @adamfeuer made their first contribution in #903
- @rgherdt made their first contribution in #907
- @gambiteer made their first contribution in #918
- @raviqqe made their first contribution in #939
- @petteripiiroinen made their first contribution in #954
- @0xJonas made their first contribution in #956
- @aisk made their first contribution in #932
Full Changelog: 0.10...0.11