diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-02-11 16:28:23 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-02-11 16:28:23 -0800 |
commit | 8910536efaa12182a4ae0158783a1bb1426cdf04 (patch) | |
tree | 7c9d97c7efc3bd1f855f8a31ddee09d0970cecf4 /RELNOTES | |
parent | 28c0b2296f8e7e268400911d8fa6bb07a5bc76b3 (diff) | |
download | txr-8910536efaa12182a4ae0158783a1bb1426cdf04.tar.gz txr-8910536efaa12182a4ae0158783a1bb1426cdf04.tar.bz2 txr-8910536efaa12182a4ae0158783a1bb1426cdf04.zip |
Version 79txr-79
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ + TXR 79 + 2014-02-11 + + + Features + + - New functions comb, perm, rcomp and rperm for calculating repeating and + non-repeating combinations and permuations of sequences (lists, vectors and + strings). Hashes are supported by comb function. + + Bugs + + - Hardening of code for handling excessively large vectors. + + - Bugfix in quasistring handling in TXR Lisp. + + - Bugfix in if function (not the if operator). + + + TXR 78 2014-02-06 |