summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-03-27Allow non-weak hash tables to be automatically thread-safewip-nj-locks-ncNeil Jerram2-15/+119
2009-03-27Make the interned symbols hash thread-safeNeil Jerram5-42/+113
2009-03-25New test for thread-safe defineNeil Jerram2-0/+173
2009-03-25Fix spurious `throw from within critical section' errorsNeil Jerram5-8/+9
2009-03-25NEWS entry for lock ordering and critical section fixesNeil Jerram1-0/+1
2009-03-25Avoid throw from critical section, given invalid sigaction callNeil Jerram3-1/+34
2009-03-20Aggregate `Makefile.am' files under `examples/'.Ludovic Courtès17-512/+311
2009-03-19Have `scm_take_locale_symbol ()' return an interned symbol (fixes bug #25865).Ludovic Courtès5-43/+117
2009-03-08Aggregate `Makefile.am' files under `lang/'.Ludovic Courtès5-138/+47
2009-03-08Move `guardians.test' to its own module.Ludovic Courtès1-4/+5
2009-03-08Add new subr invocation benchmarks.Ludovic Courtès1-2/+22
2009-03-08Add subr invocation benchmark.Ludovic Courtès2-0/+47
2009-03-08Add tests for the stack inspection API.Ludovic Courtès1-1/+64
2009-03-08Add new GOOPS tests for built-in types.Ludovic Courtès1-1/+19
2009-03-08Add test for `procedure-properties'.Ludovic Courtès2-1/+63
2009-03-05Lock ordering: don't allocate when in critical section (scm_sigaction_for_thr...Neil Jerram1-23/+25
2009-03-04Don't leave Guile mode to lock async_mutexNeil Jerram1-4/+4
2009-03-04Lock ordering: don't lock heap_mutex and then thread_admin_mutexNeil Jerram1-2/+8
2009-02-11Update SRFI-11 docs to use correct name for let*-values.Julian Graham1-4/+4
2009-02-05Allow @ to work with (ice-9 syncase)Neil Jerram4-3/+16
2009-02-05Fix build when compiled with -Wundef -WerrorNeil Jerram3-1/+3
2009-01-28cleanups to value and help help handlersAndy Wingo1-19/+14
2009-01-28merge in from guile-lib: add some extensibility to `help'Andy Wingo1-8/+64
2009-01-23Fix build when scm_t_timespec is different from struct timespecNeil Jerram3-1/+3
2009-01-23Fix MinGW HAVE_STRUCT_TIMESPEC build problemNeil Jerram3-0/+21
2009-01-17Remove `INSTALL'Neil Jerram2-291/+1
2009-01-04NEWS entry for %fast-slot-ref/set! fixNeil Jerram1-0/+7
2009-01-04Fix implementation of %fast-slot-ref and %fast-slot-set!Neil Jerram6-4/+54
2009-01-01Update/remove references to the CVS repository.Ludovic Courtès1-26/+0
2009-01-01* HACKING: update to current practiceHan-Wen Nienhuys1-146/+23
2008-12-22Fix typo in SRFI-19.Ludovic Courtès1-1/+1
2008-12-18Update `INSTALL', from Automake 1.10.2.Ludovic Courtès1-20/+74
2008-12-18Don't use deprecated functions in `debug-malloc.c'.Ludovic Courtès1-1/+1
2008-12-14Update autogen.shNeil Jerram1-9/+0
2008-12-10configure: Check for <ltdl.h>.Ludovic Courtès1-0/+2
2008-12-10configure: Don't substitute `DLPREOPEN'.Ludovic Courtès1-2/+0
2008-12-08Bump version number for 1.8.6.release_1-8-6Ludovic Courtès1-3/+3
2008-12-08Mention the end of `ChangeLog' files in `NEWS'.Ludovic Courtès2-1/+7
2008-12-08Make `config.status' happier.Ludovic Courtès1-1/+2
2008-12-07Remove useless references to Libtool's `dlpreopen' mechanism.Ludovic Courtès2-4/+1
2008-12-07Delete redundant `config.{guess,sub}'.Ludovic Courtès2-3180/+0
2008-12-07Several new hash table tests, written by Gregory Marton.Neil Jerram3-0/+208
2008-12-02Fix sloppy bound checking in `string-{ref,set!}' with the empty string.Ludovic Courtès3-4/+66
2008-12-02Update `NEWS'.Ludovic Courtès1-0/+1
2008-11-30Fix potential deadlock in `make-struct'.Ludovic Courtès2-10/+9
2008-11-30Make GNU Libtool 2.2.x happier.Ludovic Courtès3-1/+4
2008-11-30Check the return value of libc's functions to make `_FORTIFY_SOURCE=2' work.Ludovic Courtès5-12/+27
2008-11-24Use orthodox libtoology in `guile'.Ludovic Courtès1-4/+2
2008-11-24Run the handler of SRFI-34's `with-exception-handler' in the right dyn. env.Ludovic Courtès4-7/+44
2008-11-24Fix comments in `test-scm-c-read.c'.Ludovic Courtès1-2/+2