summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2013-12-11 07:32:17 -0800
committerKaz Kylheku <kaz@kylheku.com>2013-12-11 07:32:17 -0800
commit96a062025a5509b48d1fb0cf48db783229ef40c4 (patch)
tree2d44687d67b642547b521cdf79da9b5c8585ca7e /ChangeLog
parent1a889dee86a153952632ef60ae07c732014982a7 (diff)
downloadtxr-96a062025a5509b48d1fb0cf48db783229ef40c4.tar.gz
txr-96a062025a5509b48d1fb0cf48db783229ef40c4.tar.bz2
txr-96a062025a5509b48d1fb0cf48db783229ef40c4.zip
* eval.c (symbol_value, boundp, fboundp): New functions.
(eval_init): New functions registred as intrinsics. * txr.1: Documented.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c8c49f6d..c42adde9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2013-12-11 Kaz Kylheku <kaz@kylheku.com>
+ * eval.c (symbol_value, boundp, fboundp): New functions.
+ (eval_init): New functions registred as intrinsics.
+
+ * txr.1: Documented.
+
+2013-12-11 Kaz Kylheku <kaz@kylheku.com>
+
* arith.c, hash.c, lib.c, rand.c, stream.c, syslog.c: Removing
#include <assert.h> since none of these modules uses the standard C
assert macro.