summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into boehm-demers-weiser-gcboehm-demers-weiser-gcLudovic Courtès2009-09-0935-439/+1862
|\
| * Avoid prematurely ending regexp test when ISO-8859-1 locale not foundMichael Gran2009-09-091-50/+79
| * Make scm_i_from_stringn into API for use with libguilereadlineMichael Gran2009-09-094-10/+10
| * 8-bit locale needed for 8-bit regexp testsMichael Gran2009-09-071-49/+50
| * Fix broken interaction between readline and UnicodeMichael Gran2009-09-074-15/+43
| * fix compile-time bug compiling (+ "foo" " bar")Andy Wingo2009-09-061-3/+3
| * update news; ready for 1.9.3Andy Wingo2009-09-063-16/+47
| * update NEWSAndy Wingo2009-09-061-23/+78
| * Avoid string buffer overrun in scm_scan_for_encodingMichael Gran2009-09-051-0/+1
| * Doc updates for character encoding of source code filesMichael Gran2009-09-053-0/+88
| * Doc updates for Unicode string escapes and port encodingsMichael Gran2009-09-043-11/+103
| * Remove locale u8vector functionsMichael Gran2009-09-044-117/+0
| * Initialize string ports with UTF-8 encodingMichael Gran2009-09-041-6/+8
| * write-char should handle UCS-4 charactersMichael Gran2009-09-041-2/+2
| * Make test-case compilation with -DSCM_DEBUG=1 work.Ken Raeburn2009-09-031-1/+1
| * Doc updates for srfi-14 character setsMichael Gran2009-09-032-39/+78
| * Update docs and docstrings for Unicode charactersMichael Gran2009-09-032-43/+86
| * Add char-set debugging functionMichael Gran2009-09-032-22/+48
| * Distinguish between all codepoints and designated codepoints in char-setsMichael Gran2009-09-033-6/+20
| * Modify read and print of combining charactersMichael Gran2009-09-033-3/+20
| * Remove always-true range checks in scm_i_ucs_range_to_char_setMichael Gran2009-09-021-2/+0
| * More srfi-14 char-set testsMichael Gran2009-09-021-1/+405
| * 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
| * fix nontail loops within loopsAndy Wingo2009-09-011-3/+4
| * Update docs for Unicode charactersMichael Gran2009-08-303-69/+114
| * Tests for display and writing of charactersMichael Gran2009-08-303-0/+202
| * Fix escape sequence normalization for wide stringsMichael Gran2009-08-301-0/+2
| * Fix encoding errors with strings returned by string portsMichael Gran2009-08-303-11/+34
| * Export readline history functionsNeil Jerram2009-08-302-5/+17
| * Range check octal-escaped charactersMichael Gran2009-08-291-4/+10
| * More tests for chars.testMichael Gran2009-08-291-7/+37
| * More tests for chars.testMichael Gran2009-08-291-9/+224
| * Surrogate characters shouldn't be in charsetsMichael Gran2009-08-293-7/+13
| * Better range check for codepointsMichael Gran2009-08-291-2/+6
| * Cast the input to isalpha et al to integerMichael Gran2009-08-284-10/+14
| * fix case in which compiled path had stale .go, but fallback had fresh .goAndy Wingo2009-08-281-1/+1
* | Avoid unneeded `scm_dynwind_free ()'.Ludovic Courtès2009-09-091-11/+7
* | Update doc of `scm_gc_protect_object ()' and SMOB mark/free.Ludovic Courtès2009-09-092-17/+45
* | Update documentation of `scm_gc_malloc ()' & co.Ludovic Courtès2009-09-091-37/+66
* | Update `README'.Ludovic Courtès2009-09-091-3/+10
* | Fix misleading comments in `gc-benchmarks/run-benchmark.scm'.Ludovic Courtès2009-09-081-5/+5
* | Improve `gc-benchmarks/run-benchmark.scm'.Ludovic Courtès2009-09-081-43/+123
* | Fix invalid syntax in `dynamic-input-large.sch' (gc-benchmarks).Ludovic Courtès2009-09-031-1/+1
* | Add test case for `scm_take_u8vector ()'.Ludovic Courtès2009-09-033-0/+73