Mark H Weaver <m...@netris.org> skribis: > From 0e94efb35430d7974a55c3915ec6a1a1c14faaab Mon Sep 17 00:00:00 2001 > From: Mark H Weaver <m...@netris.org> > Date: Tue, 23 Oct 2012 00:36:12 -0400 > Subject: [PATCH 6/9] Repurpose scm_i_port_weak_hash to associate an alist > with each port. > > * libguile/ports.c (scm_i_port_weak_hash): Document that the values in > this hash table will now be alists. Previously the value slots were > unused. > > (scm_new_port_table_entry): Change the initial value of the entry in > scm_i_port_weak_hash from SCM_BOOL_F to SCM_EOL.
OK. Ludo'.