summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-04-16 06:28:11 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-04-16 06:28:11 -0700
commit906f11fb2104c4f6f9770c0c4d747cf44c13bfe6 (patch)
tree9a2ec92d6e9968dd68e4058dac3d7341dab35ad6 /ChangeLog
parent56beef8defcb5944be1ee523400b382119dbe8fc (diff)
downloadtxr-906f11fb2104c4f6f9770c0c4d747cf44c13bfe6.tar.gz
txr-906f11fb2104c4f6f9770c0c4d747cf44c13bfe6.tar.bz2
txr-906f11fb2104c4f6f9770c0c4d747cf44c13bfe6.zip
Adding dotimes macro.
* eval.c (me_dotimes): New function. (eval_init): Registering dotimes macro. * txr.1: Documented dotimes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b06f0dab..a9bc47a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2015-04-16 Kaz Kylheku <kaz@kylheku.com>
+
+ Adding dotimes macro.
+
+ * eval.c (me_dotimes): New function.
+ (eval_init): Registering dotimes macro.
+
+ * txr.1: Documented dotimes.
+
2015-04-15 Kaz Kylheku <kaz@kylheku.com>
Fix escaping issues in open-process on Windows.