summaryrefslogtreecommitdiff
path: root/libguile/regex-posix.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-03Use Gnulib's `regex' module.Ludovic Courtès1-17/+1
2011-01-07multibyte regex error handling fixAndy Wingo1-5/+5
2010-11-23fix regexp matches to refer to chars, not bytesAndy Wingo1-2/+50
2009-08-18Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-6/+7
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2008-09-13Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-1/+1
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-1/+1
2008-09-10Merge commit '032913739218c756f673bfb9c8f66ef9f8f02330' into boehm-demers-wei...Ludovic Courtès1-9/+18
2008-09-10Use `scm_gc_malloc_pointerless' in various places (improves performance).Ludovic Courtes1-1/+1
2007-01-15merge from 1.8Kevin Ryde1-9/+18
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2006-01-01*** empty log message ***Han-Wen Nienhuys1-3/+3
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
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