summaryrefslogtreecommitdiff
path: root/libguile/srfi-14.c
Commit message (Expand)AuthorAgeFilesLines
* Update unicode tables to Unicode 14.0.0; initial charsets immutableAndy Wingo2022-02-061-50/+67
* Avoid passing NULL to 'memcpy' and 'memcmp'.Mark H Weaver2019-05-231-3/+7
* Fix GCC warning with %char-set-dump.Andy Wingo2018-10-071-1/+1
* Give multiple-values objects a tc7Andy Wingo2018-06-251-2/+2
* Update license notices in all C filesAndy Wingo2018-06-201-19/+19
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rationalize include order in C filesAndy Wingo2018-06-201-5/+6
* Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-17/+17
* Remove _scm.hAndy Wingo2018-06-201-1/+0
* Devolve symbols.h from _scm.hAndy Wingo2018-06-201-0/+1
* Remove modules.h from _scm.h.Andy Wingo2018-06-201-0/+1
* Devolve threads.h from _scm.h.Andy Wingo2018-06-201-0/+1
* Move subr snarfing macros to gsubr.h.Andy Wingo2018-06-201-0/+1
* Devolve numbers.h from _scm.h.Andy Wingo2018-06-191-0/+1
* Remove ports.h from inline.hAndy Wingo2018-06-191-0/+1
* Remove <stdio.h> from ports.hAndy Wingo2018-06-191-0/+1
* Devolve procs.h include from _scm.h.Andy Wingo2018-06-191-0/+1
* Devolve pairs.hAndy Wingo2018-06-181-0/+1
* Devolve boolean.h include.Andy Wingo2018-06-181-3/+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, putsAndy 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-symbolAndy Wingo2011-01-071-4/+4
* further boot cleanupsAndy Wingo2009-12-051-1/+1
* Nitpick in `srfi-14.c'.Ludovic Courtès2009-09-151-2/+2
* Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès2009-09-091-97/+263
|\
| * Add char-set debugging functionMichael Gran2009-09-031-19/+47
| * Distinguish between all codepoints and designated codepoints in char-setsMichael Gran2009-09-031-0/+14
| * Remove always-true range checks in scm_i_ucs_range_to_char_setMichael Gran2009-09-021-2/+0
| * Unreachable code in charset set operatorMichael Gran2009-09-021-12/+5
| * Optimize charset union operatorMichael Gran2009-09-021-4/+2
| * The charset complement operator should not include surrogatesMichael Gran2009-09-021-12/+34
| * char-set-filter! does not properly iterate over the charsetMichael Gran2009-09-021-1/+1
| * ucs-range->char-set should not store surrogates and has off-by-one errorMichael Gran2009-09-021-48/+157
| * char-set-any improperly unpacks charset dataMichael Gran2009-09-021-1/+3
| * char-set-xor! should modify the input parameterMichael Gran2009-09-021-1/+2
| * Surrogate characters shouldn't be in charsetsMichael Gran2009-08-291-2/+3
* | Merge branch 'master' into boehm-demers-weiser-gcLudovic 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 charsetsMichael Gran2009-08-271-550/+981
* | Merge branch 'master' into boehm-demers-weiser-gcLudovic 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