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