summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2017-06-25 07:01:54 -0700
committerKaz Kylheku <kaz@kylheku.com>2017-06-25 07:01:54 -0700
commite48fdd2fbf1d95d543dea989220b0eedf11939e5 (patch)
treec750ddd8b02a799f995a64b62df38272fa967744 /RELNOTES
parentfe28f0759672844ae50eb8375af11fd791dc4de1 (diff)
downloadtxr-e48fdd2fbf1d95d543dea989220b0eedf11939e5.tar.gz
txr-e48fdd2fbf1d95d543dea989220b0eedf11939e5.tar.bz2
txr-e48fdd2fbf1d95d543dea989220b0eedf11939e5.zip
Version 180.txr-180
* RELNOTES: Updated. * configure, txr.1: Bumped version and date. * share/txr/stdlib/ver.tl: Likewise. * txr.vim, tl.vim, protsym.c: Regenerated.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES22
1 files changed, 22 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 6b16189d..c490700f 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,25 @@
+ TXR 180
+ 2017-06-25
+
+
+ Features
+
+ - FFI:
+ - new types: bool, longlong, ulonglong.
+ - support for C unions.
+ - improved support for type-tagged cptr.
+ - some performance optimizations.
+
+ Bugs
+
+ - Fixed regression in horizontal @(trailer) introduced in 170.
+ - Fixed broken append redirection operator ->> in awk macro.
+ - FFI:
+ - fixed broken float put operation.
+ - fixed broken handling of cptr when parametrized by tag symbol.
+
+
+
TXR 179
2017-06-18