Subject: CVS commit: pkgsrc/lang/chibi-scheme
From: Leonardo Taccari
Date: 2020-08-18 12:25:16
Message id: 20200818102516.664EAFB28@cvs.NetBSD.org

Log Message:
chibi-scheme: Update to 0.9.1

pkgsrc changes:
 - Remove no longer needed patches/patch hunk applied upstream

Changes:
0.9.1
-----
Bugfix release with several bugs fixed, notably:

  * equal? hash tables had a sporadic bug with string and vector keys
  * the distribution of random numbers with bignum values had gaps
  * minor fixes for SRFI 160 and SRFI 144

0.9
---
This release includes complete builtin support for the Tangerine
Edition of the R7RS large language.  With the ambitious scope
of R7RS large, it's unlikely further editions will continue to have
builtin support, and will instead rely on external repositories like
snow-fort.

A new compile-time option can enable O(1) string-ref using
an offset lookup table.  It is disabled by default because it's
still slower than string cursors, and has some small additional
overhead in memory, I/O and the FFI.

Other notable changes include:

  * A novel syntax-case implementation built on ER macros
    by Marc Nieper-Wißkirchen.
  * Improved Windows support by Yuki Okumura, and BSD support
    thanks to Kris Katterjon, Andrew Gwozdziewycz, and Taylor Campbell.
  * LIghtweight library aliases.
  * Native SRFI 160 uniform vectors, with FFI and read/write support.
  * A startup option can enable strict string-cursor checks,
    so that cursors can only be used with the string they reference.
  * JSON read/write support, with utilities to read records.
  * Diff highlighting in unit test failures.
  * Updated to Unicode 13.
  * ... plus many new SRFIs, portability improvements, and bugfixes.

Not counting aliases and test packages, Chibi now comes with
over 200 libraries in the base distribution, with many more available
on snow-fort.org.

Files:
RevisionActionfile
1.2modifypkgsrc/lang/chibi-scheme/Makefile
1.2modifypkgsrc/lang/chibi-scheme/PLIST
1.2modifypkgsrc/lang/chibi-scheme/distinfo
1.2modifypkgsrc/lang/chibi-scheme/patches/patch-Makefile
1.1removepkgsrc/lang/chibi-scheme/patches/patch-lib_chibi_signal.c