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

Comparing Coro/Changes (file contents):
Revision 1.631 by root, Sun Jun 1 19:55:41 2014 UTC vs.
Revision 1.638 by root, Wed Feb 11 19:30:15 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 triesd to run canceled thread?
9TODO: look into the array placeholder now NULL issue. 9
106.42 Wed Feb 11 20:29:52 CET 2015
11 - Coro::SemaphoreSet->try did not actually work (analyzed by
12 SATO Kentaro).
13 - upgrade libecb to be C11 compliant.
14
156.41 Sat Sep 6 22:08:46 CEST 2014
16 - restore portability to perl 5.8.x.
17 - give new Coro's a valid GvHV(PL_hintgv) - this is slow and takes
18 up some memory, but fixes "use feature" and similar modules
19 when used inside a Coro.
20 - allow zero as argument to Coro::Channel to mean the same thing
21 as no argument. this works with older versions as well,
22 but wasn't legal until now.
23 - slightly better c header file detection.
24
256.39 Mon Jun 2 00:00:08 CEST 2014
26 - work around more incompatible changes in 5.20.
10 27
116.38 Sun Jun 1 21:54:23 CEST 2014 286.38 Sun Jun 1 21:54:23 CEST 2014
12 - check that perl slots actually have enough space to hold 29 - check that perl slots actually have enough space to hold
13 interpreter variables. 30 interpreter variables.
14 - untested port to perl 5.19 (64 bit tmps indices) (reported 31 - untested port to perl 5.19 (64 bit tmps indices) (reported

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines