summaryrefslogtreecommitdiff
path: root/libguile
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1996-10-11 07:58:43 +0000
committerJim Blandy <jimb@red-bean.com>1996-10-11 07:58:43 +0000
commit1eaceb61600ac69532a68dbbd177e6f793b5090e (patch)
tree048ebe1d6885be8c44e8ce7bb9fbd6de5ede4883 /libguile
parentd60cebe257f54a172f54e76114604b72b19b9f14 (diff)
downloadguile-1eaceb61600ac69532a68dbbd177e6f793b5090e.tar.gz
*** empty log message ***
Diffstat (limited to 'libguile')
-rw-r--r--libguile/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index fee610010..a8997249d 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -1,3 +1,25 @@
+Fri Oct 11 02:43:59 1996 Jim Blandy <jimb@totoro.cyclic.com>
+
+ * eval.c (scm_nconc2last): Make sure that each element of lst
+ (which is a list of argument lists, except for the tail) is a
+ proper list, i.e., finite and terminated by '().
+
+Thu Oct 10 21:09:13 1996 Jim Blandy <jimb@totoro.cyclic.com>
+
+ * unif.c (scm_ra_set_contp): Localize `inc' declaration.
+ Clarifies flow.
+
+ * struct.c (scm_make_struct, scm_make_vtable_vtable): Use the
+ symbolic name for the tag, scm_tc3_cons_gloc, instead of just
+ saying "1".
+
+ * vectors.c (scm_make_vector): Fill vectors with the undefined
+ value, to help make Guile Scheme code more portable to other
+ Schemes.
+
+ * symbols.c (scm_intern_obarray_soft, scm_sysintern): Doc fixes.
+ * symbols.h, tags.h: Doc fixes.
+
Wed Oct 9 19:39:29 1996 Jim Blandy <jimb@floss.cyclic.com>
* async.c (scm_take_signal): Doc fixes.