summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-12-05 09:14:05 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-12-05 09:14:05 -0800
commit601a5312b0b65e519584888a0f861190959516d3 (patch)
treee222266538c44850cad63fa86703b6dc1b826f49 /RELNOTES
parent7fa8698dbec1812d13d8d7a1f323329baa9a10c4 (diff)
downloadtxr-601a5312b0b65e519584888a0f861190959516d3.tar.gz
txr-601a5312b0b65e519584888a0f861190959516d3.tar.bz2
txr-601a5312b0b65e519584888a0f861190959516d3.zip
* 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.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES2
1 files changed, 2 insertions, 0 deletions
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.
+