*** empty log message ***
This commit is contained in:
parent
1a222b91b9
commit
9572c0d0dd
1 changed files with 5 additions and 1 deletions
|
|
@ -1,14 +1,18 @@
|
|||
Tue Jun 24 00:29:07 1997 Jim Blandy <jimb@floss.red-bean.com>
|
||||
|
||||
* Makefile.am (libguile_la_LDFLAGS): Bump library version.
|
||||
* Makefile.in: Regenerated.
|
||||
|
||||
* regex-posix.c (scm_init_regex_posix): Delete the regexp/nosub
|
||||
flag; I don't think we support it.
|
||||
(scm_make_regexp): Make sure the user doesn't pass the
|
||||
regexp/nosub flag.
|
||||
|
||||
* 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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue