diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-12-05 09:21:14 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-12-05 09:21:14 -0800 |
commit | b5ed6a353fe06cd001005a6c42a85f9abb47f756 (patch) | |
tree | 9589b9254a7123a174f8980b266c90a22ab36eeb /ChangeLog | |
parent | 601a5312b0b65e519584888a0f861190959516d3 (diff) | |
download | txr-b5ed6a353fe06cd001005a6c42a85f9abb47f756.tar.gz txr-b5ed6a353fe06cd001005a6c42a85f9abb47f756.tar.bz2 txr-b5ed6a353fe06cd001005a6c42a85f9abb47f756.zip |
Version 045txr-045
* txr.c (version): Bumped.
* txr.1: Bumped version and set date.
* configure (txr_ver): Bumped.
* RELNOTES: Updated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,5 +1,17 @@ 2011-12-05 Kaz Kylheku <kaz@kylheku.com> + Version 045 + + * txr.c (version): Bumped. + + * txr.1: Bumped version and set date. + + * configure (txr_ver): Bumped. + + * RELNOTES: Updated. + +2011-12-05 Kaz Kylheku <kaz@kylheku.com> + * 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. @@ -105,7 +117,7 @@ backquote processing, and quasiquote forms containing non-quasi-quotes like like '(a 'b ,c). -2011-11-20 Kaz Kylheku <kaz@kylheku.com> +2011-12-02 Kaz Kylheku <kaz@kylheku.com> Version 044 |