summaryrefslogtreecommitdiff
path: root/libguile/regex-posix.c
Commit message (Expand)AuthorAgeFilesLines
* * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin2000-03-191-0/+6
* Only include strings.h where it is actually needed.Dirk Herrmann2000-03-171-0/+1
* * error.h, error.c: Added `scm_wrong_type_arg_msg' to supportGreg J. Badros2000-03-031-1/+1
* * arbiters.c, eq.c, gc.c, guardians.c, list.c, ports.c, print.c,Greg J. Badros2000-02-141-2/+1
* * alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,Mikael Djurfeldt2000-01-181-44/+39
* * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*Greg J. Badros2000-01-051-5/+5
* *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros2000-01-051-3/+3
* * *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INUM forGreg J. Badros2000-01-051-2/+2
* * coop-threads.c: Remove K&R function headers.Greg J. Badros1999-12-161-1/+1
* * Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,Greg J. Badros1999-12-131-3/+44
* Remove leading whitespace before empty docstrings.Greg J. Badros1999-12-131-1/+1
* * *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1999-12-121-39/+32
* Update FSF address in copyright notices.Jim Blandy1999-08-061-1/+2
* * regex-posix.c (scm_regexp_error_msg): Change `rx' argument toJim Blandy1999-07-191-7/+5
* Greg's smob patchMikael Djurfeldt1999-07-071-5/+4
* * arbiters.c, async.c, regex-posix.c: Use new smob interface.Mikael Djurfeldt1999-05-231-26/+5
* * regex-posix.c (scm_regexp_exec): Reliably mark unmatchedJim Blandy1998-11-231-2/+6
* * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,Jim Blandy1998-10-191-1/+1
* * regex-posix.c (scm_regexp_exec): Add a cast to remove aJim Blandy1998-10-161-1/+1
* Warning fixes from Maciej Stachowiak:Jim Blandy1998-09-301-1/+1
* Simplify smob and port marking; set the mark bit in the genericJim Blandy1998-07-231-1/+1
* * eval.c, filesys.c, fluids.c, gc.c, gh_data.c, init.c, kw.c,Mikael Djurfeldt1998-07-121-2/+1
* * regex-posix.c (scm_regexp_exec): Free malloced memory. (ThanksMikael Djurfeldt1998-06-091-0/+1
* Small fix of last fix...Mikael Djurfeldt1997-11-061-1/+1
* * regex-posix.c (scm_free_regex_t): Return size of regex_t insteadMikael Djurfeldt1997-11-061-2/+2
* * Makefile.in: Rebuilt.Tom Tromey1997-10-151-2/+2
* * regex-posix.c: If <regex.h> can't be found, try <rxposix.h> orMikael Djurfeldt1997-08-241-1/+11
* Regexp flag enhancementsTim Pierce1997-06-281-7/+23
* * regex-posix.c (scm_init_regex_posix): Delete the regexp/nosubJim Blandy1997-06-241-2/+4
* * regex-posix.c (scm_make_regexp, scm_regexp_exec): Add optionalJim Blandy1997-06-241-6/+6
* * regex-posix.c (scm_make_regexp, scm_regexp_exec): Add optionalJim Blandy1997-06-241-18/+26
* * regex-posix.c (scm_regexp_exec): Use the `start' argument ifJim Blandy1997-06-071-4/+15
* * regex-posix.c (scm_init_regex_posix): Register the "regex"Jim Blandy1997-05-291-0/+3
* * regex-posix.c: #include "_scm.h" before conditionally #includingJim Blandy1997-05-291-1/+2
* * regex-posix.c: #include <regex.h> conditionally, so the file isJim Blandy1997-05-281-0/+8
* Add support for POSIX regular expressions.Jim Blandy1997-05-271-0/+229