From 3d85925c3f209bed8703e4901ce3a28de89deea4 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 1 Jul 2017 07:13:34 -0700 Subject: Version 181. * RELNOTES: Updated. * configure, txr.1: Bumped version and date. * share/txr/stdlib/ver.tl: Likewise. * txr.vim, tl.vim, protsym.c: Regenerated. --- RELNOTES | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'RELNOTES') diff --git a/RELNOTES b/RELNOTES index c490700f..81b500a4 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,3 +1,34 @@ + TXR 181 + 2017-07-01 + + + Features + + - FFI: + - new cptr functions cptr-cast and int-cptr. + - new macro deffi-sym + - enums can be based on types other than int. + - make-union can specify an initial value, and optionally specify the + member for that value (defaulting to the first member). + + - Lib: + - New Cartesian product mapping functions: maprod and maprend. + + Bugs + + - FFI: + - fixed broken "in" semantics of zarray types. + - fixed failure to null terminate zarrays. + - fixed broken struct/union returns on big endian. + - fixed bool types reporting as integers in the + printed # notation. + - fixed more bugs in bitfield layout leading to + incorrect placement and retrieval of bitfield values. + - fixed union types reporting as struct types + in the # notation. + + + TXR 180 2017-06-25 -- cgit v1.2.3