* Makefile.am (DEFS): Added. automake adds -I options to DEFS,
[bpt/guile.git] / libguile / regex-posix.c
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-17 Dirk HerrmannOnly include strings.h where it is actually needed.
2000-03-03 Greg J. Badros* error.h, error.c: Added `scm_wrong_type_arg_msg'...
2000-02-14 Greg J. Badros* arbiters.c, eq.c, gc.c, guardians.c, list.c, ports...
2000-01-18 Mikael Djurfeldt* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error...
2000-01-05 Greg J. Badros* *.[ch]: Whitespace changes -- added space after SCM_V...
2000-01-05 Greg J. Badros*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.
2000-01-05 Greg J. Badros* *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INU...
1999-12-16 Greg J. Badros* coop-threads.c: Remove K&R function headers.
1999-12-13 Greg J. Badros* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,
1999-12-13 Greg J. BadrosRemove leading whitespace before empty docstrings.
1999-12-12 Greg J. Badros* *.c: Pervasive software-engineering-motivated rewrite of
1999-08-06 Jim BlandyUpdate FSF address in copyright notices.
1999-07-19 Jim Blandy* regex-posix.c (scm_regexp_error_msg): Change `rx...
1999-07-07 Mikael DjurfeldtGreg's smob patch
1999-05-23 Mikael Djurfeldt* arbiters.c, async.c, regex-posix.c: Use new smob...
1998-11-23 Jim Blandy* regex-posix.c (scm_regexp_exec): Reliably mark unmatched
1998-10-19 Jim Blandy* __scm.h, alist.c, async.c, async.h, backtrace.h,...
1998-10-16 Jim Blandy* regex-posix.c (scm_regexp_exec): Add a cast to remove a
1998-09-30 Jim BlandyWarning fixes from Maciej Stachowiak:
1998-07-23 Jim BlandySimplify smob and port marking; set the mark bit in...
1998-07-12 Mikael Djurfeldt* eval.c, filesys.c, fluids.c, gc.c, gh_data.c, init...
1998-06-09 Mikael Djurfeldt* regex-posix.c (scm_regexp_exec): Free malloced memory...
1997-11-06 Mikael DjurfeldtSmall fix of last fix...
1997-11-06 Mikael Djurfeldt* regex-posix.c (scm_free_regex_t): Return size of...
1997-10-15 Tom Tromey * Makefile.in: Rebuilt.
1997-08-24 Mikael Djurfeldt* regex-posix.c: If <regex.h> can't be found, try ...
1997-06-28 Tim PierceRegexp flag enhancements
1997-06-24 Jim Blandy* regex-posix.c (scm_init_regex_posix): Delete the...
1997-06-24 Jim Blandy* regex-posix.c (scm_make_regexp, scm_regexp_exec)...
1997-06-24 Jim Blandy* regex-posix.c (scm_make_regexp, scm_regexp_exec)...
1997-06-07 Jim Blandy* regex-posix.c (scm_regexp_exec): Use the `start'...
1997-05-29 Jim Blandy* regex-posix.c (scm_init_regex_posix): Register the...
1997-05-29 Jim Blandy* regex-posix.c: #include "_scm.h" before conditionally...
1997-05-28 Jim Blandy* regex-posix.c: #include <regex.h> conditionally,...
1997-05-27 Jim BlandyAdd support for POSIX regular expressions.