diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-10-31 07:17:20 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-10-31 07:17:20 -0700 |
commit | e313ceee48d860d3ee9591298c9ac1630096610b (patch) | |
tree | 0dc09b716d4e84be264824417c44f95c2daf45b7 /ChangeLog | |
parent | 484dd64d138a1ae977af05193036d3fe46220b2c (diff) | |
download | txr-e313ceee48d860d3ee9591298c9ac1630096610b.tar.gz txr-e313ceee48d860d3ee9591298c9ac1630096610b.tar.bz2 txr-e313ceee48d860d3ee9591298c9ac1630096610b.zip |
New macros tb and tc.
* eval.c (me_tb, me_tc): New static functions.
(eval_init): Registered tb and tc macros.
* txr.1: Documented tb and tc.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2014-10-31 Kaz Kylheku <kaz@kylheku.com> + + New macros tb and tc. + + * eval.c (me_tb, me_tc): New static functions. + (eval_init): Registered tb and tc macros. + + * txr.1: Documented tb and tc. + 2014-10-30 Kaz Kylheku <kaz@kylheku.com> * lib.c (chk_grow_vec): New function. |