summaryrefslogtreecommitdiff
path: root/libguile/regex-posix.c
AgeCommit message (Expand)AuthorFilesLines
2001-07-22 * regex-posix.c (s_scm_regexp_exec): use scm_long2num notGary Houston1-2/+2
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0
2001-06-14replace "scm_*_t" with "scm_t_*".Marius Vollmer1-1/+1
2001-05-24* validate.hMichael Livshin1-1/+1
2001-05-15Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer1-6/+6
2001-05-06(scm_regexp_exec): Expand docstring to brieflyThien-Thi Nguyen1-10/+24
2001-04-03Correct, update, improve and clean up a lot of docstrings in order to makeMartin Grabmüller1-34/+40
2001-03-09Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida1-1/+0
2001-02-02New functions: scm_c_make_vector, scm_c_make_hash_table.Keisuke Nishida1-1/+1
2000-12-08Smob-related creanup.Keisuke Nishida1-4/+4
2000-11-17* alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer1-0/+2
2000-10-30* Change a couple of functions to accept either symbols or strings only.Dirk Herrmann1-6/+6
2000-10-09* Made some functions not accept symbols as input parameters any more.Dirk Herrmann1-2/+2
2000-09-26* Replaced a lot of references to SCM_CHARS.Dirk Herrmann1-1/+1
2000-09-22* Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBOL_CHARS.Dirk Herrmann1-2/+2
2000-06-13Code layout fixMikael Djurfeldt1-1/+1
2000-06-12Updated copyrightsMikael Djurfeldt1-1/+1
2000-05-18* Unified some rest argument checking and handling.Dirk Herrmann1-1/+2
2000-04-21* Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt1-11/+11
2000-03-19 * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin1-0/+6
2000-03-17Only include strings.h where it is actually needed.Dirk Herrmann1-0/+1
2000-03-03* error.h, error.c: Added `scm_wrong_type_arg_msg' to supportGreg J. Badros1-1/+1
2000-02-14* arbiters.c, eq.c, gc.c, guardians.c, list.c, ports.c, print.c,Greg J. Badros1-2/+1
2000-01-18* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,Mikael Djurfeldt1-44/+39
2000-01-05* *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*Greg J. Badros1-5/+5
2000-01-05*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros1-3/+3
2000-01-05* *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INUM forGreg J. Badros1-2/+2
1999-12-16* coop-threads.c: Remove K&R function headers.Greg J. Badros1-1/+1
1999-12-13* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,Greg J. Badros1-3/+44
1999-12-13Remove leading whitespace before empty docstrings.Greg J. Badros1-1/+1
1999-12-12* *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1-39/+32
1999-08-06Update FSF address in copyright notices.Jim Blandy1-1/+2
1999-07-19* regex-posix.c (scm_regexp_error_msg): Change `rx' argument toJim Blandy1-7/+5
1999-07-07Greg's smob patchMikael Djurfeldt1-5/+4
1999-05-23* arbiters.c, async.c, regex-posix.c: Use new smob interface.Mikael Djurfeldt1-26/+5
1998-11-23* regex-posix.c (scm_regexp_exec): Reliably mark unmatchedJim Blandy1-2/+6
1998-10-19* __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,Jim Blandy1-1/+1
1998-10-16* regex-posix.c (scm_regexp_exec): Add a cast to remove aJim Blandy1-1/+1
1998-09-30Warning fixes from Maciej Stachowiak:Jim Blandy1-1/+1
1998-07-23Simplify smob and port marking; set the mark bit in the genericJim Blandy1-1/+1
1998-07-12* eval.c, filesys.c, fluids.c, gc.c, gh_data.c, init.c, kw.c,Mikael Djurfeldt1-2/+1
1998-06-09* regex-posix.c (scm_regexp_exec): Free malloced memory. (ThanksMikael Djurfeldt1-0/+1
1997-11-06Small fix of last fix...Mikael Djurfeldt1-1/+1
1997-11-06* regex-posix.c (scm_free_regex_t): Return size of regex_t insteadMikael Djurfeldt1-2/+2
1997-10-15 * Makefile.in: Rebuilt.Tom Tromey1-2/+2
1997-08-24* regex-posix.c: If <regex.h> can't be found, try <rxposix.h> orMikael Djurfeldt1-1/+11
1997-06-28Regexp flag enhancementsTim Pierce1-7/+23
1997-06-24* regex-posix.c (scm_init_regex_posix): Delete the regexp/nosubJim Blandy1-2/+4
1997-06-24* regex-posix.c (scm_make_regexp, scm_regexp_exec): Add optionalJim Blandy1-6/+6
1997-06-24* regex-posix.c (scm_make_regexp, scm_regexp_exec): Add optionalJim Blandy1-18/+26