ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Changes
(Generate patch)

Comparing Coro/Changes (file contents):
Revision 1.608 by root, Sat Dec 8 00:43:39 2012 UTC vs.
Revision 1.616 by root, Wed May 8 00:55:40 2013 UTC

2 2
3TODO: should explore PerlIO::coroaio (perl leaks like hell). 3TODO: should explore PerlIO::coroaio (perl leaks like hell).
4TODO: channel->maxsize(newsize)? 4TODO: channel->maxsize(newsize)?
5TODO: __GCC_HAVE_DWARF2_CFI_ASM 5TODO: __GCC_HAVE_DWARF2_CFI_ASM
6 6
76.29 Wed May 8 02:55:18 CEST 2013
8 - when an on_destroy handler destructs the coro currently being
9 destructed a perl scalar could be accessed after being freed,
10 likely causing a crash.
11
126.28 Wed Mar 6 06:58:02 CET 2013
13 - clean remnants of existing __DIE__ and __WARN__ handlers so
14 they lose their magic and will not cause segfaults later
15 (testcase by Andrey Sagulin).
7 - improved Coro::State documentation a bit. 16 - improved Coro::State documentation a bit.
17 - Coro::Debug::command now flushes the output.
18 - add hack detection code for x32 abi, because the braindead slugs
19 who designed that made it look exactly like x86_64 without
20 providing proper compile time symbols to test for it. as a result,
21 this detection cannot work reliably.
22 - valgrind stack registering was broken.
23 - do not rely on Time::HiRes anymore in Coro::Debug.
8 24
96.23 Fri Dec 7 23:36:37 CET 2012 256.23 Fri Dec 7 23:36:37 CET 2012
10 - use experimental fiber implementation on native windows 26 - use experimental fiber implementation on native windows
11 perls. 27 perls.
12 - use sizeof (void *) as multiplication factor for stack sizes, 28 - use sizeof (void *) as multiplication factor for stack sizes,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines