summaryrefslogtreecommitdiff
path: root/libguile/regex-posix.c
AgeCommit message (Expand)AuthorFilesLines
1997-06-07* regex-posix.c (scm_regexp_exec): Use the `start' argument ifJim Blandy1-4/+15
1997-05-29* regex-posix.c (scm_init_regex_posix): Register the "regex"Jim Blandy1-0/+3
1997-05-29* regex-posix.c: #include "_scm.h" before conditionally #includingJim Blandy1-1/+2
1997-05-28* regex-posix.c: #include <regex.h> conditionally, so the file isJim Blandy1-0/+8
1997-05-27Add support for POSIX regular expressions.Jim Blandy1-0/+229