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

Comparing cvsroot/Coro/Changes (file contents):
Revision 1.620 by root, Tue Nov 5 15:13:42 2013 UTC vs.
Revision 1.626 by root, Tue Mar 4 06:13:23 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.36 Tue Mar 4 07:11:59 CET 2014
10 - semaphores would not clear the destroy hook when interrupted
11 by ->throw, causing segfaults or worse.
12 - ->throw on a thread waiting for a semaphore did not acquire
13 the semaphore, but also didn't wake up other waiters,
14 possibly causing a deadlock.
15 - "FATAL: $Coro::IDLE blocked itself" will now use Carp::confess
16 to report a full stacktrace, which should help find out
17 where the actual call is.
18 - "atomically" destroy data in slf_destroy, because it is
19 the right thing to do, just in case.
20 - disable ecb.h libm dependency, to compile on ancient systems
21 or under adverse conditions.
22
236.33 Mon Nov 18 11:26:27 CET 2013
24 - do not crash when freeing padlists with holes (in 5.18).
9 - tentative SVt_BIND 5.19 port/fix. 25 - tentative SVt_BIND 5.19 port/fix.
10 26
116.32 Tue Nov 5 15:35:35 CET 2013 276.32 Tue Nov 5 15:35:35 CET 2013
12 - use a new algorithm to derive padlists for perl 5.18. The old 28 - use a new algorithm to derive padlists for perl 5.18. The old
13 one could lead to 0-pointer accesses inside perl (reported 29 one could lead to 0-pointer accesses inside perl (reported

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines