diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-04-16 06:28:11 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-04-16 06:28:11 -0700 |
commit | 906f11fb2104c4f6f9770c0c4d747cf44c13bfe6 (patch) | |
tree | 9a2ec92d6e9968dd68e4058dac3d7341dab35ad6 /ChangeLog | |
parent | 56beef8defcb5944be1ee523400b382119dbe8fc (diff) | |
download | txr-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |