summaryrefslogtreecommitdiff
path: root/libguile/gc-malloc.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate dynamic roots...Andy Wingo2016-11-211-1/+0
* Merge branch 'stable-2.0'...Mark H Weaver2014-04-251-3/+2
|\
| * Rely on Gnulib for <unistd.h>....Mark H Weaver2014-02-271-3/+2
* | Out-of-memory situations raise exceptions instead of aborting...Andy Wingo2014-03-221-2/+5
* | Remove private-gc.h...Andy Wingo2013-11-281-2/+0
* | Remove tests and shims for pre-7.2 bdw-gc....Andy Wingo2013-11-221-5/+1
* | Merge remote-tracking branch 'origin/stable-2.0'...Andy Wingo2012-02-081-32/+55
|\|
| * Fix --enable-debug-malloc...Andy Wingo2012-02-051-37/+56
* | Merge commit 'f78a1ccede02ccad89d6c91a6b297f1f14a30907'Andy Wingo2012-01-101-4/+1
|\|
| * stdlib.h, not malloc.h...Andy Wingo2011-12-221-4/+1
* | Merge remote-tracking branch 'origin/stable-2.0'...Andy Wingo2011-12-131-0/+4
|\|
| * fix compilation with gc 7.1...Chris K. Jester-Young2011-12-081-0/+4
* | Merge remote-tracking branch 'origin/stable-2.0'...Andy Wingo2011-12-061-1/+2
|\|
| * scm_gc_register_collectable_memory calls scm_gc_register_allocation...Andy Wingo2011-12-021-1/+2
* | Merge remote-tracking branch 'origin/stable-2.0'...Andy Wingo2011-12-011-1/+3
|\|
| * attempt to handle steady-state mallocations better...Andy Wingo2011-11-291-1/+3
* | Merge remote-tracking branch 'origin/stable-2.0'...Andy Wingo2011-10-271-2/+3
|\|
| * Fix compilation with `--enable-debug-malloc'....Bake Timmons2011-10-221-2/+3
* | remove weak pairs, rewrite weak vectors...Andy Wingo2011-10-241-1/+0
* | remove all deprecated code...Andy Wingo2011-05-121-104/+1
|/
* make-string et al nulls memory if not given an initializer...Andy Wingo2010-12-041-2/+4
* fix bug in scm_must_free...Andy Wingo2010-03-291-11/+5
* remove out-of-date comment in scm_gc_malloc...Andy Wingo2010-03-291-12/+1
* Fix stylistic issues revealed by "make syntax-check"....Ludovic Courtès2009-11-171-7/+2
* Don't use memset(3) after `GC_MALLOC ()' calls....Ludovic Courtès2009-10-261-4/+2
* Resolve warning in gcc-4.3 about transposed parameters passed to memset...Julian Graham2009-10-251-1/+2
* Use pointer-less memory for `scm_gc_strdup ()'....Ludovic Courtès2009-10-151-1/+1
* Remove deprecated variables/macros from the GC headers....Ludovic Courtès2009-08-281-21/+0
* Merge branch 'master' into boehm-demers-weiser-gc...Ludovic Courtès2009-08-281-4/+6
|\
| * Merge wip-array refactor, up to cd43fdc5b7a7c...Andy Wingo2009-08-251-2/+2
| |\
| | * rename unif.[ch] to arrays.[ch]...Andy Wingo2009-07-191-2/+2
| * | Type-limits error in GC environment initialization...Michael Gran2009-08-201-2/+4
| |/
* | Merge branch 'master' into boehm-demers-weiser-gc...Ludovic Courtès2009-08-181-6/+7
|\|
| * Change Guile license to LGPLv3+...Neil Jerram2009-06-171-6/+7
* | Merge branch 'master' into boehm-demers-weiser-gc...Ludovic Courtès2008-09-131-1/+1
|\|
| * Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-1/+1
* | Merge branch 'master' into boehm-demers-weiser-gc...Ludovic Courtès2008-09-101-4/+4
|\|
| * Style nitpicks: space before () in function call.Han-Wen Nienhuys2008-08-211-5/+5
| * If realloc() fails in scm_realloc, then do a complete GC with complete...Han-Wen Nienhuys2008-08-161-13/+9
| * Garbage collection cleanup....Han-Wen Nienhuys2008-08-161-10/+14
| * Release stuff: missing NEWS and 2007/2008 copyrights.Neil Jerram2008-02-151-1/+1
| * (scm_gc_malloc): Return NULL if requested size is 0....Neil Jerram2008-02-061-2/+3
* | scm_gc_malloc: Handle zero-octet allocations....Ludovic Courtes2008-09-101-1/+8
* | Added `scm_gc_malloc_pointerless ()', equivalent to `GC_MALLOC_ATOMIC ()'....Ludovic Courtes2008-09-051-1/+10
* | Merge from lcourtes@laas.fr--2005-mobile...Ludovic Courtes2008-09-051-143/+10
|/
* merge from 1.8 branchKevin Ryde2006-04-171-1/+11
* Ludovic's patch for scm_t_sweep_statistics.Han-Wen Nienhuys2006-02-141-4/+6
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* * gc.h, gc.c (SCM_FREECELL_P): Removed for good....Marius Vollmer2005-03-101-4/+9
* See ChangeLog from 2005-03-02.Marius Vollmer2005-03-021-12/+10