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

Comparing Coro/Changes (file contents):
Revision 1.633 by root, Mon Jun 2 18:32:31 2014 UTC vs.
Revision 1.640 by root, Sun Jun 7 02:01:04 2015 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
8TODO: croak when async_pool triesd to runc anceled thread? 8TODO: croak when async_pool tries to run canceled thread?
9 9
106.43 Thu Jun 4 15:38:14 CEST 2015
11 - use stability canary.
12 - port to stableperl-5.22.0-1.001.
13 - update libecb.
14
156.42 Wed Feb 11 20:29:52 CET 2015
16 - Coro::SemaphoreSet->try did not actually work (analyzed by
17 SATO Kentaro).
18 - upgrade libecb to be C11 compliant.
19
206.41 Sat Sep 6 22:08:46 CEST 2014
10 - restore portability to perl 5.8.x. 21 - restore portability to perl 5.8.x.
22 - give new Coro's a valid GvHV(PL_hintgv) - this is slow and takes
23 up some memory, but fixes "use feature" and similar modules
24 when used inside a Coro.
25 - allow zero as argument to Coro::Channel to mean the same thing
26 as no argument. this works with older versions as well,
27 but wasn't legal until now.
28 - slightly better c header file detection.
11 29
126.39 Mon Jun 2 00:00:08 CEST 2014 306.39 Mon Jun 2 00:00:08 CEST 2014
13 - work around more incompatible changes in 5.20. 31 - work around more incompatible changes in 5.20.
14 32
156.38 Sun Jun 1 21:54:23 CEST 2014 336.38 Sun Jun 1 21:54:23 CEST 2014

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines