summaryrefslogtreecommitdiff
path: root/libguile/regex-posix.c
AgeCommit message (Expand)AuthorFilesLines
2005-03-07Include "libguile/async.h" for SCM_CRITICAL_SECTION_START/END.Marius Vollmer1-0/+1
2005-03-02See ChangeLog from 2005-03-02.Marius Vollmer1-2/+2
2005-01-02Use new vector elements API or simple vector API, as appropriate.Marius Vollmer1-3/+3
2004-09-28(scm_regexp_exec): Correction to last change, shouldKevin Ryde1-3/+7
2004-09-22*** empty log message ***Marius Vollmer1-1/+1
2004-09-22(scm_regexp_exec): Convert string to zero-temrinated locale stringMarius Vollmer1-3/+9
2004-08-19* strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer1-33/+25
2004-08-12* socket.c, rw.c, deprecated.h, validate.hMarius Vollmer1-6/+6
2004-08-02* numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num,Marius Vollmer1-9/+11
2004-07-23* deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer1-5/+5
2004-07-10* validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,Marius Vollmer1-4/+7
2004-07-09(scm_make_regexp): Free rx on error, to avoid memory leak.Kevin Ryde1-2/+4
2004-07-08* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer1-3/+3
2004-07-06* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer1-1/+1
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-35/+10
2003-03-25* regex-posix.c: #include <config.h> if HAVE_CONFIG_H.Rob Browning1-0/+4
2002-08-04new gcHan-Wen Nienhuys1-5/+4
2002-07-202002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys1-4/+4
2002-03-14Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen1-2/+0
2002-02-11* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning whenMarius Vollmer1-5/+5
2001-08-31* Removed lots of deprecated stuff.Dirk Herrmann1-2/+0
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