summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-15Bump version number for 1.9.3.release_1-9-3Ludovic Courtès1-1/+1
2009-09-15Use fixnums for int32 when the native word size of greater than 4 bytes.Ludovic Courtès1-2/+16
2009-09-15Keep the weak pair API internal.Ludovic Courtès1-3/+3
2009-09-15Fix bug #27450 ("Fat mutexes not GC'd until their owner dies").Ludovic Courtès2-9/+35
2009-09-15Fix the (currently unused) weak pair accessors.Ludovic Courtès1-4/+6
2009-09-15"Document" the `set-module-eval-closure!' weak hash table glitch.Ludovic Courtès2-2/+3
2009-09-15Nitpick in `srfi-14.c'.Ludovic Courtès1-2/+2
2009-09-15Make the precise stack mark procedure more robust.Ludovic Courtès1-1/+2
2009-09-15Use GC-robust queues/lists in `threads.c'.Ludovic Courtès1-0/+18
2009-09-15Remove explicit thread/condvar/mutex finalization.Ludovic Courtès1-20/+1
2009-09-14Update `NEWS'.Ludovic Courtès1-0/+5
2009-09-14Merge `libguile-i18n' into `libguile'.Ludovic Courtès8-32/+27
2009-09-14Switch the `encoding*.test' files to LGPLv3+.Ludovic Courtès4-59/+55
2009-09-14Update `scm_without_guile ()' documentation.Ludovic Courtès1-5/+14
2009-09-14Rename "boehm-gc.h" to "bdw-gc.h"; add to the distribution.Ludovic Courtès14-21/+23
2009-09-14Remove unused IA64 macro.Ludovic Courtès1-20/+0
2009-09-10More setlocale robustness in regexp testsMichael Gran1-43/+65
2009-09-11Remove `scm_enter_guile ()' and `scm_leave_guile ()'.Ludovic Courtès1-133/+2
2009-09-11Add `λ' macro as an alternative to `lambda'.Ludovic Courtès2-1/+12
2009-09-11Report missing libunistring at `configure'-time.Ludovic Courtès1-0/+5
2009-09-10Remove unnecessary uses of `scm_{leave,enter}_guile ()'.Ludovic Courtès1-10/+14
2009-09-10Link with `-z relro' when available.Ludovic Courtès2-0/+22
2009-09-09Update `NEWS'.Ludovic Courtès1-2/+25
2009-09-09Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès36-440/+1863
2009-09-09Avoid unneeded `scm_dynwind_free ()'.Ludovic Courtès1-11/+7
2009-09-09Update doc of `scm_gc_protect_object ()' and SMOB mark/free.Ludovic Courtès2-17/+45
2009-09-09Avoid prematurely ending regexp test when ISO-8859-1 locale not foundMichael Gran1-50/+79
2009-09-09Make scm_i_from_stringn into API for use with libguilereadlineMichael Gran4-10/+10
2009-09-09Update documentation of `scm_gc_malloc ()' & co.Ludovic Courtès1-37/+66
2009-09-09Update `README'.Ludovic Courtès1-3/+10
2009-09-08Fix misleading comments in `gc-benchmarks/run-benchmark.scm'.Ludovic Courtès1-5/+5
2009-09-08Improve `gc-benchmarks/run-benchmark.scm'.Ludovic Courtès1-43/+123
2009-09-078-bit locale needed for 8-bit regexp testsMichael Gran1-49/+50
2009-09-07Fix broken interaction between readline and UnicodeMichael Gran4-15/+43
2009-09-06fix compile-time bug compiling (+ "foo" " bar")Andy Wingo1-3/+3
2009-09-06update news; ready for 1.9.3Andy Wingo3-16/+47
2009-09-06update NEWSAndy Wingo1-23/+78
2009-09-05Avoid string buffer overrun in scm_scan_for_encodingMichael Gran1-0/+1
2009-09-05Doc updates for character encoding of source code filesMichael Gran3-0/+88
2009-09-04Doc updates for Unicode string escapes and port encodingsMichael Gran3-11/+103
2009-09-04Remove locale u8vector functionsMichael Gran4-117/+0
2009-09-04Initialize string ports with UTF-8 encodingMichael Gran1-6/+8
2009-09-04write-char should handle UCS-4 charactersMichael Gran1-2/+2
2009-09-03Make test-case compilation with -DSCM_DEBUG=1 work.Ken Raeburn1-1/+1
2009-09-03Doc updates for srfi-14 character setsMichael Gran2-39/+78
2009-09-03Update docs and docstrings for Unicode charactersMichael Gran2-43/+86
2009-09-03Add char-set debugging functionMichael Gran2-22/+48
2009-09-03Distinguish between all codepoints and designated codepoints in char-setsMichael Gran3-6/+20
2009-09-03Modify read and print of combining charactersMichael Gran3-3/+20
2009-09-03Fix invalid syntax in `dynamic-input-large.sch' (gc-benchmarks).Ludovic Courtès1-1/+1