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.623 by root, Sat Jan 25 16:25:27 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
9TODO: warnhook reports from wrong line number now, when arg is Math::GMP number.
10 - FATAL: $Coro::IDLE blocked itself will now use Carp::confess
11 to report a full stacktrace, which should help find out
12 where the actual call is.
13
146.33 Mon Nov 18 11:26:27 CET 2013
15 - do not crash when freeing padlists with holes (in 5.18).
16 - tentative SVt_BIND 5.19 port/fix.
17
186.32 Tue Nov 5 15:35:35 CET 2013
9 - use a new algorithm to derive padlists for perl 5.18. The old 19 - use a new algorithm to derive padlists for perl 5.18. The old
10 one could lead to 0-pointer accesses inside perl. 20 one could lead to 0-pointer accesses inside perl (reported
21 by Darin McBride).
11 22
126.31 Thu May 9 07:39:48 CEST 2013 236.31 Thu May 9 07:39:48 CEST 2013
13 - Coro::AIO requests would crash if the thread was ready'd 24 - Coro::AIO requests would crash if the thread was ready'd
14 while the request was ongoing. 25 while the request was ongoing.
15 26

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines