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