*** empty log message ***
authorJim Blandy <jimb@red-bean.com>
Tue, 24 Jun 1997 17:21:11 +0000 (17:21 +0000)
committerJim Blandy <jimb@red-bean.com>
Tue, 24 Jun 1997 17:21:11 +0000 (17:21 +0000)
ice-9/ChangeLog
libguile/ChangeLog

index ebea8ef..0877f8a 100644 (file)
@@ -1,5 +1,9 @@
 Tue Jun 24 00:31:47 1997  Jim Blandy  <jimb@floss.red-bean.com>
 
+       * 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.
 
index 5efa023..0bc398a 100644 (file)
@@ -1,9 +1,14 @@
 Tue Jun 24 00:29:07 1997  Jim Blandy  <jimb@floss.red-bean.com>
 
-*      * 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  <jimb@floss.red-bean.com>
@@ -110,7 +115,7 @@ Fri Jun 20 10:03:41 1997  Tim Pierce  <twpierce@bio-5.bsd.uchicago.edu>
 
 Tue Jun 17 13:49:56 1997  Tim Pierce  <twpierce@bio-5.bsd.uchicago.edu>
 
-*      * 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.