summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ice-9/ChangeLog6
-rw-r--r--libguile/ChangeLog6
2 files changed, 12 insertions, 0 deletions
diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog
index 5f7e7b655..413184af8 100644
--- a/ice-9/ChangeLog
+++ b/ice-9/ChangeLog
@@ -1,3 +1,9 @@
+Thu May 29 02:36:48 1997 Jim Blandy <jimb@floss.cyclic.com>
+
+ * regex.scm: Add a module declaration. Use DEFINE-PUBLIC everywhere.
+ * boot-9.scm: If the `regex' feature is present, use the module
+ (ice-9 regex).
+
Tue May 27 22:48:14 1997 Tim Pierce <twp@twp.tezcat.com>
* regex.scm: New file.
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index a632d5b68..42cee4094 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -1,3 +1,9 @@
+Thu May 29 02:47:36 1997 Jim Blandy <jimb@floss.cyclic.com>
+
+ * regex-posix.c (scm_init_regex_posix): Register the "regex"
+ feature, to help boot-9.scm decide whether to import the regex
+ module.
+
Thu May 29 02:19:40 1997 Jim Blandy <jimb@floss.cyclic.com>
* eval.c: Include scmconfig.h at the beginning of the file so that