summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove GH and its traces.dev/hanwenHan-Wen Nienhuys2008-09-2019-3188/+11
* Fix `strftime' documentation wrt. `%Z'.Ludovic Courtès2008-09-181-3/+0
* Make multi-byte reads on unbuffered ports more efficient.Neil Jerram2008-09-152-51/+71
* Add `uniform-vector-read!' benchmark.Ludovic Courtès2008-09-152-5/+59
* Include <config.h> in standalone tests.Ludovic Courtès2008-09-136-2/+22
* Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-13120-115/+338
* Add `ChangeLog-2008' files to the distribution.Ludovic Courtès2008-09-1220-34/+43
* Rename `ChangeLog' files to `ChangeLog-2008'.Ludovic Courtès2008-09-1225-3390/+3407
* doc: Correct the default value of `%load-path'.Ludovic Courtès2008-09-121-1/+1
* Include <config.h> in `discouraged.c'.Ludovic Courtès2008-09-121-2/+7
* Remove `.cvsignore' files.Ludovic Courtès2008-09-1141-392/+2
* Use Gnulib's `autobuild' module.Ludovic Courtès2008-09-115-2/+45
* Revise GC asserts.Han-Wen Nienhuys2008-09-113-9/+17
* * HACKING: update to current practiceHan-Wen Nienhuys2008-09-111-146/+23
* Fix compilation of `libguile-i18n' on MinGW.Ludovic Courtès2008-09-101-1/+6
* Cleanup mark-during-GC debug checks.Han-Wen Nienhuys2008-09-095-9/+35
* Use Gnulib's `count-one-bits' as a replacement for `scm_i_uint_bit_count ()'.Ludovic Courtès2008-09-093-18/+16
* Use Gnulib's `count-one-bits' module.Ludovic Courtès2008-09-098-2/+293
* Merge branch 'master' into strftime-gnulibLudovic Courtès2008-09-0917-356/+72
|\
| * Get rid of Automake's "maintainer mode".Ludovic Courtès2008-09-094-6/+10
| * Update `NEWS' wrt. `mutex-lock' deadlock fix.Ludovic Courtès2008-09-081-0/+1
| * Update `NEWS' wrt. the removal of `scm_i_' symbols.Ludovic Courtès2008-09-041-5/+5
| * * eval.c: Mark #endif with comment.Han-Wen Nienhuys2008-09-031-1/+1
| * Don't sanity check GC numbers on 64 bit platforms, while weHan-Wen Nienhuys2008-09-031-2/+2
| * Fix compilation of `libguile-i18n' on NetBSD.Ludovic Courtès2008-09-021-9/+9
| * Resolve a deadlock caused by not checking mutex state after calling `SCM_TICK'.Julian Graham2008-08-312-1/+6
| * Raise error on SRFI-18 load if Guile built without threading supportJulian Graham2008-08-303-2/+10
| * Remove `coop-threads' files that had been useless since 2005-03-02.Ludovic Courtès2008-08-272-326/+0
| * Fix builds `--without-threads'.Ludovic Courtès2008-08-275-3/+23
| * Merge branch 'master' of git://git.sv.gnu.org/guile into nitsHan-Wen Nienhuys2008-08-268-5/+30
| |\
| | * Use $(GCC_CFLAGS) for `-Werror' et al. so that it's not used to compileLudovic Courtès2008-08-258-5/+30
| * | Only sanity check numbers if SCM_DEBUG_CELL_ACCESSES is unset.Han-Wen Nienhuys2008-08-261-1/+3
| * | Set SRCPROP{PLIST,COPY} through a macro, so SCM_DEBUG_CELL_ACCESSES compiles.Han-Wen Nienhuys2008-08-261-2/+4
| |/
* | Use Gnulib's `strftime' to address bug #24130.Ludovic Courtès2008-09-023-59/+14
* | Add Gnulib `strftime' module, update Gnulib files.Ludovic Courtès2008-09-0219-11/+2368
* | Use $(GCC_CFLAGS) for `-Werror' et al. so that it's not used to compileLudovic Courtès2008-08-258-5/+30
|/
* Fix 2 indentation nitpicks.Han-Wen Nienhuys2008-08-212-8/+10
* Style nitpicks: space before () in function call.Han-Wen Nienhuys2008-08-217-42/+42
* Add Gnulib-provided files for convenience.Ludovic Courtès2008-08-2120-20/+1606
* Never define `_GNU_SOURCE' explicitly since `AC_USE_SYSTEM_EXTENSIONS'Ludovic Courtès2008-08-208-13/+8
* Add test case for the GOOPS `class-redefinition' memory corruption.Ludovic Courtès2008-08-202-2/+78
* Add ChangeLog and NEWS entry for the GOOPS `class-redefinition' memoryLudovic Courtès2008-08-192-0/+8
* Complete fix of `hell' allocation in GOOPS.Ludovic Courtès2008-08-191-1/+1
* Fix sizeof() nitpick for goops corruption.Han-Wen Nienhuys2008-08-181-1/+1
* Make marked conservatively statistic accumulative.Han-Wen Nienhuys2008-08-161-7/+11
* If realloc() fails in scm_realloc, then do a complete GC with completeHan-Wen Nienhuys2008-08-162-14/+10
* Add a statistic for tracking how many cells are marked conservatively.Han-Wen Nienhuys2008-08-165-3/+12
* Garbage collection cleanup.Han-Wen Nienhuys2008-08-1611-769/+733
* Remove comments about removed variables.Han-Wen Nienhuys2008-08-161-12/+0
* Introduce scm_i_marking to detect when GC mark bits are touchedHan-Wen Nienhuys2008-08-163-2/+15