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

index c0e660a..ebea8ef 100644 (file)
@@ -1,5 +1,17 @@
+Tue Jun 24 00:31:47 1997  Jim Blandy  <jimb@floss.red-bean.com>
+
+       * expect.scm (expect-strings): Pass regexp/newline flag to
+       make-regexp.
+
 Mon Jun 23 16:13:38 1997  Jim Blandy  <jimb@floss.red-bean.com>
 
+       Fix inconsistencies in parsing of #/ style lists.
+       * boot-9.scm (read-path-list-notation): New function.
+       (parse-path-symbol): Deleted.  Replaced by above.
+       Plug in read-path-list-notation as the parser for #/ lists,
+       instead of the anonymous lambda form calling parse-path-symbol.
+       (Thanks to Maurizio Vitale.)
+       
        * boot-9.scm (make-list): Remove the definition of this function
        from the (ice-9 common-list) module; make the `init' argument
        optional in the scm module's definition, to match the deleted
index 4da943f..ac51494 100644 (file)
@@ -1,3 +1,12 @@
+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
+       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>
 
        * Makefile.am (libpath.h): Include the values of all the standard