summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2013-12-17 07:15:44 -0800
committerKaz Kylheku <kaz@kylheku.com>2013-12-17 07:15:44 -0800
commitaf791d39068b7cd231497f955c0a314a31ee8881 (patch)
tree2134a7c919a06bc5b71844e05ac547df6b40d41d /ChangeLog
parent0c5016a7f39a6a70018949da90f3b9737bf945de (diff)
downloadtxr-af791d39068b7cd231497f955c0a314a31ee8881.tar.gz
txr-af791d39068b7cd231497f955c0a314a31ee8881.tar.bz2
txr-af791d39068b7cd231497f955c0a314a31ee8881.zip
* eval.c (op_defvar): Fix the semantics to be similar to Common Lisp:
no effect if the variable already exists. * txr.1: Documented defvar and lisp-parse.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ddc5238a..acb32b2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2013-12-17 Kaz Kylheku <kaz@kylheku.com>
+
+ * eval.c (op_defvar): Fix the semantics to be similar to Common Lisp:
+ no effect if the variable already exists.
+
+ * txr.1: Documented defvar and lisp-parse.
+
2013-12-16 Kaz Kylheku <kaz@kylheku.com>
* lib.c (intern): fix the previous diagnostic bug once more with more