NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/55892 CVS commit: pkgsrc/lang/chibi-scheme
The following reply was made to PR bin/55892; it has been noted by GNATS.
From: "Thomas Klausner" <wiz%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/55892 CVS commit: pkgsrc/lang/chibi-scheme
Date: Wed, 11 Dec 2024 09:27:17 +0000
Module Name: pkgsrc
Committed By: wiz
Date: Wed Dec 11 09:27:17 UTC 2024
Modified Files:
pkgsrc/lang/chibi-scheme: Makefile PLIST distinfo
Log Message:
chibi-scheme: update to 0.11.0.
Based on PR 55892 by db7.
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
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/chibi-scheme/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/chibi-scheme/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/chibi-scheme/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index