Age | Commit message (Expand) | Author | Files | Lines |
1998-10-19 | * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c, | Jim Blandy | 1 | -1/+1 |
1998-10-16 | * regex-posix.c (scm_regexp_exec): Add a cast to remove a | Jim Blandy | 1 | -1/+1 |
1998-09-30 | Warning fixes from Maciej Stachowiak: | Jim Blandy | 1 | -1/+1 |
1998-07-23 | Simplify smob and port marking; set the mark bit in the generic | Jim Blandy | 1 | -1/+1 |
1998-07-12 | * eval.c, filesys.c, fluids.c, gc.c, gh_data.c, init.c, kw.c, | Mikael Djurfeldt | 1 | -2/+1 |
1998-06-09 | * regex-posix.c (scm_regexp_exec): Free malloced memory. (Thanks | Mikael Djurfeldt | 1 | -0/+1 |
1997-11-06 | Small fix of last fix... | Mikael Djurfeldt | 1 | -1/+1 |
1997-11-06 | * regex-posix.c (scm_free_regex_t): Return size of regex_t instead | Mikael Djurfeldt | 1 | -2/+2 |
1997-10-15 | * Makefile.in: Rebuilt. | Tom Tromey | 1 | -2/+2 |
1997-08-24 | * regex-posix.c: If <regex.h> can't be found, try <rxposix.h> or | Mikael Djurfeldt | 1 | -1/+11 |
1997-06-28 | Regexp flag enhancements | Tim Pierce | 1 | -7/+23 |
1997-06-24 | * regex-posix.c (scm_init_regex_posix): Delete the regexp/nosub | Jim Blandy | 1 | -2/+4 |
1997-06-24 | * regex-posix.c (scm_make_regexp, scm_regexp_exec): Add optional | Jim Blandy | 1 | -6/+6 |
1997-06-24 | * regex-posix.c (scm_make_regexp, scm_regexp_exec): Add optional | Jim Blandy | 1 | -18/+26 |
1997-06-07 | * regex-posix.c (scm_regexp_exec): Use the `start' argument if | Jim Blandy | 1 | -4/+15 |
1997-05-29 | * regex-posix.c (scm_init_regex_posix): Register the "regex" | Jim Blandy | 1 | -0/+3 |
1997-05-29 | * regex-posix.c: #include "_scm.h" before conditionally #including | Jim Blandy | 1 | -1/+2 |
1997-05-28 | * regex-posix.c: #include <regex.h> conditionally, so the file is | Jim Blandy | 1 | -0/+8 |
1997-05-27 | Add support for POSIX regular expressions. | Jim Blandy | 1 | -0/+229 |