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

Comparing Coro/Changes (file contents):
Revision 1.624 by root, Sat Feb 22 14:12:45 2014 UTC vs.
Revision 1.628 by root, Thu Mar 6 06:40:31 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. 9 - croak when cancel is called without a thread context.
10
116.37 Tue Mar 4 13:27:33 CET 2014
12 - *sigh*, removed leftover debugging code from debugging a
13 perl bug, of all things.
14
156.36 Tue Mar 4 07:11:59 CET 2014
16 - semaphores would not clear the destroy hook when interrupted
17 by ->throw, causing segfaults or worse.
18 - ->throw on a thread waiting for a semaphore did not acquire
19 the semaphore, but also didn't wake up other waiters,
20 possibly causing a deadlock.
10 - FATAL: $Coro::IDLE blocked itself will now use Carp::confess 21 - "FATAL: $Coro::IDLE blocked itself" will now use Carp::confess
11 to report a full stacktrace, which should help find out 22 to report a full stacktrace, which should help find out
12 where the actual call is. 23 where the actual call is.
24 - "atomically" destroy data in slf_destroy, because it is
25 the right thing to do, just in case.
13 - disable ecb.h libm dependency, to compile on ancient systems 26 - disable ecb.h libm dependency, to compile on ancient systems
14 or under adverse conditions. 27 or under adverse conditions.
15 28
166.33 Mon Nov 18 11:26:27 CET 2013 296.33 Mon Nov 18 11:26:27 CET 2013
17 - do not crash when freeing padlists with holes (in 5.18). 30 - do not crash when freeing padlists with holes (in 5.18).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines