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

Comparing Coro/Changes (file contents):
Revision 1.604 by root, Fri Dec 7 14:21:09 2012 UTC vs.
Revision 1.617 by root, Thu May 9 05:40:13 2013 UTC

1Revision history for Perl extension Coro. 1Revision history for Perl extension Coro.
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: http://www.microsoft.com/msj/archive/s2ce.aspx
6TODO: __GCC_HAVE_DWARF2_CFI_ASM 5TODO: __GCC_HAVE_DWARF2_CFI_ASM
7 6
8TODO: add peerhost/peerport from IO::Socket::INET etc. 76.31 Thu May 9 07:39:48 CEST 2013
8 - Coro::AIO requests would crash if the thread was ready'd
9 while the request was ongoing.
9 10
116.29 Wed May 8 02:55:18 CEST 2013
12 - when an on_destroy handler destructs the coro currently being
13 destructed a perl scalar could be accessed after being freed,
14 likely causing a crash.
15
166.28 Wed Mar 6 06:58:02 CET 2013
17 - clean remnants of existing __DIE__ and __WARN__ handlers so
18 they lose their magic and will not cause segfaults later
19 (testcase by Andrey Sagulin).
20 - improved Coro::State documentation a bit.
21 - Coro::Debug::command now flushes the output.
22 - add hack detection code for x32 abi, because the braindead slugs
23 who designed that made it look exactly like x86_64 without
24 providing proper compile time symbols to test for it. as a result,
25 this detection cannot work reliably.
26 - valgrind stack registering was broken.
27 - do not rely on Time::HiRes anymore in Coro::Debug.
28
296.23 Fri Dec 7 23:36:37 CET 2012
10 - use experimental fiber implementation on native windows 30 - use experimental fiber implementation on native windows
11 perls. 31 perls.
12 - use sizeof (void *) as multiplication factor for stack sizes, 32 - use sizeof (void *) as multiplication factor for stack sizes,
13 to accomodate the totally braindamaged microsoft 64 bit "os". 33 to accomodate the totally braindamaged microsoft 64 bit "os".
34 - changed verifier host from win2k-ap510-32 to win7-sp516-32/64.
35 activeperl 5.16 crashes when PerlIO_define_layer is called due
36 to some bug in the perl dll, strawberry perl at least passes
37 the testsuite.
38 - implement Coro::Handle->peeraddr/host/port, for slightly
39 improved compatibility with LWP.
14 - implement 5.17 compatibility by almost blindly applying a 40 - implement 5.17 compatibility by almost blindly applying a
15 good-looking patch by Father Chrysostomos. 41 good-looking patch by Father Chrysostomos.
16 - move stack management functions into libcoro 3. 42 - move stack management functions into libcoro 3.
43 - libcoro version 3 "released".
17 - support magic values as timed_io_once args. 44 - support magic values as timed_io_once args.
18 - recommend AnyEvent 7+ or EV 4+, also require EV 45 - recommend AnyEvent 7+ or EV 4+, also require EV
19 version 4 or newer for Coro::EV. 46 version 4 or newer for Coro::EV.
20 47
216.10 Tue Oct 9 01:14:27 CEST 2012 486.10 Tue Oct 9 01:14:27 CEST 2012

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines