diff options
author | Jim Blandy <jimb@red-bean.com> | 1996-11-10 20:46:46 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1996-11-10 20:46:46 +0000 |
commit | 8f9a51ac66bce9551161d271e446eb263aa04c01 (patch) | |
tree | acd0b17f139db4c1c0561f1ab9cc45df6b0cc8a3 | |
parent | cf2d30f60f16403f3cbf8a90e69354e22936e859 (diff) | |
download | guile-8f9a51ac66bce9551161d271e446eb263aa04c01.tar.gz |
*** empty log message ***
-rw-r--r-- | libguile/ChangeLog | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 9a8ee3264..929757573 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,18 @@ +Sun Nov 10 13:35:05 1996 Jim Blandy <jimb@floss.cyclic.com> + + * gc.c (struct scm_heap_seg_data): Doc fixes. + + * gc.c (scm_gc_sweep): Prepend each segment's free cells to its + freelist, rather than wiping out the old value. (Thanks to Marius + Vollmer.) + + * gc.c (which_seg, scm_map_free_list, scm_newcell_count, + scm_check_freelist, scm_debug_newcell): New functions and + variables, for debugging freelist problems. + * pairs.h (SCM_NEWCELL): New debugging version added. + * gc.h (scm_debug_newcell): Added extern declaration, used by + debugging version of SCM_NEWCELL. + Sat Nov 9 19:02:46 1996 Jim Blandy <jimb@floss.cyclic.com> On some systems <libc.h> conflicts with <unistd.h>, and should not @@ -62,9 +77,6 @@ Sat Nov 2 21:01:48 1996 Mikael Djurfeldt <mdj@mdj.nada.kth.se> option now only indicates whether we want automatic backtrace at an error. -Thu Oct 31 12:52:30 1996 Mikael Djurfeldt <mdj@mdj.nada.kth.se> - - Wed Oct 30 00:31:55 1996 Mikael Djurfeldt <mdj@mdj.nada.kth.se> * ports.c: #include "filesys.h" |