From 820bb96d3eac2003ea6056d95f74eca2ac286bce Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 15 Oct 1996 21:57:15 +0000 Subject: [PATCH] *** empty log message *** --- README | 2 +- libguile/ChangeLog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README b/README index 7a060cdc6..3bb8fafb4 100644 --- a/README +++ b/README @@ -8,7 +8,7 @@ Please send bug reports to bug-guile@prep.ai.mit.edu. Important Facts About Snapshots ====================================== - please keep in mind that these sources are strictly experimental; + Please keep in mind that these sources are strictly experimental; they will usually not be well-tested, and may not even compile on some systems. They may contain interfaces which will change. They will usually not be of sufficient quality for use by people diff --git a/libguile/ChangeLog b/libguile/ChangeLog index a878f0fae..ae820dc6f 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -8,6 +8,12 @@ Tue Oct 15 05:34:10 1996 Mikael Djurfeldt functions, we instead let the print state reference a resizable vector. +Mon Oct 14 19:25:00 1996 Jim Blandy + + * alist.c (scm_sloppy_assq, scm_sloppy_assv, scm_sloppy_assoc): + Don't crash when passed an improper list terminated by a + non-immediate value. + Mon Oct 14 19:08:33 1996 Jim Blandy Allocate data for structures on an eight-byte boundary, as