diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-07-21 20:37:59 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-07-21 20:37:59 -0700 |
commit | 701d5ff8c6a2d4ca6023be345faf4f085db6c689 (patch) | |
tree | abe7bc64bb157ddbba61b4dedf37b795912eeade /ChangeLog | |
parent | dd270e9350901f7b750364d167dcd880038cb86f (diff) | |
download | txr-701d5ff8c6a2d4ca6023be345faf4f085db6c689.tar.gz txr-701d5ff8c6a2d4ca6023be345faf4f085db6c689.tar.bz2 txr-701d5ff8c6a2d4ca6023be345faf4f085db6c689.zip |
* share/txr/stdlib/place.tl (defplace cdr): Change deletion
semantics so that (del (cdr x)) is symmetric with (del (car x)).
* txr.1: Update documentation.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2015-07-21 Kaz Kylheku <kaz@kylheku.com> + * share/txr/stdlib/place.tl (defplace cdr): Change deletion + semantics so that (del (cdr x)) is symmetric with (del (car x)). + + * txr.1: Update documentation. + +2015-07-21 Kaz Kylheku <kaz@kylheku.com> + * eval.c (eval_init): Register new split function. * lib.c (split_func): New static function. |