summaryrefslogtreecommitdiff
path: root/libguile/srfi-14.c
Commit message (Expand)AuthorAgeFilesLines
* srfi-14: Fix possible buffer overrun in '%char-set-dump'....Ludovic Courtès2019-06-201-1/+1
* Avoid passing NULL to 'memcpy' and 'memcmp'....Mark H Weaver2019-04-161-1/+8
* Remove scm_puts_unlocked....Andy Wingo2016-04-261-9/+9
* Merge remote-tracking branch 'origin/stable-2.0'...Andy Wingo2012-02-081-3/+3
|\
| * Improve the usage of variable names in C docstrings....Bake Timmons2012-02-021-3/+3
* | locking for putc, puts...Andy Wingo2011-11-081-9/+9
|/
* Make VM string literals immutable....Ludovic Courtès2011-03-201-2/+2
* fix typos in the manual bits generated from source comments....Ralf Wildenhues2011-02-091-2/+2
* use scm_from_latin1_symboln for string literals and load-symbol...Andy Wingo2011-01-071-4/+4
* further boot cleanups...Andy Wingo2009-12-051-1/+1
* Nitpick in `srfi-14.c'....Ludovic Courtès2009-09-151-2/+2
* Merge branch 'master' into boehm-demers-weiser-gc...Ludovic Courtès2009-09-091-97/+263
|\
| * Add char-set debugging function...Michael Gran2009-09-031-19/+47
| * Distinguish between all codepoints and designated codepoints in char-sets...Michael Gran2009-09-031-0/+14
| * Remove always-true range checks in scm_i_ucs_range_to_char_set...Michael Gran2009-09-021-2/+0
| * Unreachable code in charset set operator...Michael Gran2009-09-021-12/+5
| * Optimize charset union operator...Michael Gran2009-09-021-4/+2
| * The charset complement operator should not include surrogates...Michael Gran2009-09-021-12/+34
| * char-set-filter! does not properly iterate over the charset...Michael Gran2009-09-021-1/+1
| * ucs-range->char-set should not store surrogates and has off-by-one error...Michael Gran2009-09-021-48/+157
| * char-set-any improperly unpacks charset data...Michael Gran2009-09-021-1/+3
| * char-set-xor! should modify the input parameter...Michael Gran2009-09-021-1/+2
| * Surrogate characters shouldn't be in charsets...Michael Gran2009-08-291-2/+3
* | Merge branch 'master' into boehm-demers-weiser-gc...Ludovic Courtès2009-08-281-549/+928
|\|
| * Fix FUNC_NAME definitions and #endif in srfi-14.[ch]...Michael Gran2009-08-271-22/+3
| * Unicode-capable srfi-14 charsets...Michael Gran2009-08-271-550/+981
* | Merge branch 'master' into boehm-demers-weiser-gc...Ludovic Courtès2009-08-181-6/+7
|\|
| * Change Guile license to LGPLv3+...Neil Jerram2009-06-171-6/+7
* | Merge commit '29776e85da637ec4d44b2b2822d6934a50c0084b' into boehm-demers-wei......Ludovic Courtès2008-09-101-3/+1
|\|
| * Changes from arch/CVS synchronizationLudovic Courtès2007-07-291-3/+1
* | Removed a lot of now-useless SMOB mark/free functions....Ludovic Courtes2008-09-051-8/+0
|/
* Changes from arch/CVS synchronizationLudovic Courtès2006-09-201-50/+139
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* *** empty log message ***Marius Vollmer2004-09-221-21/+21
* * srfi-13.c, srfi-13.h, srfi-14.c, srfi-14.h: New files....Marius Vollmer2004-08-241-0/+1486