News:

  • 2024/02/23 - Minor release 0.9.11 of irregex with improved module and testing support for Guile
  • 2021/07/06 - Minor release 0.9.10 of irregex with various bugfixes
  • 2021/06/21 - Fixed bug in match in match.scm for (a ...) patterns where a is already bound (thanks to Andy Wingo).
  • 2021/05/14 - Minor release 0.9.9 of irregex with a more comprehensive fix for iterated matching of empty patterns
  • 2021/05/11 - New release 0.10.0 of chibi-scheme, with multi-dimensional array support.
  • 2020/08/21 - Fixed match-letrec in match.scm using unhygienic insertion.
  • 2020/08/13 - New minor release 0.9.1 of chibi-scheme, with several bugfixes.
  • 2020/07/31 - New release 0.9.0 of chibi-scheme, with support for the R7RS Tangerine Edition.
  • 2020/07/13 - Minor release 0.9.8 of irregex with a fix for irregex-replace/all with look-behind patterns
  • 2020/07/06 - Added ..= and ..* patterns to match.scm.
  • 2020/06/30 - Minor release 0.9.9 of scheme-complete.el, with support for alias-for, and a new utility scheme-insert-globals.
  • 2019/12/31 - Minor release 0.9.7 of irregex with more intuitive handling of empty matches in iterative utils
  • 2018/10/29 - Minor release 0.9.8 of scheme-complete.el, with a fix for functions removed in Emacs 25 from Vladimir Nikishkin.
  • 2018/01/25 - New release 0.8.0 of chibi-scheme, with support for the R7RS Red Edition.
  • 2017/08/24 - Minor release 0.9.7 of scheme-complete.el, with improved caching and adding some missing bindings from (scheme char).
  • 2017/04/10 - Minor release 0.9.6 of scheme-complete.el, with a bugfix for a potential infinite loop.
  • 2017/04/02 - Minor release 0.9.5 of scheme-complete.el, with better completion in r7rs library declarations and better caching.
  • 2017/04/01 - Minor release 0.9.4 of scheme-complete.el, with a bugfix to avoid opening non-existant files.
  • 2016/12/15 - Minor release 0.9.6 of irregex with a bugfix for exponential memory use in the backtracking matcher with nested + rules
  • 2016/10/06 - Minor release 0.8.11 of fmt with parenthesis wrapping improvements.
  • 2016/09/10 - Minor release 0.9.5 of irregex with a bugfix for irregex-fold handling of bow
  • 2016/07/17 - Minor release 0.8.9 of fmt with Chez support.
  • 2016/06/04 - New release 0.9.3 of scheme-complete.el, with string-cursor support, speedups, bugfixes, and now unit tests.
  • 2016/05/03 - New release 0.9.2 of scheme-complete.el, with several bugfixes.
  • 2016/04/08 - New release 0.9.1 of scheme-complete.el, with a bugfix for cond-expand parsing.
  • 2016/03/06 - Fixed named match-let in match.scm.
  • 2015/12/23 - New release 0.9 of scheme-complete.el, with support for R7RS.
  • 2015/11/29 - Minor release 0.9.4 of IrRegex, with speedups for ** patterns.
  • 2015/05/11 - Minor release 0.7.3 of chibi-scheme, with support for emscripten and better snow support.
  • 2014/08/12 - Minor release 0.8.5 of fmt
  • 2014/08/10 - Minor release 0.8.4 of fmt
  • 2014/06/29 - New release 0.7 (nitrogen) of chibi-scheme.
  • 2014/04/26 - Minor release 0.8.3 of fmt with C formatting improvements.
  • 2012/12/26 - Updated match.scm to allow internal defines in match-let[rec,*] bodies.
  • 2012/12/05 - Minor release 0.6.1 of chibi-scheme, with several bugfixes.
  • 2012/11/29 - Minor release 0.9.2 of IrRegex, fixing irregex-fold on patterns with conditional bos.
  • 2012/11/28 - Updated match.scm with a fix for the set! operator on vector patterns.
  • 2012/11/27 - Minor release 0.9.1 of IrRegex, with accumulated bugfixes.
  • 2012/11/11 - New release 0.6 of chibi-scheme, with full draft R7RS support.
  • 2012/06/03 - New release 0.9.0 of IrRegex, with optimized tNFA match extraction by Peter Bex.
  • 2012/05/23 - Updated match.scm to prevent combinatorial explosion of generated code in certain or patterns.
  • 2012/05/07 - Minor release 0.8.1 of fmt, with fmt-js bugfixes.
  • 2011/12/18 - Minor release 0.8.3 of IrRegex, with several bugfixes.
  • 2011/04/18 - New release 0.8 of fmt, with tabular formatting, initial JavaScript support, and many bugfixes.
  • 2011/01/27 - Updated match.scm with a bugfix when matching tail patterns against an improper list.
  • 2010/09/26 - Updated match.scm with support for `..1' patterns.
  • 2010/09/07 - Updated match.scm with a bugfix for identifier extraction in some `...' and `***' patterns.
  • 2010/03/09 - Minor release 0.8.1 of IrRegex, with several bugfixes.
  • 2010/01/20 - New release 0.8.0 of IrRegex, with optimized DFA compilation.
  • 2009/12/29 - New release 0.3 of chibi-scheme, with many new features.
  • 2009/11/02 - New release 0.8.9 of scheme-complete.el, with support for indented module/library forms.
  • 2009/10/11 - New release 0.7 of fmt, with many numeric formatting improvements
  • 2009/08/31 - New release 0.7.5 of IrRegex, with split/extract utilities.
  • 2009/07/18 - New release 0.8.7 of scheme-complete.el, with foof-loop support.