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

Comparing Coro/Changes (file contents):
Revision 1.598 by root, Mon Oct 8 23:16:15 2012 UTC vs.
Revision 1.614 by root, Wed Mar 6 06:00:07 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
6
76.28 Wed Mar 6 06:58:02 CET 2013
8 - clean remnants of existing __DIE__ and __WARN__ handlers so
9 they lose their magic and will not cause segfaults later
10 (testcase by Andrey Sagulin).
11 - improved Coro::State documentation a bit.
12 - Coro::Debug::command now flushes the output.
13 - add hack detection code for x32 abi, because the braindead slugs
14 who designed that made it look exactly like x86_64 without
15 providing proper compile time symbols to test for it. as a result,
16 this detection cannot work reliably.
17 - valgrind stack registering was broken.
18 - do not rely on Time::HiRes anymore in Coro::Debug.
19
206.23 Fri Dec 7 23:36:37 CET 2012
21 - use experimental fiber implementation on native windows
22 perls.
23 - use sizeof (void *) as multiplication factor for stack sizes,
24 to accomodate the totally braindamaged microsoft 64 bit "os".
25 - changed verifier host from win2k-ap510-32 to win7-sp516-32/64.
26 activeperl 5.16 crashes when PerlIO_define_layer is called due
27 to some bug in the perl dll, strawberry perl at least passes
28 the testsuite.
29 - implement Coro::Handle->peeraddr/host/port, for slightly
30 improved compatibility with LWP.
31 - implement 5.17 compatibility by almost blindly applying a
32 good-looking patch by Father Chrysostomos.
33 - move stack management functions into libcoro 3.
34 - libcoro version 3 "released".
35 - support magic values as timed_io_once args.
36 - recommend AnyEvent 7+ or EV 4+, also require EV
37 version 4 or newer for Coro::EV.
7 38
86.10 Tue Oct 9 01:14:27 CEST 2012 396.10 Tue Oct 9 01:14:27 CEST 2012
9 - updated ecb.h, it had a typo that caused it to not compile on many 40 - updated ecb.h, it had a typo that caused it to not compile on many
10 big endian systems (reported by many people). 41 big endian systems (reported by many people).
11 - disable memory fences in ecb.h to improve portability. 42 - disable memory fences in ecb.h to improve portability.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines