From 601a5312b0b65e519584888a0f861190959516d3 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 5 Dec 2011 09:14:05 -0800 Subject: * eval.c (op_cond): Fixed behavior for singleton clauses. (eval_init): Use existing function objects car_f, cdr_f, eq_f, eql_f and equal_f. Added identity to function table. * lib.h (eql_f): Missing declaration added. * txr.1: Documented cond, and, if, or, defun, inc, dec, set, push and pop. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 768eff4f..028cb0c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2011-12-05 Kaz Kylheku + + * eval.c (op_cond): Fixed behavior for singleton clauses. + (eval_init): Use existing function objects car_f, cdr_f, + eq_f, eql_f and equal_f. Added identity to function table. + + * lib.h (eql_f): Missing declaration added. + + * txr.1: Documented cond, and, if, or, defun, inc, dec, + set, push and pop. + 2011-12-04 Kaz Kylheku * parser.y (force_regular_quotes): Function removed. -- cgit v1.2.3