summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused macro UNMARKED_CELL_P()Han-Wen Nienhuys2008-08-161-2/+0
* Use word_2 to store mark bits for freeing structs and vtables in theHan-Wen Nienhuys2008-08-162-5/+14
* Do not include private-gc.h in srfi-60.Han-Wen Nienhuys2008-08-161-2/+3
* Fix memory corruption issue with hell[] array: realloc/calloc need toHan-Wen Nienhuys2008-08-161-5/+5
* Include min-yields in gc-stats output.Han-Wen Nienhuys2008-08-141-3/+11
* Whitespace and formatting fixes.Han-Wen Nienhuys2008-08-144-39/+8
* Remove the now useless `qthreads.m4'.Ludovic Courtès2008-08-141-165/+0
* Fix build failure on Debian hppa architecture (bad stack growth detection)Neil Jerram2008-08-073-4/+9
* Fix misleading output from `(help rationalize)'Neil Jerram2008-08-033-5/+22
* Single stepping through code from EmacsNeil Jerram2008-07-177-20/+69
* ChangeLog for "Improve stack direction test"Neil Jerram2008-07-171-0/+6
* ChangeLog for "Improved MIPS/Linux gc_os_dep.c definitions"Neil Jerram2008-07-171-0/+10
* Handle lack of `struct dirent64' and `readdir64_r ()' on HP-UX 11.11.Ludovic Courtès2008-07-177-4/+72
* Improve stack direction testNeil Jerram2008-07-122-6/+36
* Improved MIPS/Linux gc_os_dep.c definitionsNeil Jerram2008-07-122-12/+12
* Use `-q' when running standalone tests.Ludovic Courtès2008-07-065-8/+14
* Update `INSTALL'.Ludovic Courtès2008-07-061-1/+4
* Update to Autoconf 2.61.Ludovic Courtès2008-07-062-61/+79
* Update Gnulib files.Ludovic Courtès2008-07-053-2/+9
* Add `scm_c_symbol_length ()'.Ludovic Courtès2008-07-056-0/+29
* Don't declare `scm_i_locale_mutex' as `SCM_INTERNAL'.Ludovic Courtès2008-07-042-1/+5
* Update `THANKS'.Ludovic Courtès2008-07-041-0/+1
* Fix `SCM_INTERNAL' with GCC 4.3.Ludovic Courtès2008-07-042-2/+8
* Add `NEWS' entry for SRFI-18.Ludovic Courtès2008-06-301-0/+1
* srfi-modules.texi (SRFI-18): New sections.Julian Graham2008-06-302-2/+348
* Modernize Automake files.Ludovic Courtès2008-06-286-11/+22
* Fix doc typo regarding `use-syntax' and "syntax transformers".Ludovic Courtès2008-06-282-5/+11
* Fix harmless typo in SRFI-19.Ludovic Courtès2008-06-282-2/+7
* Disable type-checking of `SCM_UNPACK' for the broken HP compilers.Ludovic Courtès2008-06-283-3/+14
* Update `THANKS'.Ludovic Courtès2008-06-021-0/+1
* guile-config: Show `-L$libdir' before `-lguile'.Ludovic Courtès2008-06-023-2/+8
* Work around `#define except' on Tru64.Ludovic Courtès2008-06-023-5/+13
* Support systems whose <inttypes.h> doesn't define `PRIiMAX'.Ludovic Courtès2008-06-022-1/+9
* Fix SRFI-88 URL in the manual.Ludovic Courtès2008-06-012-1/+5
* Update `NEWS'.Ludovic Courtès2008-05-311-0/+10
* Add `SCM_INTERNAL' macro, use it.Ludovic Courtès2008-05-3193-349/+385
* Scheme SRFI-18 implementation and tests fileJulian Graham2008-05-244-0/+864
* Delete trailing whitespace.Neil Jerram2008-05-153-284/+284
* ChangeLog updates for latest set of SRFI-18 changesJulian Graham2008-05-143-0/+31
* Delete trailing whitespace.Neil Jerram2008-05-144-62/+62
* latest set of SRFI-18 support changes to core threadsJulian Graham2008-05-144-78/+168
* Expand DEFFROM and DEFTO macros in discouraged.cNeil Jerram2008-05-133-25/+127
* Fix continuation problems on IA64.Neil Jerram2008-05-127-36/+108
* Merge changes for 1.8.5.Ludovic Courtès2008-05-071-0/+10
* Remove uses of non-portable makefile constructs.Ludovic Courtès2008-05-075-5/+19
* Avoid warning with GCC on FreeBSD 6.2 in `numbers.c'.Ludovic Courtès2008-05-072-1/+8
* Fix c-tokenize.c error: 'input' defined but not used, when compiling with GCC...Neil Jerram2008-05-052-1/+10
* Add NEWS and concept index entries for traps infrastructure and Emacs support.Neil Jerram2008-05-054-0/+22
* Fix omissions and typos in previous commit.Ludovic Courtès2008-05-042-4/+7
* Add `pkg-config' support.Ludovic Courtès2008-05-049-6/+83