From c66aa75d955df8eae0b5553a5a57601245ad65af Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 3 Jun 2014 06:21:36 -0700 Subject: 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. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c2fc1205..3ff7b5bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2014-06-03 Kaz Kylheku + + 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 The call operator should be a function! -- cgit v1.2.3