Mikael Djurfeldt
|
23a621512f
Greg's smob patch
|
25 years ago |
Mikael Djurfeldt
|
22580a48fe
* arbiters.c, async.c, regex-posix.c: Use new smob interface.
|
26 years ago |
Jim Blandy
|
7c7471d93b
* regex-posix.c (scm_regexp_exec): Reliably mark unmatched
|
26 years ago |
Jim Blandy
|
7dc6e7547a
* __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,
|
26 years ago |
Jim Blandy
|
3fd207d759
* regex-posix.c (scm_regexp_exec): Add a cast to remove a
|
26 years ago |
Jim Blandy
|
8a04c1a215
Warning fixes from Maciej Stachowiak:
|
26 years ago |
Jim Blandy
|
dc53f02690
Simplify smob and port marking; set the mark bit in the generic
|
26 years ago |
Mikael Djurfeldt
|
a8741caa54
* eval.c, filesys.c, fluids.c, gc.c, gh_data.c, init.c, kw.c,
|
26 years ago |
Mikael Djurfeldt
|
62f1c6d216
* regex-posix.c (scm_regexp_exec): Free malloced memory. (Thanks
|
27 years ago |
Mikael Djurfeldt
|
03ca35af55
Small fix of last fix...
|
27 years ago |
Mikael Djurfeldt
|
80b991c346
* regex-posix.c (scm_free_regex_t): Return size of regex_t instead
|
27 years ago |
Tom Tromey
|
b7f3516f99
* Makefile.in: Rebuilt.
|
27 years ago |
Mikael Djurfeldt
|
a46d5ff2dd
* regex-posix.c: If <regex.h> can't be found, try <rxposix.h> or
|
27 years ago |
Tim Pierce
|
5d4774bcf6
Regexp flag enhancements
|
28 years ago |
Jim Blandy
|
1a222b91b9
* regex-posix.c (scm_init_regex_posix): Delete the regexp/nosub
|
28 years ago |
Jim Blandy
|
fcfb248d0c
* regex-posix.c (scm_make_regexp, scm_regexp_exec): Add optional
|
28 years ago |
Jim Blandy
|
bd56d01662
* regex-posix.c (scm_make_regexp, scm_regexp_exec): Add optional
|
28 years ago |
Jim Blandy
|
0b787875bc
* regex-posix.c (scm_regexp_exec): Use the `start' argument if
|
28 years ago |
Jim Blandy
|
20044282fa
* regex-posix.c (scm_init_regex_posix): Register the "regex"
|
28 years ago |
Jim Blandy
|
69e0587b1c
* regex-posix.c: #include "_scm.h" before conditionally #including
|
28 years ago |
Jim Blandy
|
24e37377fa
* regex-posix.c: #include <regex.h> conditionally, so the file is
|
28 years ago |
Jim Blandy
|
f255378e9a
Add support for POSIX regular expressions.
|
28 years ago |