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

Comparing Coro/Changes (file contents):
Revision 1.618 by root, Sat Nov 2 19:48:50 2013 UTC vs.
Revision 1.627 by root, Tue Mar 4 12:32:02 2014 UTC

4TODO: channel->maxsize(newsize)? 4TODO: channel->maxsize(newsize)?
5TODO: __GCC_HAVE_DWARF2_CFI_ASM 5TODO: __GCC_HAVE_DWARF2_CFI_ASM
6TODO: swap_sv, maybe add scope_swap_sv, andallow to unswap by repeat? 6TODO: swap_sv, maybe add scope_swap_sv, andallow to unswap by repeat?
7TODO: swap_sv not undone in pool 7TODO: swap_sv not undone in pool
8 8
96.37 Tue Mar 4 13:27:33 CET 2014
10 - *sigh*, removed leftover dbeugging code from debugging a
11 perl bug, of all things.
12
136.36 Tue Mar 4 07:11:59 CET 2014
14 - semaphores would not clear the destroy hook when interrupted
15 by ->throw, causing segfaults or worse.
16 - ->throw on a thread waiting for a semaphore did not acquire
17 the semaphore, but also didn't wake up other waiters,
18 possibly causing a deadlock.
19 - "FATAL: $Coro::IDLE blocked itself" will now use Carp::confess
20 to report a full stacktrace, which should help find out
21 where the actual call is.
22 - "atomically" destroy data in slf_destroy, because it is
23 the right thing to do, just in case.
24 - disable ecb.h libm dependency, to compile on ancient systems
25 or under adverse conditions.
26
276.33 Mon Nov 18 11:26:27 CET 2013
28 - do not crash when freeing padlists with holes (in 5.18).
29 - tentative SVt_BIND 5.19 port/fix.
30
316.32 Tue Nov 5 15:35:35 CET 2013
9 - use a new algorithm to derive padlists for perl 5.18. The old 32 - use a new algorithm to derive padlists for perl 5.18. The old
10 one could lead to 0-pointer accesses inside perl. 33 one could lead to 0-pointer accesses inside perl (reported
34 by Darin McBride).
11 35
126.31 Thu May 9 07:39:48 CEST 2013 366.31 Thu May 9 07:39:48 CEST 2013
13 - Coro::AIO requests would crash if the thread was ready'd 37 - Coro::AIO requests would crash if the thread was ready'd
14 while the request was ongoing. 38 while the request was ongoing.
15 39

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines