Age | Commit message (Expand) | Author | Files | Lines |
2001-07-22 | * regex-posix.c (s_scm_regexp_exec): use scm_long2num not | Gary Houston | 1 | -2/+2 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-06-14 | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 1 | -1/+1 |
2001-05-24 | * validate.h | Michael Livshin | 1 | -1/+1 |
2001-05-15 | Merge from mvo-vcell-cleanup-1-branch. | Marius Vollmer | 1 | -6/+6 |
2001-05-06 | (scm_regexp_exec): Expand docstring to briefly | Thien-Thi Nguyen | 1 | -10/+24 |
2001-04-03 | Correct, update, improve and clean up a lot of docstrings in order to make | Martin Grabmüller | 1 | -34/+40 |
2001-03-09 | Remove #include <stdio.h>. Add #include <string.h>. | Keisuke Nishida | 1 | -1/+0 |
2001-02-02 | New functions: scm_c_make_vector, scm_c_make_hash_table. | Keisuke Nishida | 1 | -1/+1 |
2000-12-08 | Smob-related creanup. | Keisuke Nishida | 1 | -4/+4 |
2000-11-17 | * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c, | Marius Vollmer | 1 | -0/+2 |
2000-10-30 | * Change a couple of functions to accept either symbols or strings only. | Dirk Herrmann | 1 | -6/+6 |
2000-10-09 | * Made some functions not accept symbols as input parameters any more. | Dirk Herrmann | 1 | -2/+2 |
2000-09-26 | * Replaced a lot of references to SCM_CHARS. | Dirk Herrmann | 1 | -1/+1 |
2000-09-22 | * Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBOL_CHARS. | Dirk Herrmann | 1 | -2/+2 |
2000-06-13 | Code layout fix | Mikael Djurfeldt | 1 | -1/+1 |
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 |