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

Comparing Coro/Changes (file contents):
Revision 1.637 by root, Tue Feb 10 17:50:40 2015 UTC vs.
Revision 1.644 by root, Mon Jun 29 23:49:34 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 run canceled thread? 8TODO: croak when async_pool tries to run canceled thread?
9 9
106.45 Tue Jun 30 01:40:08 CEST 2015
11 - restore portability to perl 5.16 and below.
12
136.44 Tue Jun 30 00:41:54 CEST 2015
14 - avoid segfaulting (or worse) when tracing a canceled thread.
15 - the Event module silently broke it's public hook API, causing
16 failures on perls compiled with -Duselongdouble. Requiring
17 the latest version of Event because I don't know which release
18 changed this (it's not mentioned in the ChangeLog).
19 - allow xs level enterleave hooks via CoroAPI.
20
216.43 Thu Jun 4 15:38:14 CEST 2015
22 - use stability canary.
23 - port to stableperl-5.22.0-1.001.
24 - update libecb.
25
266.42 Wed Feb 11 20:29:52 CET 2015
10 - Coro::SemaphoreSet->try did not actually work (analyzed by 27 - Coro::SemaphoreSet->try did not actually work (analyzed by
11 SATO Kentaro). 28 SATO Kentaro).
29 - upgrade libecb to be C11 compliant.
12 30
136.41 Sat Sep 6 22:08:46 CEST 2014 316.41 Sat Sep 6 22:08:46 CEST 2014
14 - restore portability to perl 5.8.x. 32 - restore portability to perl 5.8.x.
15 - give new Coro's a valid GvHV(PL_hintgv) - this is slow and takes 33 - give new Coro's a valid GvHV(PL_hintgv) - this is slow and takes
16 up some memory, but fixes "use feature" and similar modules 34 up some memory, but fixes "use feature" and similar modules

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines