diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-07-01 08:26:33 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-07-01 08:26:33 -0700 |
commit | 0d399a5e521d30a758276ef55c345c493a31aa0b (patch) | |
tree | c49cbfb85610ba46803b71f6baf5875b32b4c066 /RELNOTES | |
parent | f299b992d9c177d153b166774bc0f1c54e742cc2 (diff) | |
download | txr-0d399a5e521d30a758276ef55c345c493a31aa0b.tar.gz txr-0d399a5e521d30a758276ef55c345c493a31aa0b.tar.bz2 txr-0d399a5e521d30a758276ef55c345c493a31aa0b.zip |
Version 219.txr-219
* 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 | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -1,3 +1,34 @@ + TXR 219 + 2019-07-01 + + + Features + + - Base64 functions now work on buffers. + - New sha256 and crc32 functions. + - Sequences improvements: + - numerous internal changes for better maintainability and performance + - buffers and carrays considered sequences + - (append #b'...' #b'....) works + - nconc ditto + - nullify function handles hashes, buffers and carrays + - empty function handles buffers and carray + - in function allows testfun and keyfun on hashes + - defset now provides temporary variable for store value, so store form + doesn't have responsibility of once-only evaluation. + + Bugs + + - lnew: two regressions fixed. + - at-exit-do-not-call: logically reversed return value fixed. + - seq-begin: due to bug, worked only with lists. + - :key parameter macro: fixed bug causing key values to go to + wrong variables. + - various macros that use the constantp function were calling it + with a null environment. + + + TXR 218 2019-06-19 |