summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-05-15 06:40:03 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-05-15 06:40:03 -0700
commitf1cb385c90eb80200c36fa2628e023958472ec39 (patch)
tree994aff54aa47dcc0feabb23eaf5b07462b6516dd /ChangeLog
parent47dd339b4ae661aca9773560d83072d649a88919 (diff)
downloadtxr-f1cb385c90eb80200c36fa2628e023958472ec39.tar.gz
txr-f1cb385c90eb80200c36fa2628e023958472ec39.tar.bz2
txr-f1cb385c90eb80200c36fa2628e023958472ec39.zip
* eval.c (symbol_value): Retrieve the binding of a symbol
macro also. (boundp): Return t for symbol macros. (makunbound, fmakunbound): New functions. (eval_init): Register makunbound and fmakunbound. * txr.1: Document changes to symbol-value and boundp, and add dialect notes about the different semantics of binding.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a1b00fd4..77a01b0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2015-05-15 Kaz Kylheku <kaz@kylheku.com>
+
+ * eval.c (symbol_value): Retrieve the binding of a symbol
+ macro also.
+ (boundp): Return t for symbol macros.
+ (makunbound, fmakunbound): New functions.
+ (eval_init): Register makunbound and fmakunbound.
+
+ * txr.1: Document changes to symbol-value and boundp.
+
2015-05-14 Kaz Kylheku <kaz@kylheku.com>
* lib.c (replace_list, replace_str, replace_vec): Handle