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