Age | Commit message (Expand) | Author | Files | Lines |
2000-06-12 | Updated copyrights | Mikael Djurfeldt | 1 | -1/+1 |
2000-05-18 | * Unified some rest argument checking and handling. | Dirk Herrmann | 1 | -1/+2 |
2000-04-21 | * Makefile.am (DEFS): Added. automake adds -I options to DEFS, | Mikael Djurfeldt | 1 | -11/+11 |
2000-03-19 | * *.[hc]: add Emacs magic at the end of file, to ensure GNU | Michael Livshin | 1 | -0/+6 |
2000-03-17 | Only include strings.h where it is actually needed. | Dirk Herrmann | 1 | -0/+1 |
2000-03-03 | * error.h, error.c: Added `scm_wrong_type_arg_msg' to support | Greg J. Badros | 1 | -1/+1 |
2000-02-14 | * arbiters.c, eq.c, gc.c, guardians.c, list.c, ports.c, print.c, | Greg J. Badros | 1 | -2/+1 |
2000-01-18 | * alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c, | Mikael Djurfeldt | 1 | -44/+39 |
2000-01-05 | * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_* | Greg J. Badros | 1 | -5/+5 |
2000-01-05 | *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE. | Greg J. Badros | 1 | -3/+3 |
2000-01-05 | * *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INUM for | Greg J. Badros | 1 | -2/+2 |
1999-12-16 | * coop-threads.c: Remove K&R function headers. | Greg J. Badros | 1 | -1/+1 |
1999-12-13 | * Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC, | Greg J. Badros | 1 | -3/+44 |
1999-12-13 | Remove leading whitespace before empty docstrings. | Greg J. Badros | 1 | -1/+1 |
1999-12-12 | * *.c: Pervasive software-engineering-motivated rewrite of | Greg J. Badros | 1 | -39/+32 |
1999-08-06 | Update FSF address in copyright notices. | Jim Blandy | 1 | -1/+2 |
1999-07-19 | * regex-posix.c (scm_regexp_error_msg): Change `rx' argument to | Jim Blandy | 1 | -7/+5 |
1999-07-07 | Greg's smob patch | Mikael Djurfeldt | 1 | -5/+4 |
1999-05-23 | * arbiters.c, async.c, regex-posix.c: Use new smob interface. | Mikael Djurfeldt | 1 | -26/+5 |
1998-11-23 | * regex-posix.c (scm_regexp_exec): Reliably mark unmatched | Jim Blandy | 1 | -2/+6 |
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 |