From 187685ec560594fd5e1b26b76c6fea4ec92cc652 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 29 Jul 2014 20:03:18 -0700 Subject: * eval.c (repeatv): Renamed to repeat. Turned into function with one optional argument, reflecting existing behavior. (eval_init): Registration of repeat updated. * txr.1: Fixed incorrect documentation which falsely suggests that repeat takes multiple lists, and doesn't mention the optional count. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9fde9b76..7d55f198 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2014-07-29 Kaz Kylheku + + * eval.c (repeatv): Renamed to repeat. Turned into function + with one optional argument, reflecting existing behavior. + (eval_init): Registration of repeat updated. + + * txr.1: Fixed incorrect documentation which falsely suggests + that repeat takes multiple lists, and doesn't mention + the optional count. + 2014-07-29 Kaz Kylheku * arith.c (plus, minus, mul): Fix missing breaks -- cgit v1.2.3