summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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.