--- cvsroot/Coro/Changes 2012/12/19 23:36:16 1.610 +++ cvsroot/Coro/Changes 2013/03/05 18:37:43 1.613 @@ -4,12 +4,17 @@ TODO: channel->maxsize(newsize)? TODO: __GCC_HAVE_DWARF2_CFI_ASM + - manually copy existing __DIE__ and __WARN__ handlers so + they lose their magic and will not cause segfaults later + (testcase by Andrey Sagulin). - improved Coro::State documentation a bit. - Coro::Debug::command now flushes the output. - add hack detection code for x32 abi, because the braindead slugs who designed that made it look exactly like x86_64 without providing proper compile time symbols to test for it. as a result, this detection cannot work reliably. + - valgrind stack registering was broken. + - do not rely on Time::HiRes anymore in Coro::Debug. 6.23 Fri Dec 7 23:36:37 CET 2012 - use experimental fiber implementation on native windows