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

Comparing cvsroot/Coro/Changes (file contents):
Revision 1.635 by root, Wed Sep 3 14:26:34 2014 UTC vs.
Revision 1.638 by root, Wed Feb 11 19:30:15 2015 UTC

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 triesd to run canceled thread?
9 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
10 - restore portability to perl 5.8.x. 16 - restore portability to perl 5.8.x.
11 - give new Coro's a valid GvHV(PL_hintgv) - this is slow and takes 17 - give new Coro's a valid GvHV(PL_hintgv) - this is slow and takes
12 up some memory, but fixes "use feature" and similar modules 18 up some memory, but fixes "use feature" and similar modules
13 when used inside a Coro. 19 when used inside a Coro.
14 - allow zero as argument to Coro::Channel to mean the same thing 20 - allow zero as argument to Coro::Channel to mean the same thing
15 as no argument. this works with older versions as well, 21 as no argument. this works with older versions as well,
16 but wasn't legal until now. 22 but wasn't legal until now.
23 - slightly better c header file detection.
17 24
186.39 Mon Jun 2 00:00:08 CEST 2014 256.39 Mon Jun 2 00:00:08 CEST 2014
19 - work around more incompatible changes in 5.20. 26 - work around more incompatible changes in 5.20.
20 27
216.38 Sun Jun 1 21:54:23 CEST 2014 286.38 Sun Jun 1 21:54:23 CEST 2014

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines