summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-07-29 20:03:18 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-07-29 20:03:18 -0700
commit187685ec560594fd5e1b26b76c6fea4ec92cc652 (patch)
tree1bf9bc3f4970fac8d7e4536050959075b60a6c7c /ChangeLog
parentec2bdf886c2970b7b0977bd014cdb7987e7c2dae (diff)
downloadtxr-187685ec560594fd5e1b26b76c6fea4ec92cc652.tar.gz
txr-187685ec560594fd5e1b26b76c6fea4ec92cc652.tar.bz2
txr-187685ec560594fd5e1b26b76c6fea4ec92cc652.zip
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9fde9b76..7d55f198 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2014-07-29 Kaz Kylheku <kaz@kylheku.com>
+ * 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 <kaz@kylheku.com>
+
* arith.c (plus, minus, mul): Fix missing breaks
to switch statements, leading to strange error
messages when wrong types are passed in.