summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-02-10 12:57:33 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-02-10 12:57:33 -0800
commit656a6d4b2efc283b31d540abf87408a67287bbdb (patch)
tree29422331f988d80bdea3fb5332fcfd67882e4873 /ChangeLog
parent2fccb10283aae350ced4db70fcddcc95e59e503a (diff)
downloadtxr-656a6d4b2efc283b31d540abf87408a67287bbdb.tar.gz
txr-656a6d4b2efc283b31d540abf87408a67287bbdb.tar.bz2
txr-656a6d4b2efc283b31d540abf87408a67287bbdb.zip
* eval.c (rcomb_gen_fun_common): Streamlined implementation.
Got rid of stack that is consed up on each call.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cee7df5a..48d91ce2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2014-02-10 Kaz Kylheku <kaz@kylheku.com>
+ * eval.c (rcomb_gen_fun_common): Streamlined implementation.
+ Got rid of stack that is consed up on each call.
+
+2014-02-10 Kaz Kylheku <kaz@kylheku.com>
+
Relaxed behavior: don't throw errors for impossible permutations,
but return an empty list.