diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-10-06 13:16:01 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-10-06 13:16:01 -0700 |
commit | 9776ad45285a46cacd5fc7288489d374f6480f37 (patch) | |
tree | e141aa7d91e132752654f9bba78f167f5a65990d /ChangeLog | |
parent | b9746b4840d0f38042773bbc097286dd02857e18 (diff) | |
download | txr-9776ad45285a46cacd5fc7288489d374f6480f37.tar.gz txr-9776ad45285a46cacd5fc7288489d374f6480f37.tar.bz2 txr-9776ad45285a46cacd5fc7288489d374f6480f37.zip |
Renaming the currying combinators according to new scheme.
* lib.c (bind2): Function renamed to curry_12_2.
(bind2other): Function renamed to curry_12_1.
(do_bind_2, do_bind2other): Helpers renamed likewise.
(tree_find): Follows rename of bind2.
* match.c (match_files): deffilter code follows bind2 rename
to curry_12_2.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2011-10-06 Kaz Kylheku <kaz@kylheku.com> + Renaming the currying combinators according to new scheme. + + * lib.c (bind2): Function renamed to curry_12_2. + (bind2other): Function renamed to curry_12_1. + (do_bind_2, do_bind2other): Helpers renamed likewise. + (tree_find): Follows rename of bind2. + + * match.c (match_files): deffilter code follows bind2 rename + to curry_12_2. + +2011-10-06 Kaz Kylheku <kaz@kylheku.com> + * lib.c (funcall3, curry_123_2): New functions. (do_curry_123_2): New static function. |