index
:
software/guile
wip-elisp
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
gc-malloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecate dynamic roots
...
Andy Wingo
2016-11-21
1
-1
/
+0
*
Merge branch 'stable-2.0'
...
Mark H Weaver
2014-04-25
1
-3
/
+2
|
\
|
*
Rely on Gnulib for <unistd.h>.
...
Mark H Weaver
2014-02-27
1
-3
/
+2
*
|
Out-of-memory situations raise exceptions instead of aborting
...
Andy Wingo
2014-03-22
1
-2
/
+5
*
|
Remove private-gc.h
...
Andy Wingo
2013-11-28
1
-2
/
+0
*
|
Remove tests and shims for pre-7.2 bdw-gc.
...
Andy Wingo
2013-11-22
1
-5
/
+1
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2012-02-08
1
-32
/
+55
|
\
|
|
*
Fix --enable-debug-malloc
...
Andy Wingo
2012-02-05
1
-37
/
+56
*
|
Merge commit 'f78a1ccede02ccad89d6c91a6b297f1f14a30907'
Andy Wingo
2012-01-10
1
-4
/
+1
|
\
|
|
*
stdlib.h, not malloc.h
...
Andy Wingo
2011-12-22
1
-4
/
+1
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2011-12-13
1
-0
/
+4
|
\
|
|
*
fix compilation with gc 7.1
...
Chris K. Jester-Young
2011-12-08
1
-0
/
+4
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2011-12-06
1
-1
/
+2
|
\
|
|
*
scm_gc_register_collectable_memory calls scm_gc_register_allocation
...
Andy Wingo
2011-12-02
1
-1
/
+2
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2011-12-01
1
-1
/
+3
|
\
|
|
*
attempt to handle steady-state mallocations better
...
Andy Wingo
2011-11-29
1
-1
/
+3
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2011-10-27
1
-2
/
+3
|
\
|
|
*
Fix compilation with `--enable-debug-malloc'.
...
Bake Timmons
2011-10-22
1
-2
/
+3
*
|
remove weak pairs, rewrite weak vectors
...
Andy Wingo
2011-10-24
1
-1
/
+0
*
|
remove all deprecated code
...
Andy Wingo
2011-05-12
1
-104
/
+1
|
/
*
make-string et al nulls memory if not given an initializer
...
Andy Wingo
2010-12-04
1
-2
/
+4
*
fix bug in scm_must_free
...
Andy Wingo
2010-03-29
1
-11
/
+5
*
remove out-of-date comment in scm_gc_malloc
...
Andy Wingo
2010-03-29
1
-12
/
+1
*
Fix stylistic issues revealed by "make syntax-check".
...
Ludovic Courtès
2009-11-17
1
-7
/
+2
*
Don't use memset(3) after `GC_MALLOC ()' calls.
...
Ludovic Courtès
2009-10-26
1
-4
/
+2
*
Resolve warning in gcc-4.3 about transposed parameters passed to memset
...
Julian Graham
2009-10-25
1
-1
/
+2
*
Use pointer-less memory for `scm_gc_strdup ()'.
...
Ludovic Courtès
2009-10-15
1
-1
/
+1
*
Remove deprecated variables/macros from the GC headers.
...
Ludovic Courtès
2009-08-28
1
-21
/
+0
*
Merge branch 'master' into boehm-demers-weiser-gc
...
Ludovic Courtès
2009-08-28
1
-4
/
+6
|
\
|
*
Merge wip-array refactor, up to cd43fdc5b7a7c
...
Andy Wingo
2009-08-25
1
-2
/
+2
|
|
\
|
|
*
rename unif.[ch] to arrays.[ch]
...
Andy Wingo
2009-07-19
1
-2
/
+2
|
*
|
Type-limits error in GC environment initialization
...
Michael Gran
2009-08-20
1
-2
/
+4
|
|
/
*
|
Merge branch 'master' into boehm-demers-weiser-gc
...
Ludovic Courtès
2009-08-18
1
-6
/
+7
|
\
|
|
*
Change Guile license to LGPLv3+
...
Neil Jerram
2009-06-17
1
-6
/
+7
*
|
Merge branch 'master' into boehm-demers-weiser-gc
...
Ludovic Courtès
2008-09-13
1
-1
/
+1
|
\
|
|
*
Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.
Ludovic Courtès
2008-09-13
1
-1
/
+1
*
|
Merge branch 'master' into boehm-demers-weiser-gc
...
Ludovic Courtès
2008-09-10
1
-4
/
+4
|
\
|
|
*
Style nitpicks: space before () in function call.
Han-Wen Nienhuys
2008-08-21
1
-5
/
+5
|
*
If realloc() fails in scm_realloc, then do a complete GC with complete
...
Han-Wen Nienhuys
2008-08-16
1
-13
/
+9
|
*
Garbage collection cleanup.
...
Han-Wen Nienhuys
2008-08-16
1
-10
/
+14
|
*
Release stuff: missing NEWS and 2007/2008 copyrights.
Neil Jerram
2008-02-15
1
-1
/
+1
|
*
(scm_gc_malloc): Return NULL if requested size is 0.
...
Neil Jerram
2008-02-06
1
-2
/
+3
*
|
scm_gc_malloc: Handle zero-octet allocations.
...
Ludovic Courtes
2008-09-10
1
-1
/
+8
*
|
Added `scm_gc_malloc_pointerless ()', equivalent to `GC_MALLOC_ATOMIC ()'.
...
Ludovic Courtes
2008-09-05
1
-1
/
+10
*
|
Merge from lcourtes@laas.fr--2005-mobile
...
Ludovic Courtes
2008-09-05
1
-143
/
+10
|
/
*
merge from 1.8 branch
Kevin Ryde
2006-04-17
1
-1
/
+11
*
Ludovic's patch for scm_t_sweep_statistics.
Han-Wen Nienhuys
2006-02-14
1
-4
/
+6
*
The FSF has a new address.
Marius Vollmer
2005-05-23
1
-1
/
+1
*
* gc.h, gc.c (SCM_FREECELL_P): Removed for good.
...
Marius Vollmer
2005-03-10
1
-4
/
+9
*
See ChangeLog from 2005-03-02.
Marius Vollmer
2005-03-02
1
-12
/
+10
[next]