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. --- RELNOTES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'RELNOTES') diff --git a/RELNOTES b/RELNOTES index 7cbb57af..89fde259 100644 --- a/RELNOTES +++ b/RELNOTES @@ -12,6 +12,8 @@ - Bugs in quasiquote. + - Handling of singleton clauses in cond operator. + -- cgit v1.2.3