--- Coro/Changes 2008/02/25 03:00:50 1.323 +++ Coro/Changes 2008/04/06 17:51:14 1.331 @@ -1,14 +1,33 @@ Revision history for Perl extension Coro. TODO: should explore PerlIO::via::CoroCede and PerlIO::via::CoroAIO. -TODO: maybe implement a default message channel, very much like Erlang - (which is cool in a lot of important aspects (failures!), +TODO: maybe implement a default message channel, very much like Erlang's + actor model (which is cool in a lot of important aspects (failures!), but very lacking in others (higher level ipc)). + - allow coroutine switches during eval's under 5.10.x, as it seems + the parser is a per-interpreter option now, so this is safe + (this might fix the odd crashing bug). + - drop support for 5.9.x versions, they are dead, jim. + +4.47 Sun Apr 6 00:37:52 CEST 2008 + - force cctx allocation on API calls: we know we need to force one + and gcc actually manages to confuse our heuristic nowadays, + leading to crashes and worse. + - document force_cctx. + +4.46 Fri Apr 4 22:05:43 CEST 2008 + - upgrade libcoro, resulting in pthread-backend (which was only created + to fulfill the rules of the programming languages shootout). + +4.45 Thu Mar 13 11:55:36 CET 2008 - fix a file leaking bug in eg/mhyttpd that would allow downloading of any file (reported by oesi). + - fix deadlock bug in Coro::Channel (reported by Richard Hundt) + (also add testcase). - support Broadcast option in Coro::Socket (patch by Richard Hundt, apparently having loads of fun with that). + - implement $state->swap_defsv, ->swap_defav and document ->throw. 4.4 Wed Feb 13 16:44:29 CET 2008 - only assume .cfi pseudo isns exist on GNU/Linux.