*** empty log message ***

This commit is contained in:
Jim Blandy 1997-05-29 02:48:27 +00:00
commit 0e1652816a
2 changed files with 12 additions and 0 deletions

View file

@ -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.

View file

@ -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