1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 03:30:27 +02:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1996-10-15 21:57:15 +00:00
parent cf18adf033
commit 820bb96d3e
2 changed files with 7 additions and 1 deletions

2
README
View file

@ -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

View file

@ -8,6 +8,12 @@ Tue Oct 15 05:34:10 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
functions, we instead let the print state reference a resizable
vector.
Mon Oct 14 19:25:00 1996 Jim Blandy <jimb@totoro.cyclic.com>
* 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 <jimb@floss.cyclic.com>
Allocate data for structures on an eight-byte boundary, as