diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2020-09-01 23:33:09 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2020-09-01 23:33:09 -0700 |
commit | 6c7a93c23b6eef423b799a0b081d8ccd941074de (patch) | |
tree | 0add920ae5dae8da060ac5b03dc1bd412fbccbbe /RELNOTES | |
parent | 5338a16040fca8720c60c18b78d663a53a8eba20 (diff) | |
download | txr-6c7a93c23b6eef423b799a0b081d8ccd941074de.tar.gz txr-6c7a93c23b6eef423b799a0b081d8ccd941074de.tar.bz2 txr-6c7a93c23b6eef423b799a0b081d8ccd941074de.zip |
Version 243txr-243
* RELNOTES: Updated.
* configure, txr.1: Bumped version and date.
* share/txr/stdlib/ver.tl: Likewise.
* txr.vim, tl.vim: Regenerated.
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -1,3 +1,31 @@ + TXR 243 + 2020-09-01 + + + Features: + + - TXR: + - output-side @(repeat) directive more intelligent: + - now identifies variables referenced in Lisp code + - many uses of :vars now unnecessary + - variables identified in expansion pass now, before query execution + + - OOP: + - diamond problem in multiple inheritance addressed. + - duplicate inheritance bases no longer cause multiple + calls to :init, :postinit and :fini handlers. + + - Lib: + - new reject funtion, complements select. + + Bugs: + + - FFI: + - several bugs addressed in the allocation of bitfields. + - documentation of Bitfield Allocation Rules also updated. + + + TXR 242 2020-08-14 |