From dd270e9350901f7b750364d167dcd880038cb86f Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 21 Jul 2015 06:17:33 -0700 Subject: * eval.c (eval_init): Register new split function. * lib.c (split_func): New static function. (partition_split_common): New static function, based on on contents of partition function. (partition): Now a wrapper around partition_split_common. (split): New function. * lib.h (split): Documented. * txr.1: Documented split. --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0e196acc..ea191850 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2015-07-21 Kaz Kylheku + + * eval.c (eval_init): Register new split function. + + * lib.c (split_func): New static function. + (partition_split_common): New static function, based on + on contents of partition function. + (partition): Now a wrapper around partition_split_common. + (split): New function. + + * lib.h (split): Documented. + + * txr.1: Documented split. + 2015-07-13 Kaz Kylheku * parser.c (open_txr_file): Bugfix: the name of the parsed -- cgit v1.2.3