diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-02-10 12:57:33 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-02-10 12:57:33 -0800 |
commit | 656a6d4b2efc283b31d540abf87408a67287bbdb (patch) | |
tree | 29422331f988d80bdea3fb5332fcfd67882e4873 /ChangeLog | |
parent | 2fccb10283aae350ced4db70fcddcc95e59e503a (diff) | |
download | txr-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |