diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-05-01 05:30:07 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-05-01 05:30:07 -0700 |
commit | 8d0cf746f708b5ecd5a1924d5e96aafbf0ec3b2b (patch) | |
tree | 0abc51aef226157f1fc68861c8ac38a647660330 /RELNOTES | |
parent | 42339b4608afc933ba87de057f22a1dffe15354e (diff) | |
download | txr-8d0cf746f708b5ecd5a1924d5e96aafbf0ec3b2b.tar.gz txr-8d0cf746f708b5ecd5a1924d5e96aafbf0ec3b2b.tar.bz2 txr-8d0cf746f708b5ecd5a1924d5e96aafbf0ec3b2b.zip |
Version 258txr-258
* RELNOTES: Updated.
* configure, txr.1: Bumped version and date.
* share/txr/stdlib/ver.tl: Bumped.
* txr.vim, tl.vim: Regenerated.
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 28 |
1 files changed, 27 insertions, 1 deletions
@@ -1,3 +1,29 @@ + TXR 258 + 2021-04-30 + + + Features + + - Structural pattern matching now supports quasiliteral patterns + for matching into strings. + - Search tree module supports a way to start scanning nodes + in order at or above a given lower bound key. + - improvements in Vim syntax highlighting files. + + Bugs + + - GC issue in sequence iterators: not marking iterated object + when it's a structure. + - GC issue in parser. + - lexical-var-p: no longer wrongly returns t for locally bound + special variables. + - regression in mapcar*, going back to 240. + - search tree module: + - massive gc problems + - broken tree-lookup + + + TXR 257 2021-04-22 @@ -34,7 +60,7 @@ - New C function dis that can be used debugging TXR with gdb to disassemble VM code. - Bugs: + Bugs - compiler: - (call (fun f) ...) forms not registering the reference to f, |