Age | Commit message (Expand) | Author | Files | Lines |
2009-11-17 | Fix stylistic issues revealed by "make syntax-check". | Ludovic Courtès | 1 | -7/+2 |
2009-10-26 | Don't use memset(3) after `GC_MALLOC ()' calls. | Ludovic Courtès | 1 | -4/+2 |
2009-10-25 | Resolve warning in gcc-4.3 about transposed parameters passed to memset | Julian Graham | 1 | -1/+2 |
2009-10-15 | Use pointer-less memory for `scm_gc_strdup ()'. | Ludovic Courtès | 1 | -1/+1 |
2009-08-28 | Remove deprecated variables/macros from the GC headers. | Ludovic Courtès | 1 | -21/+0 |
2009-08-28 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -4/+6 |
2009-08-25 | Merge wip-array refactor, up to cd43fdc5b7a7c | Andy Wingo | 1 | -2/+2 |
2009-08-20 | Type-limits error in GC environment initialization | Michael Gran | 1 | -2/+4 |
2009-08-18 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -6/+7 |
2009-07-19 | rename unif.[ch] to arrays.[ch] | Andy Wingo | 1 | -2/+2 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2008-09-13 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -1/+1 |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -1/+1 |
2008-09-10 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -4/+4 |
2008-09-10 | scm_gc_malloc: Handle zero-octet allocations. | Ludovic Courtes | 1 | -1/+8 |
2008-09-05 | Added `scm_gc_malloc_pointerless ()', equivalent to `GC_MALLOC_ATOMIC ()'. | Ludovic Courtes | 1 | -1/+10 |
2008-09-05 | Merge from lcourtes@laas.fr--2005-mobile | Ludovic Courtes | 1 | -143/+10 |
2008-08-21 | Style nitpicks: space before () in function call. | Han-Wen Nienhuys | 1 | -5/+5 |
2008-08-16 | If realloc() fails in scm_realloc, then do a complete GC with complete | Han-Wen Nienhuys | 1 | -13/+9 |
2008-08-16 | Garbage collection cleanup. | Han-Wen Nienhuys | 1 | -10/+14 |
2008-02-15 | Release stuff: missing NEWS and 2007/2008 copyrights. | Neil Jerram | 1 | -1/+1 |
2008-02-06 | (scm_gc_malloc): Return NULL if requested size is 0. | Neil Jerram | 1 | -2/+3 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+11 |
2006-02-14 | Ludovic's patch for scm_t_sweep_statistics. | Han-Wen Nienhuys | 1 | -4/+6 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-03-10 | * gc.h, gc.c (SCM_FREECELL_P): Removed for good. | Marius Vollmer | 1 | -4/+9 |
2005-03-02 | See ChangeLog from 2005-03-02. | Marius Vollmer | 1 | -12/+10 |
2005-01-24 | Reverted changed from 2005/01/24 19:14:54, which was a commit to the | Marius Vollmer | 1 | -10/+12 |
2005-01-24 | Threading changes. | Marius Vollmer | 1 | -12/+10 |
2004-08-19 | * gc.h, gc.c (scm_i_gc_admin_mutex): New, to protect | Marius Vollmer | 1 | -5/+19 |
2004-02-16 | Add a copyright year. | Kevin Ryde | 1 | -1/+1 |
2004-02-16 | (scm_done_malloc, scm_done_free): Allow negative sizes, | Kevin Ryde | 1 | -3/+9 |
2003-07-09 | (scm_gc_realloc): Define "ptr" at start of function. | Kevin Ryde | 1 | -1/+3 |
2003-07-06 | (decrease_mtrigger): new function | Han-Wen Nienhuys | 1 | -13/+35 |
2003-05-14 | (scm_gc_register_collectable_memory): avoid | Han-Wen Nienhuys | 1 | -2/+11 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -35/+11 |
2003-03-25 | * gc-malloc.c: #include <config.h> if HAVE_CONFIG_H. | Rob Browning | 1 | -0/+4 |
2002-12-21 | * gc.c, gc.h (scm_i_sweep_mutex): New mutex. | Mikael Djurfeldt | 1 | -11/+15 |
2002-12-11 | * gc-malloc.c, gc.h, init.c: Reverted gc-malloc change of | Mikael Djurfeldt | 1 | -16/+0 |
2002-12-10 | * gc-malloc.c, gc.h (scm_gc_malloc_prehistory): New function. | Mikael Djurfeldt | 1 | -3/+7 |
2002-12-10 | * gc-malloc.c (malloc_mutex): New mutex. | Mikael Djurfeldt | 1 | -0/+12 |
2002-12-09 | * __scm.h (SCM_ALLOW_INTS_ONLY): Removed. | Mikael Djurfeldt | 1 | -3/+15 |
2002-09-09 | (scm_gc_register_collectable_memory): more overflow | Han-Wen Nienhuys | 1 | -2/+2 |
2002-09-05 | * gc-segment.c (scm_i_make_initial_segment): check user settings | Han-Wen Nienhuys | 1 | -1/+12 |
2002-09-05 | * struct.h: change scm_structs_to_free to scm_i_structs_to_free | Han-Wen Nienhuys | 1 | -2/+4 |
2002-09-05 | add DEBUGINFO for mtrigger GCs. | Han-Wen Nienhuys | 1 | -7/+7 |
2002-08-28 | * gc.h: remove DOUBLECELL card flags. | Han-Wen Nienhuys | 1 | -1/+11 |
2002-08-08 | * gc-card.c ("sweep_card"): remove SCM_MISC_ERROR messages: print | Han-Wen Nienhuys | 1 | -1/+4 |
2002-08-05 | * tests/reader.test: change misc-error in read-error. | Han-Wen Nienhuys | 1 | -1/+13 |
2002-08-04 | (INPUT_ERROR): Prepare for file:line:column error | Han-Wen Nienhuys | 1 | -27/+16 |