summaryrefslogtreecommitdiff
path: root/srfi/srfi-14.c
Commit message (Expand)AuthorAgeFilesLines
* merge from 1.8 branchKevin Ryde2006-04-161-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* * srfi-13.scm, srfi-14.scm: Simply re-export the relevantMarius Vollmer2004-08-241-1396/+4
* Adapted to new internal string and symbol API.Marius Vollmer2004-08-191-11/+14
* Changed all uses of SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,Marius Vollmer2004-07-101-23/+15
* * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer2004-07-081-5/+5
* Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer2004-07-061-12/+12
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-37/+11
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-9/+7
* Use scm_gc_malloc/scm_malloc and scm_gc_free/free instead ofMarius Vollmer2002-02-111-1/+1
* * Documentation work.Neil Jerram2001-11-111-4/+4
* * srfi-14.c (SCM_CHARSET_SET): need 1L, not just 1 in "<<".Rob Browning2001-09-211-19/+20
* * srfi-14.c (scm_char_set_diff_plus_intersection): wasn't correctlyGary Houston2001-07-311-15/+44
* Reverse the n-ary logxor change. The behaviour is weird in a setGary Houston2001-07-221-11/+3
* (scm_char_set_xor): bug fix: characters should only be included ifGary Houston2001-07-221-3/+11
* * srfi-14.c (scm_char_set_intersection, scm_char_set_xor): removeGary Houston2001-07-221-28/+48
* * srfi-14.c: Okay. Now I got it. Really. This time it's fixed.Martin Grabmüller2001-07-171-19/+30
* * srfi-14.c: Fix for bug caused by brain-malfunctioning on myMartin Grabmüller2001-07-171-23/+22
* * srfi-14.scm: export string->char-set!, not string-char-set!.Gary Houston2001-07-161-5/+5
* (scm_char_set_map): Bug-fix: char-set-map was modifying theMartin Grabmüller2001-07-161-1/+1
* * srfi-14.c: Allocate correct memory size for charsets (32 bytes),Martin Grabmüller2001-07-161-5/+7
* (scm_char_set_hash): bug fix: was overrunning the buffer andGary Houston2001-07-151-10/+11
* * srfi-14.c (scm_char_set_hash): recognise 0 instead of #f in theGary Houston2001-07-151-4/+10
* (s_scm_char_set_leq): similarly, (char-set<=) should return #t.Gary Houston2001-07-111-24/+26
* * srfi-14.c (s_scm_char_set_eq): bug fix: (char-set=) shouldGary Houston2001-07-111-21/+16
* * srfi-4.c: Minor cleanups.Martin Grabmüller2001-06-281-25/+42
* * Introduce SCM_UNUSED and mark unused function parameters.Dirk Herrmann2001-06-071-2/+2
* * validate.hMichael Livshin2001-05-241-1/+1
* (scm_c_init_srfi_14): Added "int" to declaration ofMarius Vollmer2001-05-201-1/+1
* Avoid using module operations from C.Marius Vollmer2001-05-191-5/+16
* * srfi-14.c, srfi-13.c: Added @bullet to various @itemize lists.Martin Grabmüller2001-05-021-2/+2
* * srfi-13.c (scm_init_srfi_13), srfi-14.c (scm_init_srfi_14):Gary Houston2001-04-271-1/+1
* * srfi-13.c (scm_string_replace): Take sizeof (char) into accountMartin Grabmüller2001-04-251-1/+1
* Integrated the guile-srfi package into the Guile distribution.Martin Grabmüller2001-04-231-0/+1361