diff --git a/ChangeLog b/ChangeLog index 64a0feb25..25cb87ed5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,14 +1,14 @@ +Mon Jun 9 02:35:46 1997 Tim Pierce + + * config.guess: New copy from autoconf-2.12, which recognizes + OpenBSD. + Tue Jun 3 16:34:19 1997 Jim Blandy * configure.in: Check for Rx, so we will use its routines (which I pretty much trust) if it is installed. * configure: Regenerated. -Mon Jun 9 02:35:46 1997 Tim Pierce - - * config.guess: New copy from autoconf-2.12, which recognizes - OpenBSD. - Sat May 31 03:48:45 1997 Gary Houston * acconfig.h: mention HAVE_RESTARTS. diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 8a49fbbf8..23425cab0 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -14,6 +14,10 @@ Wed Jun 4 23:27:16 1997 Marius Vollmer (record-type-name, record-type-fields): Adjusted slot offsets. (%print-module): Reduce argument list to "mod" and "port". +Tue Jun 3 17:04:18 1997 Jim Blandy + + * slib.scm (identity): New function, used by SLIB. + Sat May 31 18:57:12 1997 Gary Houston * boot-9.scm: signal-handler, alarm-thunk: removed. diff --git a/libguile/ChangeLog b/libguile/ChangeLog index d28844f7b..3d456fd24 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -6,6 +6,11 @@ Sun Jun 8 14:37:26 1997 Marius Vollmer (SCM_CEVAL): Use scm_lookupcar1 instead of scm_lookupcar in one place. +Fri Jun 6 19:05:07 1997 Jim Blandy + + * regex-posix.c (scm_regexp_exec): Use the `start' argument if + supplied. (Change from Tim Pierce.) + Thu Jun 5 16:38:19 1997 Marius Vollmer * struct.c (init_struct): Forget to mention this in the "Wed Jun 4