--- cvsroot/Coro/Changes 2007/10/06 19:25:00 1.263 +++ cvsroot/Coro/Changes 2007/10/07 03:58:37 1.264 @@ -6,6 +6,15 @@ (which is cool in a lot of important aspects (failures!), but very lacking in others (higher level ipc)). + - incompatible change: $SIG{__DIE__} and $SIG{__WARN__} will now + be local to each coro (see Coro::State). + - possibly bring back 5.10 compatibility (untested). + - work around stupid (and wrong) warning on 5.10 :(. + - overlay the saved state over the context stack. This saves + a few hundred bytes per coroutine on average and also + speeds up context switching a bit. + - (more) correctly calculate stack usage in coro_rss. + 4.03 Sat Oct 6 21:24:00 CEST 2007 - added Coro::throw method. - minor code cleanups.