summaryrefslogtreecommitdiff
path: root/libguile/gc-malloc.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-mobileLudovic 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
* Reverted changed from 2005/01/24 19:14:54, which was a commit to theMarius Vollmer2005-01-241-10/+12
* Threading changes.Marius Vollmer2005-01-241-12/+10
* * gc.h, gc.c (scm_i_gc_admin_mutex): New, to protectMarius Vollmer2004-08-191-5/+19
* Add a copyright year.Kevin Ryde2004-02-161-1/+1
* (scm_done_malloc, scm_done_free): Allow negative sizes,Kevin Ryde2004-02-161-3/+9
* (scm_gc_realloc): Define "ptr" at start of function.Kevin Ryde2003-07-091-1/+3
* (decrease_mtrigger): new functionHan-Wen Nienhuys2003-07-061-13/+35
* (scm_gc_register_collectable_memory): avoidHan-Wen Nienhuys2003-05-141-2/+11
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-35/+11
* * gc-malloc.c: #include <config.h> if HAVE_CONFIG_H.Rob Browning2003-03-251-0/+4
* * gc.c, gc.h (scm_i_sweep_mutex): New mutex.Mikael Djurfeldt2002-12-211-11/+15
* * gc-malloc.c, gc.h, init.c: Reverted gc-malloc change ofMikael Djurfeldt2002-12-111-16/+0
* * gc-malloc.c, gc.h (scm_gc_malloc_prehistory): New function.Mikael Djurfeldt2002-12-101-3/+7
* * gc-malloc.c (malloc_mutex): New mutex.Mikael Djurfeldt2002-12-101-0/+12
* * __scm.h (SCM_ALLOW_INTS_ONLY): Removed.Mikael Djurfeldt2002-12-091-3/+15
* (scm_gc_register_collectable_memory): more overflowHan-Wen Nienhuys2002-09-091-2/+2
* * gc-segment.c (scm_i_make_initial_segment): check user settingsHan-Wen Nienhuys2002-09-051-1/+12
* * struct.h: change scm_structs_to_free to scm_i_structs_to_freeHan-Wen Nienhuys2002-09-051-2/+4
* add DEBUGINFO for mtrigger GCs.Han-Wen Nienhuys2002-09-051-7/+7
* * gc.h: remove DOUBLECELL card flags.Han-Wen Nienhuys2002-08-281-1/+11
* * gc-card.c ("sweep_card"): remove SCM_MISC_ERROR messages: printHan-Wen Nienhuys2002-08-081-1/+4
* * tests/reader.test: change misc-error in read-error.Han-Wen Nienhuys2002-08-051-1/+13
* (INPUT_ERROR): Prepare for file:line:column errorHan-Wen Nienhuys2002-08-041-27/+16
* gc statistic tweaksHan-Wen Nienhuys2002-08-041-5/+5
* more codeHan-Wen Nienhuys2002-08-041-0/+407