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

Comparing Coro/Changes (file contents):
Revision 1.583 by root, Wed Aug 3 15:16:34 2011 UTC vs.
Revision 1.608 by root, Sat Dec 8 00:43:39 2012 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 5TODO: __GCC_HAVE_DWARF2_CFI_ASM
6
7 - improved Coro::State documentation a bit.
8
96.23 Fri Dec 7 23:36:37 CET 2012
10 - use experimental fiber implementation on native windows
11 perls.
12 - use sizeof (void *) as multiplication factor for stack sizes,
13 to accomodate the totally braindamaged microsoft 64 bit "os".
14 - changed verifier host from win2k-ap510-32 to win7-sp516-32/64.
15 activeperl 5.16 crashes when PerlIO_define_layer is called due
16 to some bug in the perl dll, strawberry perl at least passes
17 the testsuite.
18 - implement Coro::Handle->peeraddr/host/port, for slightly
19 improved compatibility with LWP.
20 - implement 5.17 compatibility by almost blindly applying a
21 good-looking patch by Father Chrysostomos.
22 - move stack management functions into libcoro 3.
23 - libcoro version 3 "released".
24 - support magic values as timed_io_once args.
25 - recommend AnyEvent 7+ or EV 4+, also require EV
26 version 4 or newer for Coro::EV.
27
286.10 Tue Oct 9 01:14:27 CEST 2012
29 - updated ecb.h, it had a typo that caused it to not compile on many
30 big endian systems (reported by many people).
31 - disable memory fences in ecb.h to improve portability.
32
336.09 Sat Oct 6 23:25:02 CEST 2012
34 - Coro::EV I/O watchers were not interruptible by exceptions
35 (Coro::State::throw) (testcase by sten).
36 - ->throw now puts threads into the ready queue, as this seems to
37 be expected by existing code, and code that doesn't cope with spurious
38 wakeups needs fixing anyway.
39 - use fd -1 in mmap.
40 - cast I32 to int in error message printf.
41 - warn about broken so-called "hardened" kernels.
42
436.08 Fri Apr 13 12:05:47 CEST 2012
44 - be more aggressive about exiting like perl does - formerly,
45 exiting from the non-main thread would not execute END blocks.
46
476.07 Fri Nov 11 21:21:48 CET 2011
48 - work around a bug in PerlIO (setting $SIG{__WARN__} to a PVCV).
49 - update ecb.h.
50
516.06 Mon Aug 8 23:59:48 CEST 2011
52 - cygwin unfortunately patches the stack at runtime, so we use the pthreads
53 backend, which is an order of magnitude slower. unfortunately, cygwins
54 pthread implementation isn't very complete either, so allocate the stack
55 twice just to be sure.
56 (note: cygwin also enables mymalloc, which is NOT THREADSAFE ON WINDOWS,
57 in its ithreaded perl - best recompile cygwin and use the 'w'indows
58 backend for much better performance. also disable ithreads for
59 even better performance...).
60
616.05 Thu Aug 4 21:36:36 CEST 2011
62 - blush, condvar values would not be propagated from send to recv anymore
63 (reported by Chip Salzenberg).
64 - use exponential increase for the readline buffer length in
65 Coro::Handle. also reduce initial allocation to 1020 from 4096 bytes.
6 66
76.04 Wed Aug 3 17:15:45 CEST 2011 676.04 Wed Aug 3 17:15:45 CEST 2011
8 - use even more efficient and more compatible condvars for 68 - use even more efficient and more compatible condvars for
9 compatibility to AnyEvent 6.x :) 69 compatibility to AnyEvent 6.x :)
10 - more inconsequential ecb.h updates. 70 - more inconsequential ecb.h updates.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines