From 4ca48ad45763b33dcb24cf063083dca206f85aeb Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Fri, 12 Feb 1999 10:18:14 +0000 Subject: [PATCH] *** empty log message *** --- ice-9/ChangeLog | 3 +++ libguile/ChangeLog | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index f05b10fb3..08e40f980 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -2,6 +2,9 @@ * getopt-long.scm: Remove debugging calls to `pk'. + * getopt-long.scm: Return list of ordinary arguments as the value + of the '() key, not `rest'. + A new argument-processing package from Russ McManus. * getopt-long.scm: New file. * Makefile.am (ice9_sources): Added getopt-long.scm. diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 3d01a60c6..f270ebd10 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,10 @@ +1999-02-12 Jim Blandy + + * __scm.h (SCM_FENCE): Fix `asm volatile' warnings for EGCS. + + * gc.c (scm_gc_sweep): Properly properly record the size of a + freed structure. (Thanks to Greg Harvey.) + 1999-02-07 Jim Blandy * gc.c (scm_gc_sweep): Properly record the size of a freed