From 9776ad45285a46cacd5fc7288489d374f6480f37 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 6 Oct 2011 13:16:01 -0700 Subject: 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. --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d5540534..a7165fbb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2011-10-06 Kaz Kylheku + + 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 * lib.c (funcall3, curry_123_2): New functions. -- cgit v1.2.3