summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1999-06-19 20:21:25 +0000
committerJim Blandy <jimb@red-bean.com>1999-06-19 20:21:25 +0000
commit560f4b23a478c8a6f440792e044c37a9c056e18f (patch)
tree71680b2b3f4b59768b1f5169fe60173b5f6c0023
parentff4670212a2dfbd5addc900bf5bbec5532e8a29d (diff)
downloadguile-560f4b23a478c8a6f440792e044c37a9c056e18f.tar.gz
*** empty log message ***
-rw-r--r--libguile/ChangeLog6
1 files changed, 6 insertions, 0 deletions
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 <jimb@savonarola.red-bean.com>
+ 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