~ chicken-core (chicken-5) 9a51145bd9332f04c64e0d0145d5fb4ea3a38a5e
commit 9a51145bd9332f04c64e0d0145d5fb4ea3a38a5e Author: unknown <felix@.(none)> AuthorDate: Tue Oct 13 11:25:19 2009 +0200 Commit: Felix <bunny351@gmail.com> CommitDate: Wed Oct 14 15:16:14 2009 +0200 removed leftover CR characters diff --git a/patches/finalizer-closures.diff b/patches/finalizer-closures.diff index f209c0a5..963d3bd1 100644 --- a/patches/finalizer-closures.diff +++ b/patches/finalizer-closures.diff @@ -1,8 +1,8 @@ -Index: runtime.c -=================================================================== ---- runtime.c (Revision 12825) -+++ runtime.c (Revision 12869) -@@ -2701,10 +2701,15 @@ +Index: runtime.c +=================================================================== +--- runtime.c (Revision 12825) ++++ runtime.c (Revision 12869) +@@ -2701,10 +2701,15 @@ /* Mark collectibles: */ for(msp = collectibles; msp < collectibles_top; ++msp) if(*msp != NULL) mark(*msp); @@ -19,7 +19,7 @@ Index: runtime.c mark_system_globals(); } else { -@@ -2769,7 +2774,6 @@ +@@ -2769,7 +2774,6 @@ for(flist = finalizer_list; flist != NULL; flist = flist->next) { mark(&flist->item); @@ -27,7 +27,7 @@ Index: runtime.c ++fcount; } -@@ -2786,7 +2790,6 @@ +@@ -2786,7 +2790,6 @@ } mark(&flist->item); @@ -35,7 +35,7 @@ Index: runtime.c } } -@@ -2794,7 +2797,7 @@ +@@ -2794,7 +2797,7 @@ finalizers_checked = 1; if(pending_finalizer_count > 0 && gc_report_flag) @@ -44,7 +44,7 @@ Index: runtime.c pending_finalizer_count, live_finalizer_count); goto rescan; -@@ -2803,7 +2806,7 @@ +@@ -2803,7 +2806,7 @@ /* Copy finalized items with remembered indices into `##sys#pending-finalizers' (and release finalizer node): */ if(pending_finalizer_count > 0) {Trap