diff options
author | Jim Blandy <jimb@red-bean.com> | 1997-05-29 02:48:27 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1997-05-29 02:48:27 +0000 |
commit | 0e1652816a075527be4ae32c54f0383f0f4df323 (patch) | |
tree | 4a5ae4d97f2c886d73a937c3c636869766a85a60 | |
parent | 20044282fae7b6153df7d21264543a8cd6415836 (diff) | |
download | guile-0e1652816a075527be4ae32c54f0383f0f4df323.tar.gz |
*** empty log message ***
-rw-r--r-- | ice-9/ChangeLog | 6 | ||||
-rw-r--r-- | libguile/ChangeLog | 6 |
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 |