Add support for POSIX regular expressions.
authorJim Blandy <jimb@red-bean.com>
Tue, 27 May 1997 23:16:42 +0000 (23:16 +0000)
committerJim Blandy <jimb@red-bean.com>
Tue, 27 May 1997 23:16:42 +0000 (23:16 +0000)
commitf255378e9ad934668cd43921428f2db566ceab8f
tree844b5ff0c075e9d516154a2531b8c0ad96b10b29
parent400d7382d2a45d4fb49f50deb5536b06d9f2eef7
Add support for POSIX regular expressions.

* regex-posix.c, regex-posix.h: New files. (Some code
is taken liberally from rx/rgx.c in the old Guile dist.)

* init.c: Include regex-posix.h.
(scm_boot_guile_1): Call scm_init_regex_posix.

* Makefile.am (EXTRA_libguile_la_SOURCES, modinclude_HEADERS):
Add regex-posix.[ch] sources.
* Makefile.in: Regenerated.

* scmconfig.h.in: Add HAVE_REGCOMP macro.  (automake is supposed
to do this automatically?  It didn't for me, bleh.)
libguile/Makefile.am
libguile/Makefile.in
libguile/init.c
libguile/regex-posix.c [new file with mode: 0644]
libguile/regex-posix.h [new file with mode: 0644]
libguile/scmconfig.h.in