| Commit message (Expand) | Author | Age | Files | Lines |
* | remove empty srfi-4, srfi-13, and srfi-14 shlibs | Andy Wingo | 2010-09-12 | 1 | -35/+0 |
* | Change Guile license to LGPLv3+ | Neil Jerram | 2009-06-17 | 1 | -6/+7 |
* | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 2008-09-13 | 1 | -2/+6 |
* | merge from 1.8 branch | Kevin Ryde | 2006-04-16 | 1 | -1/+1 |
* | The FSF has a new address. | Marius Vollmer | 2005-05-23 | 1 | -1/+1 |
* | * srfi-13.scm, srfi-14.scm: Simply re-export the relevant | Marius Vollmer | 2004-08-24 | 1 | -1396/+4 |
* | Adapted to new internal string and symbol API. | Marius Vollmer | 2004-08-19 | 1 | -11/+14 |
* | Changed all uses of SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY, | Marius Vollmer | 2004-07-10 | 1 | -23/+15 |
* | * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to | Marius Vollmer | 2004-07-08 | 1 | -5/+5 |
* | Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 2004-07-06 | 1 | -12/+12 |
* | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 2003-04-05 | 1 | -37/+11 |
* | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 2002-03-14 | 1 | -9/+7 |
* | Use scm_gc_malloc/scm_malloc and scm_gc_free/free instead of | Marius Vollmer | 2002-02-11 | 1 | -1/+1 |
* | * Documentation work. | Neil Jerram | 2001-11-11 | 1 | -4/+4 |
* | * srfi-14.c (SCM_CHARSET_SET): need 1L, not just 1 in "<<". | Rob Browning | 2001-09-21 | 1 | -19/+20 |
* | * srfi-14.c (scm_char_set_diff_plus_intersection): wasn't correctly | Gary Houston | 2001-07-31 | 1 | -15/+44 |
* | Reverse the n-ary logxor change. The behaviour is weird in a set | Gary Houston | 2001-07-22 | 1 | -11/+3 |
* | (scm_char_set_xor): bug fix: characters should only be included if | Gary Houston | 2001-07-22 | 1 | -3/+11 |
* | * srfi-14.c (scm_char_set_intersection, scm_char_set_xor): remove | Gary Houston | 2001-07-22 | 1 | -28/+48 |
* | * srfi-14.c: Okay. Now I got it. Really. This time it's fixed. | Martin Grabmüller | 2001-07-17 | 1 | -19/+30 |
* | * srfi-14.c: Fix for bug caused by brain-malfunctioning on my | Martin Grabmüller | 2001-07-17 | 1 | -23/+22 |
* | * srfi-14.scm: export string->char-set!, not string-char-set!. | Gary Houston | 2001-07-16 | 1 | -5/+5 |
* | (scm_char_set_map): Bug-fix: char-set-map was modifying the | Martin Grabmüller | 2001-07-16 | 1 | -1/+1 |
* | * srfi-14.c: Allocate correct memory size for charsets (32 bytes), | Martin Grabmüller | 2001-07-16 | 1 | -5/+7 |
* | (scm_char_set_hash): bug fix: was overrunning the buffer and | Gary Houston | 2001-07-15 | 1 | -10/+11 |
* | * srfi-14.c (scm_char_set_hash): recognise 0 instead of #f in the | Gary Houston | 2001-07-15 | 1 | -4/+10 |
* | (s_scm_char_set_leq): similarly, (char-set<=) should return #t. | Gary Houston | 2001-07-11 | 1 | -24/+26 |
* | * srfi-14.c (s_scm_char_set_eq): bug fix: (char-set=) should | Gary Houston | 2001-07-11 | 1 | -21/+16 |
* | * srfi-4.c: Minor cleanups. | Martin Grabmüller | 2001-06-28 | 1 | -25/+42 |
* | * Introduce SCM_UNUSED and mark unused function parameters. | Dirk Herrmann | 2001-06-07 | 1 | -2/+2 |
* | * validate.h | Michael Livshin | 2001-05-24 | 1 | -1/+1 |
* | (scm_c_init_srfi_14): Added "int" to declaration of | Marius Vollmer | 2001-05-20 | 1 | -1/+1 |
* | Avoid using module operations from C. | Marius Vollmer | 2001-05-19 | 1 | -5/+16 |
* | * srfi-14.c, srfi-13.c: Added @bullet to various @itemize lists. | Martin Grabmüller | 2001-05-02 | 1 | -2/+2 |
* | * srfi-13.c (scm_init_srfi_13), srfi-14.c (scm_init_srfi_14): | Gary Houston | 2001-04-27 | 1 | -1/+1 |
* | * srfi-13.c (scm_string_replace): Take sizeof (char) into account | Martin Grabmüller | 2001-04-25 | 1 | -1/+1 |
* | Integrated the guile-srfi package into the Guile distribution. | Martin Grabmüller | 2001-04-23 | 1 | -0/+1361 |