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.624 by root, Sat Feb 22 14:12:45 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 - disable ecb.h libm dependency, to compile on ancient systems
14 or under adverse conditions.
15
166.33 Mon Nov 18 11:26:27 CET 2013
17 - do not crash when freeing padlists with holes (in 5.18).
9 - tentative SVt_BIND 5.19 port/fix. 18 - tentative SVt_BIND 5.19 port/fix.
10 19
116.32 Tue Nov 5 15:35:35 CET 2013 206.32 Tue Nov 5 15:35:35 CET 2013
12 - use a new algorithm to derive padlists for perl 5.18. The old 21 - use a new algorithm to derive padlists for perl 5.18. The old
13 one could lead to 0-pointer accesses inside perl (reported 22 one could lead to 0-pointer accesses inside perl (reported

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines