--- Coro/Changes 2008/10/30 09:44:31 1.384 +++ Coro/Changes 2008/11/05 15:38:10 1.390 @@ -5,8 +5,22 @@ actor model (which is cool in a lot of important aspects (failures!), but very lacking in others (higher level ipc)). - - tune 01_unblock.t tests a bit. +4.804 Wed Nov 5 16:36:00 CET 2008 + - Coro::Debug::new_unix_server would not create a non-blocking listening + socket, sometimes causing freezes. + - fix misaligned stack points for setjmp and assembly methods, which + can cause crashes on x86/x86_64 with a sufficiently aggressive compiler. + - new function: Coro::Debug::new_tcp_server. + - move ->throw into the Coro class because it only works on coro objects. + +4.803 Mon Nov 3 17:16:12 CET 2008 + - use a global asm statement to become independent of gcc otpimisations + for CORO_ASM (thanks to pippijn for the idea). + - try to workaround yet another broken bsd, this time dragonfly. + +4.802 Thu Oct 30 10:56:12 CET 2008 - support -fno-omit-frame-pointer on x86 with the assembly method. + - tune 01_unblock.t tests a bit. 4.801 Wed Oct 22 18:33:37 CEST 2008 - improve readline speed for very long "lines".