diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-04-16 07:08:05 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-04-16 07:08:05 -0700 |
commit | 83aea1f74dd3de219de053d9162f8b217b0530ca (patch) | |
tree | 0f44c6424a853a88bbe80c074f7525c1c343d39a /ChangeLog | |
parent | 656dfb6b5ebde7c8e719fa34570c6725cc3c1640 (diff) | |
download | txr-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-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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. |