summaryrefslogtreecommitdiff
path: root/libguile/srfi-14.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-08Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-3/+3
2012-02-02Improve the usage of variable names in C docstrings.Bake Timmons1-3/+3
2011-11-08locking for putc, putsAndy Wingo1-9/+9
2011-03-20Make VM string literals immutable.Ludovic Courtès1-2/+2
2011-02-09fix typos in the manual bits generated from source comments.Ralf Wildenhues1-2/+2
2011-01-07use scm_from_latin1_symboln for string literals and load-symbolAndy Wingo1-4/+4
2009-12-05further boot cleanupsAndy Wingo1-1/+1
2009-09-15Nitpick in `srfi-14.c'.Ludovic Courtès1-2/+2
2009-09-09Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-97/+263
2009-09-03Add char-set debugging functionMichael Gran1-19/+47
2009-09-03Distinguish between all codepoints and designated codepoints in char-setsMichael Gran1-0/+14
2009-09-02Remove always-true range checks in scm_i_ucs_range_to_char_setMichael Gran1-2/+0
2009-09-02Unreachable code in charset set operatorMichael Gran1-12/+5
2009-09-02Optimize charset union operatorMichael Gran1-4/+2
2009-09-02The charset complement operator should not include surrogatesMichael Gran1-12/+34
2009-09-02char-set-filter! does not properly iterate over the charsetMichael Gran1-1/+1
2009-09-02ucs-range->char-set should not store surrogates and has off-by-one errorMichael Gran1-48/+157
2009-09-02char-set-any improperly unpacks charset dataMichael Gran1-1/+3
2009-09-02char-set-xor! should modify the input parameterMichael Gran1-1/+2
2009-08-29Surrogate characters shouldn't be in charsetsMichael Gran1-2/+3
2009-08-28Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-549/+928
2009-08-27Fix FUNC_NAME definitions and #endif in srfi-14.[ch]Michael Gran1-22/+3
2009-08-27Unicode-capable srfi-14 charsetsMichael Gran1-550/+981
2009-08-18Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-6/+7
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2008-09-10Merge commit '29776e85da637ec4d44b2b2822d6934a50c0084b' into boehm-demers-wei...Ludovic Courtès1-3/+1
2008-09-05Removed a lot of now-useless SMOB mark/free functions.Ludovic Courtes1-8/+0
2007-07-29Changes from arch/CVS synchronizationLudovic Courtès1-3/+1
2006-09-20Changes from arch/CVS synchronizationLudovic Courtès1-50/+139
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2004-09-22*** empty log message ***Marius Vollmer1-21/+21
2004-08-24* srfi-13.c, srfi-13.h, srfi-14.c, srfi-14.h: New files.Marius Vollmer1-0/+1486