Age | Commit message (Expand) | Author | Files | Lines |
2012-02-03 | Use Gnulib's `regex' module. | Ludovic Courtès | 1 | -17/+1 |
2011-01-07 | multibyte regex error handling fix | Andy Wingo | 1 | -5/+5 |
2010-11-23 | fix regexp matches to refer to chars, not bytes | Andy Wingo | 1 | -2/+50 |
2009-08-18 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -6/+7 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2008-09-13 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -1/+1 |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -1/+1 |
2008-09-10 | Merge commit '032913739218c756f673bfb9c8f66ef9f8f02330' into boehm-demers-wei... | Ludovic Courtès | 1 | -9/+18 |
2008-09-10 | Use `scm_gc_malloc_pointerless' in various places (improves performance). | Ludovic Courtes | 1 | -1/+1 |
2007-01-15 | merge from 1.8 | Kevin Ryde | 1 | -9/+18 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2006-01-01 | *** empty log message *** | Han-Wen Nienhuys | 1 | -3/+3 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-03-07 | Include "libguile/async.h" for SCM_CRITICAL_SECTION_START/END. | Marius Vollmer | 1 | -0/+1 |
2005-03-02 | See ChangeLog from 2005-03-02. | Marius Vollmer | 1 | -2/+2 |
2005-01-02 | Use new vector elements API or simple vector API, as appropriate. | Marius Vollmer | 1 | -3/+3 |
2004-09-28 | (scm_regexp_exec): Correction to last change, should | Kevin Ryde | 1 | -3/+7 |
2004-09-22 | *** empty log message *** | Marius Vollmer | 1 | -1/+1 |
2004-09-22 | (scm_regexp_exec): Convert string to zero-temrinated locale string | Marius Vollmer | 1 | -3/+9 |
2004-08-19 | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length, | Marius Vollmer | 1 | -33/+25 |
2004-08-12 | * socket.c, rw.c, deprecated.h, validate.h | Marius Vollmer | 1 | -6/+6 |
2004-08-02 | * numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num, | Marius Vollmer | 1 | -9/+11 |
2004-07-23 | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP, | Marius Vollmer | 1 | -5/+5 |
2004-07-10 | * validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY, | Marius Vollmer | 1 | -4/+7 |
2004-07-09 | (scm_make_regexp): Free rx on error, to avoid memory leak. | Kevin Ryde | 1 | -2/+4 |
2004-07-08 | * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to | Marius Vollmer | 1 | -3/+3 |
2004-07-06 | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -1/+1 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -35/+10 |
2003-03-25 | * regex-posix.c: #include <config.h> if HAVE_CONFIG_H. | Rob Browning | 1 | -0/+4 |
2002-08-04 | new gc | Han-Wen Nienhuys | 1 | -5/+4 |
2002-07-20 | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 1 | -4/+4 |
2002-03-14 | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 1 | -2/+0 |
2002-02-11 | * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning when | Marius Vollmer | 1 | -5/+5 |
2001-08-31 | * Removed lots of deprecated stuff. | Dirk Herrmann | 1 | -2/+0 |
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 |