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

Comparing Coro/Changes (file contents):
Revision 1.599 by root, Wed Oct 31 16:19:09 2012 UTC vs.
Revision 1.615 by root, Wed May 8 00:44:44 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.29
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.
9 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).
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.
24
256.23 Fri Dec 7 23:36:37 CET 2012
26 - use experimental fiber implementation on native windows
27 perls.
28 - use sizeof (void *) as multiplication factor for stack sizes,
29 to accomodate the totally braindamaged microsoft 64 bit "os".
30 - changed verifier host from win2k-ap510-32 to win7-sp516-32/64.
31 activeperl 5.16 crashes when PerlIO_define_layer is called due
32 to some bug in the perl dll, strawberry perl at least passes
33 the testsuite.
34 - implement Coro::Handle->peeraddr/host/port, for slightly
35 improved compatibility with LWP.
36 - implement 5.17 compatibility by almost blindly applying a
37 good-looking patch by Father Chrysostomos.
38 - move stack management functions into libcoro 3.
39 - libcoro version 3 "released".
40 - support magic values as timed_io_once args.
10 - recommend AnyEvent 7+ or EV 4+, also require EV 41 - recommend AnyEvent 7+ or EV 4+, also require EV
11 version 4 or newer for Coro::EV. 42 version 4 or newer for Coro::EV.
12 43
136.10 Tue Oct 9 01:14:27 CEST 2012 446.10 Tue Oct 9 01:14:27 CEST 2012
14 - updated ecb.h, it had a typo that caused it to not compile on many 45 - updated ecb.h, it had a typo that caused it to not compile on many

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines