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.616 by root, Wed May 8 00:55:40 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 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.
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
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,
13 to accomodate the totally braindamaged microsoft 64 bit "os". 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.
14 - implement 5.17 compatibility by almost blindly applying a 36 - implement 5.17 compatibility by almost blindly applying a
15 good-looking patch by Father Chrysostomos. 37 good-looking patch by Father Chrysostomos.
16 - move stack management functions into libcoro 3. 38 - move stack management functions into libcoro 3.
39 - libcoro version 3 "released".
17 - support magic values as timed_io_once args. 40 - support magic values as timed_io_once args.
18 - recommend AnyEvent 7+ or EV 4+, also require EV 41 - recommend AnyEvent 7+ or EV 4+, also require EV
19 version 4 or newer for Coro::EV. 42 version 4 or newer for Coro::EV.
20 43
216.10 Tue Oct 9 01:14:27 CEST 2012 446.10 Tue Oct 9 01:14:27 CEST 2012

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines