summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-10-31 07:17:20 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-10-31 07:17:20 -0700
commite313ceee48d860d3ee9591298c9ac1630096610b (patch)
tree0dc09b716d4e84be264824417c44f95c2daf45b7 /ChangeLog
parent484dd64d138a1ae977af05193036d3fe46220b2c (diff)
downloadtxr-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 86c746c3..f78f1cf8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.