From af791d39068b7cd231497f955c0a314a31ee8881 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 17 Dec 2013 07:15:44 -0800 Subject: * 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. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ddc5238a..acb32b2a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2013-12-17 Kaz Kylheku + + * 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 * lib.c (intern): fix the previous diagnostic bug once more with more -- cgit v1.2.3