summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-04-16 07:08:05 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-04-16 07:08:05 -0700
commit83aea1f74dd3de219de053d9162f8b217b0530ca (patch)
tree0f44c6424a853a88bbe80c074f7525c1c343d39a /ChangeLog
parent656dfb6b5ebde7c8e719fa34570c6725cc3c1640 (diff)
downloadtxr-83aea1f74dd3de219de053d9162f8b217b0530ca.tar.gz
txr-83aea1f74dd3de219de053d9162f8b217b0530ca.tar.bz2
txr-83aea1f74dd3de219de053d9162f8b217b0530ca.zip
Adding chmod.
* configure: Detect chmod. * sysif.c (chmod_wrap): New function. (sysif_init): Register chmod intrinsic. * txr.1: Documented. * tl.vim, txr.vim: Regenerated.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a9bc47a6..dbce9883 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2015-04-16 Kaz Kylheku <kaz@kylheku.com>
+ Adding chmod.
+
+ * configure: Detect chmod.
+
+ * sysif.c (chmod_wrap): New function.
+ (sysif_init): Register chmod intrinsic.
+
+ * txr.1: Documented.
+
+ * tl.vim, txr.vim: Regenerated.
+
+2015-04-16 Kaz Kylheku <kaz@kylheku.com>
+
Adding dotimes macro.
* eval.c (me_dotimes): New function.