diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-01-15 21:38:08 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-01-15 21:38:08 -0800 |
commit | 364e74f4b3fb403767509d3760c0cb00bdd46826 (patch) | |
tree | 836035d6e1570df77d7bfaff9f58a5c19f21418c /RELNOTES | |
parent | ed42b9a3991196eac43a76bc27c8fe5cc239785b (diff) | |
download | txr-364e74f4b3fb403767509d3760c0cb00bdd46826.tar.gz txr-364e74f4b3fb403767509d3760c0cb00bdd46826.tar.bz2 txr-364e74f4b3fb403767509d3760c0cb00bdd46826.zip |
Version 132.txr-132
* 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 | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ + TXR 132 + 2016-01-16 + + + Features + + - Unix crypt function exposed. + - The identity function gets an alias named "use", for a + readability improvement in certain functional coding scenarios. + - The / function becomes n-ary, allowing forms like (/ 12 3 4). + - New :mandatory keyword in until/last clauses, makes them a + required match. + + Bugs + + - Fixed lack of location info for unbound variable error in dohash. + - *print-flo-format* variable was affecting output of integers. + - @(gather :vars ()) was behaving the same as @(gather); that is, + as if :vars wasn't specified at all. + + + TXR 131 2016-01-13 |