From 611838f27eca5ba48883a1a8219fec180939db7c Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 19 Jan 2012 19:02:48 -0800 Subject: * lib.c (car_l, cdr_l): Bugfix: do not call the lazy cons force function if it is already nil, and set it to nil afterward. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 82eae34c..e2f0f93b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-01-19 Kaz Kylheku + + * lib.c (car_l, cdr_l): Bugfix: do not call the lazy cons + force function if it is already nil, and set it to nil afterward. + 2012-01-12 Kaz Kylheku * eval.c (eval_init): Make lazy_appendv function -- cgit v1.2.3