--- cvsroot/Coro/Changes 2008/06/28 23:14:19 1.361 +++ cvsroot/Coro/Changes 2008/08/14 12:48:20 1.366 @@ -5,6 +5,14 @@ actor model (which is cool in a lot of important aspects (failures!), but very lacking in others (higher level ipc)). + - 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 implementations inside perl work fine for us.