diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-12-14 19:33:55 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-12-14 19:33:55 -0800 |
commit | 89baf71c475f494c139df7c7f29a593b5a0f7d61 (patch) | |
tree | 58aa92761daf62600ec53d3dc147476eca511d98 /ChangeLog | |
parent | 93e4c50d09dcc20d7b244b66987f869143d45dd0 (diff) | |
download | txr-89baf71c475f494c139df7c7f29a593b5a0f7d61.tar.gz txr-89baf71c475f494c139df7c7f29a593b5a0f7d61.tar.bz2 txr-89baf71c475f494c139df7c7f29a593b5a0f7d61.zip |
* lib.c (car, cdr): Set the lazy cons function to nil
after calling it.
(rplacd): Do not set the lazy cons function to nil
in.
* txr.1: Documented a bunch of functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2011-12-14 Kaz Kylheku <kaz@kylheku.com> + * lib.c (car, cdr): Set the lazy cons function to nil + after calling it. + (rplacd): Do not set the lazy cons function to nil + in. + + * txr.1: Documented a bunch of functions. + +2011-12-14 Kaz Kylheku <kaz@kylheku.com> + * eval.c (eval_init): Removed registration for vec_get_fil. Renamed vec_set_fill to vec-set-length. |