From 560f4b23a478c8a6f440792e044c37a9c056e18f Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sat, 19 Jun 1999 20:21:25 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 4501a51b6..60f841ca6 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,11 @@ 1999-06-19 Jim Blandy + Patch from Greg Harvey: + * eq.c, eval.c, list.c, ramap.c, vectors.c: Always write parens + around the condition of an `if', `while', etc., even if the + condition is a macro invocation that expands to something + surrounded by parens. It's more readable. + * eval.c (scm_map, scm_for_each): Verify that all arguments are proper lists, and of the appropriate lengths. (check_map_args): New function. (Thanks to Greg Harvey for the