diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-05-26 01:01:19 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-05-26 01:01:19 -0700 |
commit | b4305c1689c0a1269d30086d9335411acb31d935 (patch) | |
tree | 0131855000ef778992d8bd5664967042ada69f38 /RELNOTES | |
parent | a0b712ca37537ca6067d8cd40bd1c232cb437cee (diff) | |
download | txr-b4305c1689c0a1269d30086d9335411acb31d935.tar.gz txr-b4305c1689c0a1269d30086d9335411acb31d935.tar.bz2 txr-b4305c1689c0a1269d30086d9335411acb31d935.zip |
Version 260txr-260
* 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 | 34 |
1 files changed, 34 insertions, 0 deletions
@@ -1,3 +1,37 @@ + TXR 260 + 2021-05-26 + + + Features + + - structural pattern matching: + - values in hash pattern can be now omitted with usefully nuanced + semantics. + - parser: + - unterminated expression diagnostic now given in in format that lets + editors jump to the start of the unterminated construct. + - compiler: + - better translation strategy for global var definitions. + - documentation improvements. + + Bugs + + - lib: + - buggy :wrap and :reflect in window-map fixed. + - case{q*,ql*,qual*} macros failing to expand key expressions. + - compiler: + - fix compile-file warnings being deferred to end of surrounding load + - ffi: + - crash when carray object passed as argument to foreign function. + - arithmetic: + - several bugs in the area of bignum to 64 bit conversions. + - listener: + - don't complete on symbols that are just interned, with no binding. + - doc function now handling symbols like <= that use HTML codes in + the document. + + + TXR 259 2021-05-13 |