diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-10-29 21:33:05 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-10-29 21:33:05 -0700 |
commit | f177728426cd193666aac2060f920b7e89dd7d5e (patch) | |
tree | 4d691ca1454636b5f816b531a2042bc08f10b842 /RELNOTES | |
parent | 52e01f2c5a9c2c05ece789a66c7698624fc2e11f (diff) | |
download | txr-f177728426cd193666aac2060f920b7e89dd7d5e.tar.gz txr-f177728426cd193666aac2060f920b7e89dd7d5e.tar.bz2 txr-f177728426cd193666aac2060f920b7e89dd7d5e.zip |
Version 121.txr-121
* 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 121 + 2015-10-30 + + + + Features + + - TXR Lisp now has delimited continuations. + - easy to use via obtain/yield macro operators. + - New function truncate-stream for truncating files. + - Reduced stack usage on glibc systems by shrinking unwind + frames, achieved by replacing the 128 byte wide sigset_t + type with a much smaller type. + - The way place macros are expanded has improved, making + them more useful. + - Macro parameter lists have a :form keyword now for capturing + the whole form. + + Bugs + + - Implemented missing second argument of zap macro. + - Assignment to *listener-hist-len* in ~/.txr_profile was not + correctly taking effect prior to loading history, causing + truncation to 100 lines. + - Fixed typo causing with-hash-iter macro not to autoload. + - Fixed crash in hash-next. + + TXR 120 2015-10-18 |