diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-02-27 23:29:19 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-02-27 23:29:19 -0800 |
commit | 9caae19a42d87582a82c3d855b7dc59fe6427e7b (patch) | |
tree | 41ef7582ccb5c3970be6e70109160666fa432a42 /ChangeLog | |
parent | f6d793b489eb292e304a280dca160c64b8cc41f4 (diff) | |
download | txr-9caae19a42d87582a82c3d855b7dc59fe6427e7b.tar.gz txr-9caae19a42d87582a82c3d855b7dc59fe6427e7b.tar.bz2 txr-9caae19a42d87582a82c3d855b7dc59fe6427e7b.zip |
* eval.c (delay_s): Global variable removed.
(eval_init): Initialiation of delay_s removed.
Symbol now interned in reg_mac call for registering me_delay .
* genvim.txr: Updated to recognize a reg_mac call
with intern.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2014-02-27 Kaz Kylheku <kaz@kylheku.com> + * eval.c (delay_s): Global variable removed. + (eval_init): Initialiation of delay_s removed. + Symbol now interned in reg_mac call for registering me_delay . + + * genvim.txr: Updated to recognize a reg_mac call + with intern. + +2014-02-27 Kaz Kylheku <kaz@kylheku.com> + * txr.1: Improved documentation for the dwim operator. 2014-02-26 Kaz Kylheku <kaz@kylheku.com> |