diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-06-03 06:21:36 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-06-03 06:21:36 -0700 |
commit | c66aa75d955df8eae0b5553a5a57601245ad65af (patch) | |
tree | f63352f1f7966a0d7dd2efd9bb855a8c16bc099e /ChangeLog | |
parent | e2437397f8f4430fd479cafe9495e5a19e970f86 (diff) | |
download | txr-c66aa75d955df8eae0b5553a5a57601245ad65af.tar.gz txr-c66aa75d955df8eae0b5553a5a57601245ad65af.tar.bz2 txr-c66aa75d955df8eae0b5553a5a57601245ad65af.zip |
Documenting the return value of rplaca and rplacd, and changing
it to be the cell, rather than the new value.
* eval.c (transform_op): Fix use of rplacd that uses return value.
(force): Likewise.
* lib.c (rplaca, rplacd): Return cons.
(rem_lazy_rec, obj_init): Fix use of rplacd that uses return value.
* txr.1: Documented.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2014-06-03 Kaz Kylheku <kaz@kylheku.com> + + Documenting the return value of rplaca and rplacd, and changing + it to be the cell, rather than the new value. + + * eval.c (transform_op): Fix use of rplacd that uses return value. + (force): Likewise. + + * lib.c (rplaca, rplacd): Return cons. + (rem_lazy_rec, obj_init): Fix use of rplacd that uses return value. + + * txr.1: Documented. + 2014-05-20 Kaz Kylheku <kaz@kylheku.com> The call operator should be a function! |