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

Comparing Coro/Changes (file contents):
Revision 1.626 by root, Tue Mar 4 06:13:23 2014 UTC vs.
Revision 1.629 by root, Thu May 1 08:00:50 2014 UTC

3TODO: should explore PerlIO::coroaio (perl leaks like hell). 3TODO: should explore PerlIO::coroaio (perl leaks like hell).
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
9 - untested port to perl 5.19 (64 bit tmps indices) (reported
10 by Andreas König).
11 - croak when cancel is called without a thread context.
12
136.37 Tue Mar 4 13:27:33 CET 2014
14 - *sigh*, removed leftover debugging code from debugging a
15 perl bug, of all things.
8 16
96.36 Tue Mar 4 07:11:59 CET 2014 176.36 Tue Mar 4 07:11:59 CET 2014
10 - semaphores would not clear the destroy hook when interrupted 18 - semaphores would not clear the destroy hook when interrupted
11 by ->throw, causing segfaults or worse. 19 by ->throw, causing segfaults or worse.
12 - ->throw on a thread waiting for a semaphore did not acquire 20 - ->throw on a thread waiting for a semaphore did not acquire

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines