wingo pushed a change to branch wip-whippet in repository guile. from 4ccd57aca Use scm_inline_gc_malloc for scm_gc_malloc new 2bfc1779c Move r6rs-ports off scm_gc_realloc new ec8d08fc4 Move atomic primitive registration to (language tree-il) new 53dda2ece Remove accidental chars in srfi-14.h new 337eaec77 Refactor srfi-14.c to use malloc instead of realloc new f3649d7d1 Move scm_c_shrink_bytevector off realloc new a13c30eeb Remove GUILE_DEBUG_MALLOC configuration new dd0e45575 Remove scm_gc_realloc
The 7 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: configure.ac | 7 - doc/ref/api-memory.texi | 43 ++---- libguile/Makefile.am | 2 - libguile/bytevectors.c | 33 ++--- libguile/debug-malloc.c | 250 --------------------------------- libguile/debug-malloc.h | 38 ----- libguile/gc-malloc.c | 17 --- libguile/gc.c | 4 - libguile/gc.h | 2 - libguile/init.c | 9 -- libguile/r6rs-ports.c | 32 ++++- libguile/srfi-14.c | 139 ++++++------------ libguile/srfi-14.h | 3 +- module/ice-9/atomic.scm | 12 +- module/language/tree-il/primitives.scm | 9 +- 15 files changed, 97 insertions(+), 503 deletions(-) delete mode 100644 libguile/debug-malloc.c delete mode 100644 libguile/debug-malloc.h