--- cvsroot/Coro/Changes 2008/07/08 20:08:40 1.362 +++ cvsroot/Coro/Changes 2008/09/24 09:16:16 1.373 @@ -5,6 +5,30 @@ actor model (which is cool in a lot of important aspects (failures!), but very lacking in others (higher level ipc)). +4.748 + - Coro::Storable forgot to wrap Storable::pstore. + - work around a memory leak in perl in Coro::Storable + (and note that perl 5.10.0 has a double-free bug + that is not being workarounded). + +4.747 Tue Sep 23 01:59:41 CEST 2008 + - fix a per-cv memleak (one empty array was leaked per + code reference). + - avoid a crash in coro->call|rss when the coroutine was already + destroyed (most noticably when using Coro::Debug::ps :) + - also protect *Storable::FILE. + - push up default storable granularity to 20ms. + +4.746 Sun Sep 21 03:22:20 CEST 2008 + - be more insistent on locking Storable against reentrancy + in Coro::Storable. + - move swap_def?v and throw to Coro::State, as documented. + +4.745 Thu Jul 24 00:14:38 CEST 2008 + - remove debugging code related to MgPV_nolen_const, also try to + make it compile with perl 5.8.6 (yes, apple apparently loves + outdated software). Reported by John S. + 4.744 Tue Jul 8 22:06:35 CEST 2008 - correctly provide default DIE/WARN handlers as documented. - also overwrite PL_vtbl_sigelem.svt_clear, even though current