summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-10-06 13:16:01 -0700
committerKaz Kylheku <kaz@kylheku.com>2011-10-06 13:16:01 -0700
commit9776ad45285a46cacd5fc7288489d374f6480f37 (patch)
treee141aa7d91e132752654f9bba78f167f5a65990d /ChangeLog
parentb9746b4840d0f38042773bbc097286dd02857e18 (diff)
downloadtxr-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--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d5540534..a7165fbb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.