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

Comparing Coro/Changes (file contents):
Revision 1.622 by root, Tue Nov 19 05:16:01 2013 UTC vs.
Revision 1.630 by root, Thu May 1 08:09:18 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
9 - check that perl slots actually have enough space to hold
10 interpreter variables.
11 - untested port to perl 5.19 (64 bit tmps indices) (reported
12 by Andreas König).
13 - croak when cancel is called without a thread context.
14
156.37 Tue Mar 4 13:27:33 CET 2014
16 - *sigh*, removed leftover debugging code from debugging a
17 perl bug, of all things.
18
196.36 Tue Mar 4 07:11:59 CET 2014
20 - semaphores would not clear the destroy hook when interrupted
21 by ->throw, causing segfaults or worse.
22 - ->throw on a thread waiting for a semaphore did not acquire
23 the semaphore, but also didn't wake up other waiters,
24 possibly causing a deadlock.
9 - FATAL: $Coro::IDLE blocked itself will now use Carp::confess 25 - "FATAL: $Coro::IDLE blocked itself" will now use Carp::confess
10 to report a full stacktrace, which should help find out 26 to report a full stacktrace, which should help find out
11 where the actual call is. 27 where the actual call is.
28 - "atomically" destroy data in slf_destroy, because it is
29 the right thing to do, just in case.
30 - disable ecb.h libm dependency, to compile on ancient systems
31 or under adverse conditions.
12 32
136.33 Mon Nov 18 11:26:27 CET 2013 336.33 Mon Nov 18 11:26:27 CET 2013
14 - do not crash when freeing padlists with holes (in 5.18). 34 - do not crash when freeing padlists with holes (in 5.18).
15 - tentative SVt_BIND 5.19 port/fix. 35 - tentative SVt_BIND 5.19 port/fix.
16 36

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines