summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version number for 1.8.7.release_1-8-7Ludovic Courtès2009-07-051-2/+2
* Update `NEWS'.Ludovic Courtès2009-07-051-0/+1
* Enclose `bit-operations.test' in its own module.Ludovic Courtès2009-07-051-3/+4
* Work around the lack of a vsnprintf(3) declaration on AIX 5.3.Ludovic Courtès2009-07-052-3/+7
* Fix the `BUILD_PTHREAD_SUPPORT' Automake conditional when not using pthread.Ludovic Courtès2009-07-051-5/+6
* Aggregate makefiles under `ice-9'.Ludovic Courtès2009-07-044-72/+17
* Update `NEWS' and `README' to cover MinGW cross-compilingNeil Jerram2009-07-042-16/+33
* Revert "Add libguile to the subdirs where pre-inst-guile* looks for libraries"Neil Jerram2009-07-012-2/+2
* Read complex numbers where both parts are inexact decimalsNeil Jerram2009-07-013-7/+22
* Correction to doc on Accessing Arrays from CNeil Jerram2009-06-301-15/+7
* URL missing from previous commit messageNeil Jerram2009-06-300-0/+0
* Add libguile to the subdirs where pre-inst-guile* looks for librariesNeil Jerram2009-06-302-2/+2
* For MinGW hide exported struct variables behind pointersNeil Jerram2009-06-294-2/+30
* Use GUILE_FOR_BUILD for autogeneration steps during the buildNeil Jerram2009-06-291-1/+1
* srfi-60.c shouldn't include private-gc.hNeil Jerram2009-06-291-1/+1
* In MinGW build, avoid clash between libguile and SRFI library function namesNeil Jerram2009-06-293-5/+13
* Revert "* FAQ: New file."Neil Jerram2009-06-253-27/+1
* Remove GDB_INTERFACE stuff from guile's main programNeil Jerram2009-06-251-6/+0
* Fix MinGW build warning caused by tzname redeclarationNeil Jerram2009-06-211-2/+3
* Thank SylvainNeil Jerram2009-06-181-0/+1
* URL omitted from the previous commit message...Neil Jerram2009-06-180-0/+0
* Remove AC_SYS_RESTARTABLE_SYSCALLS and related codeNeil Jerram2009-06-186-158/+2
* Fix popen.test on NetBSD and Ubuntu Jaunty, where sh is not BashNeil Jerram2009-06-062-1/+2
* Remove possible deadlock in scm_join_threadNeil Jerram2009-05-202-11/+40
* Avoid "no duplicate" popen tests leaving zombie processesNeil Jerram2009-05-201-31/+77
* Fix `explicitely' typos, should be `explicitly'Neil Jerram2009-05-2010-11/+11
* Update `NEWS'.Ludovic Courtès2009-05-121-0/+1
* 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