1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 06:20:23 +02:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1997-06-11 01:13:22 +00:00
parent 4b0d60550c
commit 95d59d10cf
3 changed files with 14 additions and 5 deletions

View file

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

View 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.

View 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