*** empty log message ***
authorJim Blandy <jimb@red-bean.com>
Wed, 11 Jun 1997 01:13:22 +0000 (01:13 +0000)
committerJim Blandy <jimb@red-bean.com>
Wed, 11 Jun 1997 01:13:22 +0000 (01:13 +0000)
ChangeLog
ice-9/ChangeLog
libguile/ChangeLog

index 64a0feb..25cb87e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,14 @@
+Mon Jun  9 02:35:46 1997  Tim Pierce  <twp@twp.tezcat.com>
+
+       * config.guess: New copy from autoconf-2.12, which recognizes
+       OpenBSD.
+
 Tue Jun  3 16:34:19 1997  Jim Blandy  <jimb@totoro.cyclic.com>
 
        * 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  <twp@twp.tezcat.com>
-
-       * config.guess: New copy from autoconf-2.12, which recognizes
-       OpenBSD.
-
 Sat May 31 03:48:45 1997  Gary Houston  <ghouston@actrix.gen.nz>
 
        * acconfig.h: mention HAVE_RESTARTS.
index 8a49fbb..23425ca 100644 (file)
@@ -14,6 +14,10 @@ Wed Jun  4 23:27:16 1997  Marius Vollmer  <mvo@zagadka.ping.de>
        (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  <jimb@totoro.cyclic.com>
+
+       * slib.scm (identity): New function, used by SLIB.
+
 Sat May 31 18:57:12 1997  Gary Houston  <ghouston@actrix.gen.nz>
 
        * boot-9.scm: signal-handler, alarm-thunk: removed.
index d28844f..3d456fd 100644 (file)
@@ -6,6 +6,11 @@ Sun Jun  8 14:37:26 1997  Marius Vollmer  <mvo@zagadka.ping.de>
        (SCM_CEVAL): Use scm_lookupcar1 instead of scm_lookupcar in one
        place.
 
+Fri Jun  6 19:05:07 1997  Jim Blandy  <jimb@totoro.cyclic.com>
+
+       * 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  <mvo@zagadka.ping.de>
 
        * struct.c (init_struct): Forget to mention this in the "Wed Jun 4