diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index ebea8ef14..0877f8a99 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,5 +1,9 @@ Tue Jun 24 00:31:47 1997 Jim Blandy + * boot-9.scm, debug.scm, hcons.scm, lineio.scm, mapping.scm, + poe.scm, slib.scm, tags.scm, threads.scm: Use normal list + notation, instead of #/ notation. + * expect.scm (expect-strings): Pass regexp/newline flag to make-regexp. diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 5efa02377..0bc398acc 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,9 +1,14 @@ Tue Jun 24 00:29:07 1997 Jim Blandy -* * regex-posix.c (scm_make_regexp, scm_regexp_exec): Add optional + * regex-posix.c (scm_init_regex_posix): Delete the regexp/nosub + flag; I don't think we support it. + + * regex-posix.c (scm_make_regexp, scm_regexp_exec): Add optional FLAGS arguments. (scm_init_regex_posix): Define constants for the REG_mumble flags; name them according to the SCSH convention: regexp/mumble. + + * regex-posix.h (scm_make_regexp, scm_regexp_exec): Update prototypes. Mon Jun 23 18:44:49 1997 Jim Blandy @@ -110,7 +115,7 @@ Fri Jun 20 10:03:41 1997 Tim Pierce Tue Jun 17 13:49:56 1997 Tim Pierce -* * load.c (scm_init_load_path): Append $(datadir)/guile to + * load.c (scm_init_load_path): Append $(datadir)/guile to %load-path, so modules do not have to be installed in Guile's current version directory.