summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-10-29 21:33:05 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-10-29 21:33:05 -0700
commitf177728426cd193666aac2060f920b7e89dd7d5e (patch)
tree4d691ca1454636b5f816b531a2042bc08f10b842 /RELNOTES
parent52e01f2c5a9c2c05ece789a66c7698624fc2e11f (diff)
downloadtxr-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--RELNOTES28
1 files changed, 28 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 6426fc52..b110152f 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -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