summaryrefslogtreecommitdiff
path: root/libguile/regex-posix.c
Commit message (Expand)AuthorAgeFilesLines
* Presume ISO C90 headers are always availableMike Gran2022-10-141-7/+0
* Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals.Mark H Weaver2019-05-231-3/+3
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rationalize include order in C filesAndy Wingo2018-06-201-10/+8
* Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-15/+15
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove _scm.hAndy Wingo2018-06-201-1/+0
* Remove modules.h from _scm.h.Andy Wingo2018-06-201-0/+1
* Move subr snarfing macros to gsubr.h.Andy Wingo2018-06-201-0/+1
* Devolve numbers.h from _scm.h.Andy Wingo2018-06-191-0/+1
* Remove <string.h> include from ports.h.Andy Wingo2018-06-191-0/+1
* Devolve pairs.hAndy Wingo2018-06-181-0/+1
* Remove list.h from _scm.hAndy Wingo2018-06-181-0/+1
* Remove includes of validate.h.Andy Wingo2018-06-181-2/+2
* regexec comment fixAndy Wingo2016-11-011-11/+0
* Use Gnulib's `regex' module.Ludovic Courtès2012-02-031-17/+1
* multibyte regex error handling fixAndy Wingo2011-01-071-5/+5
* fix regexp matches to refer to chars, not bytesAndy Wingo2010-11-231-2/+50
* Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès2009-08-181-6/+7
|\
| * Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* | Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès2008-09-131-1/+1
|\ \ | |/
| * Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-1/+1
* | Merge commit '032913739218c756f673bfb9c8f66ef9f8f02330' into boehm-demers-wei...Ludovic Courtès2008-09-101-9/+18
|\ \ | |/
| * merge from 1.8Kevin Ryde2007-01-151-9/+18
* | Use `scm_gc_malloc_pointerless' in various places (improves performance).Ludovic Courtes2008-09-101-1/+1
|/
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* *** empty log message ***Han-Wen Nienhuys2006-01-011-3/+3
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* Include "libguile/async.h" for SCM_CRITICAL_SECTION_START/END.Marius Vollmer2005-03-071-0/+1
* See ChangeLog from 2005-03-02.Marius Vollmer2005-03-021-2/+2
* Use new vector elements API or simple vector API, as appropriate.Marius Vollmer2005-01-021-3/+3
* (scm_regexp_exec): Correction to last change, shouldKevin Ryde2004-09-281-3/+7
* *** empty log message ***Marius Vollmer2004-09-221-1/+1
* (scm_regexp_exec): Convert string to zero-temrinated locale stringMarius Vollmer2004-09-221-3/+9
* * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer2004-08-191-33/+25
* * socket.c, rw.c, deprecated.h, validate.hMarius Vollmer2004-08-121-6/+6
* * numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num,Marius Vollmer2004-08-021-9/+11
* * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer2004-07-231-5/+5
* * validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,Marius Vollmer2004-07-101-4/+7
* (scm_make_regexp): Free rx on error, to avoid memory leak.Kevin Ryde2004-07-091-2/+4
* * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer2004-07-081-3/+3
* * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer2004-07-061-1/+1
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-35/+10
* * regex-posix.c: #include <config.h> if HAVE_CONFIG_H.Rob Browning2003-03-251-0/+4
* new gcHan-Wen Nienhuys2002-08-041-5/+4
* 2002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys2002-07-201-4/+4
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0
* * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning whenMarius Vollmer2002-02-111-5/+5
* * Removed lots of deprecated stuff.Dirk Herrmann2001-08-311-2/+0