| Commit message (Expand) | Author | Age | Files | Lines |
* | copyright dates...* libguile/unidata_to_charset.pl: change copyright date
* test-suite/tests/srfi-14.test: change copyright date
| Michael Gran | 2010-04-03 | 1 | -4/+4 |
* | Unicode data parsing script incorrect for char-set:ascii...char-set:ascii is the only char-set consisting of a single contiguous
range, and there was an off-by-one error for that case.
* libguile/unidata_to_charset.pl (compute): fix off-by-one
| Michael Gran | 2010-04-02 | 1 | -2/+3 |
* | Distinguish between all codepoints and designated codepoints in char-sets...* libguile/unidata_to_charset.pl (designated): renamed from full
* libguile/srfi-14.c (scm_char_set_designated): new char-set
* libguile/srfi-14.i.c (cs_designated): renamed from cs_full
| Michael Gran | 2009-09-03 | 1 | -3/+3 |
* | Surrogate characters shouldn't be in charsets...* libguile/srfi-14.c (charsets_complement): use surrogate #defines instead
of hardcoded numbers
* libguile/srfi-14.i.c (cs_full_ranges): remove surrogates from full
charset
* libguile/unidata_to_charset.pl (full): test for surrogates
| Michael Gran | 2009-08-29 | 1 | -3/+7 |
* | Script to generate srfi-14 charsets from UnicodeData.txt...This script was used to generate srfi-14.i.c from the UnicodeData.txt
file supplied by ftp://www.unicode.org/Public/UNIDATA/
* libguile/unidata_to_charset.pl
| Michael Gran | 2009-08-27 | 1 | -0/+399 |