From 252111c171f300a7990bdc79f45dbe55aba0f36b Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 3 Dec 2011 09:14:03 -0800 Subject: * eval.c (uw_protect_s, return_s, return_from_s): New symbol variables. (op_unwind_protect, op_block, op_return, op_return_from): New static functions. (expand): Removed case for call, if, and, and or. These operators evaluate all their arguments, so the code walker can treat them as a function calls. Added case for block and return-from. (eval_init): New symbols interned. New operator functions registered in op_table. * txr.1: Blank sections added. --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4bb3fbc9..41c1b724 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2011-12-03 Kaz Kylheku + + * eval.c (uw_protect_s, return_s, return_from_s): New symbol + variables. + (op_unwind_protect, op_block, op_return, op_return_from): + New static functions. + (expand): Removed case for call, if, and, and or. These operators + evaluate all their arguments, so the code walker can treat them + as a function calls. + Added case for block and return-from. + (eval_init): New symbols interned. New operator functions + registered in op_table. + + * txr.1: Blank sections added. + 2011-12-03 Kaz Kylheku * lib.c (split_str, split_str_set): Bugfix: access beyond the end of -- cgit v1.2.3