wingo pushed a change to branch wip-whippet in repository guile. from b0ce01480 Inline thread wakeup data into "struct scm_thread" new a7d7ff501 scm_gc_object_address pins its referent new c79d5bd0f Change to be less sloppy as regards functions without prototypes
The 2 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: libguile/atomic.c | 2 +- libguile/backtrace.c | 3 +- libguile/cache-internal.h | 6 ++-- libguile/continuations.c | 4 +-- libguile/control.c | 2 +- libguile/dynl.c | 10 +++--- libguile/dynstack.c | 22 ++++++------ libguile/dynstack.h | 7 ++-- libguile/ephemerons.c | 4 +-- libguile/eval.c | 4 +-- libguile/exceptions.c | 10 +++--- libguile/expand.c | 3 +- libguile/finalizers.c | 7 ++-- libguile/fluids-internal.h | 3 +- libguile/fluids.c | 52 ++++++++++++++------------- libguile/foreign.c | 2 +- libguile/fports.c | 2 +- libguile/frames.c | 11 +++--- libguile/gc.c | 24 ++++++++++--- libguile/gc.h | 3 ++ libguile/gsubr-internal.h | 27 ++++++++++++++ libguile/gsubr.c | 88 +++++++++++++++++++++++----------------------- libguile/gsubr.h | 48 +++++++++++++++++-------- libguile/hash.c | 71 +++++++++++++++++++------------------ libguile/hashtab.c | 2 +- libguile/init.c | 3 +- libguile/intrinsics.c | 4 +-- libguile/jit.c | 5 +-- libguile/load.c | 2 +- libguile/loader.c | 4 +-- libguile/macros.c | 3 +- libguile/memoize.c | 16 ++++----- libguile/pairs.c | 6 ++-- libguile/poll.c | 3 +- libguile/ports.c | 18 +++++----- libguile/posix.c | 6 ++-- libguile/print.c | 17 +++------ libguile/programs.c | 9 +++-- libguile/rdelim.c | 2 +- libguile/rw.c | 3 +- libguile/smob.c | 18 +++++----- libguile/smob.h | 3 +- libguile/struct.c | 12 +++---- libguile/struct.h | 1 - libguile/variable.c | 2 +- libguile/vm.c | 6 ++-- 46 files changed, 313 insertions(+), 247 deletions(-)