summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Symbols longer than 128 chars can cause an exception. Also, the terminating ...Michael Gran2009-05-122-3/+17
* Better diagnose broken `(strftime "%z" ...)' in `time.test' (bug #24130).Ludovic Courtès2009-05-122-5/+7
* Work around lack of flock(2) declaration on Tru64 5.1b.Ludovic Courtès2009-05-112-1/+10
* Fix compilation of `test-round.c' on BSD.Ludovic Courtès2009-05-111-1/+5
* Ask for IEEE floating point behavior on Alpha and SH.Ludovic Courtès2009-05-113-0/+42
* Update `NEWS'.Ludovic Courtès2009-04-241-0/+1
* Don't use raw divisions by zero in `test-conversion.c'.Ludovic Courtès2009-04-231-5/+51
* Use <machine/fpu.h> instead of <fenv.h> when needed (e.g., Tru64 5.1b).Ludovic Courtès2009-04-232-2/+7
* Work around lack of cuserid(3) declaration on Tru64 5.1b.Ludovic Courtès2009-04-232-1/+8
* Work around the lack of hstrerror(3) declaration on Tru64.Ludovic Courtès2009-04-232-2/+10
* Fix use of unsetenv(3) on Tru64.Ludovic Courtès2009-04-232-4/+9
* Remove extraneous semicolons from `test-conversion.c'.Ludovic Courtès2009-04-221-23/+23
* Fix compilation of `numbers.c' on Tru64.Ludovic Courtès2009-04-211-2/+7
* Fix compilation of `gcc_os_dep.c' on Tru64.Ludovic Courtès2009-04-211-2/+2
* Update `NEWS' and `THANKS'.Ludovic Courtès2009-04-212-1/+3
* Make `--disable-deprecated' work.daniel2009-04-213-18/+7
* Fix spurious `throw from within critical section' errorsNeil Jerram2009-03-255-8/+9
* NEWS entry for lock ordering and critical section fixesNeil Jerram2009-03-251-0/+1
* Avoid throw from critical section, given invalid sigaction callNeil Jerram2009-03-253-1/+34
* Aggregate `Makefile.am' files under `examples/'.Ludovic Courtès2009-03-2017-512/+311
* Have `scm_take_locale_symbol ()' return an interned symbol (fixes bug #25865).Ludovic Courtès2009-03-195-43/+117
* Aggregate `Makefile.am' files under `lang/'.Ludovic Courtès2009-03-085-138/+47
* Move `guardians.test' to its own module.Ludovic Courtès2009-03-081-4/+5
* Add new subr invocation benchmarks.Ludovic Courtès2009-03-081-2/+22
* Add subr invocation benchmark.Ludovic Courtès2009-03-082-0/+47
* Add tests for the stack inspection API.Ludovic Courtès2009-03-081-1/+64
* Add new GOOPS tests for built-in types.Ludovic Courtès2009-03-081-1/+19
* Add test for `procedure-properties'.Ludovic Courtès2009-03-082-1/+63
* Lock ordering: don't allocate when in critical section (scm_sigaction_for_thr...Neil Jerram2009-03-051-23/+25
* Don't leave Guile mode to lock async_mutexNeil Jerram2009-03-041-4/+4
* Lock ordering: don't lock heap_mutex and then thread_admin_mutexNeil Jerram2009-03-041-2/+8
* Update SRFI-11 docs to use correct name for let*-values.Julian Graham2009-02-111-4/+4
* Allow @ to work with (ice-9 syncase)Neil Jerram2009-02-054-3/+16
* Fix build when compiled with -Wundef -WerrorNeil Jerram2009-02-053-1/+3
* cleanups to value and help help handlersAndy Wingo2009-01-281-19/+14
* merge in from guile-lib: add some extensibility to `help'Andy Wingo2009-01-281-8/+64
* Fix build when scm_t_timespec is different from struct timespecNeil Jerram2009-01-233-1/+3
* Fix MinGW HAVE_STRUCT_TIMESPEC build problemNeil Jerram2009-01-233-0/+21
* Remove `INSTALL'Neil Jerram2009-01-172-291/+1
* NEWS entry for %fast-slot-ref/set! fixNeil Jerram2009-01-041-0/+7
* Fix implementation of %fast-slot-ref and %fast-slot-set!Neil Jerram2009-01-046-4/+54
* Update/remove references to the CVS repository.Ludovic Courtès2009-01-011-26/+0
* * HACKING: update to current practiceHan-Wen Nienhuys2009-01-011-146/+23
* Fix typo in SRFI-19.Ludovic Courtès2008-12-221-1/+1
* Update `INSTALL', from Automake 1.10.2.Ludovic Courtès2008-12-181-20/+74
* Don't use deprecated functions in `debug-malloc.c'.Ludovic Courtès2008-12-181-1/+1
* Update autogen.shNeil Jerram2008-12-141-9/+0
* configure: Check for <ltdl.h>.Ludovic Courtès2008-12-101-0/+2
* configure: Don't substitute `DLPREOPEN'.Ludovic Courtès2008-12-101-2/+0
* Bump version number for 1.8.6.release_1-8-6Ludovic Courtès2008-12-081-3/+3