From b4305c1689c0a1269d30086d9335411acb31d935 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 26 May 2021 01:01:19 -0700 Subject: Version 260 * RELNOTES: Updated. * configure, txr.1: Bumped version and date. * share/txr/stdlib/ver.tl: Bumped. * txr.vim, tl.vim: Regenerated. --- RELNOTES | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'RELNOTES') diff --git a/RELNOTES b/RELNOTES index c3935893..613c94e3 100644 --- a/RELNOTES +++ b/RELNOTES @@ -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 -- cgit v1.2.3