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

Comparing Coro/Changes (file contents):
Revision 1.692 by root, Fri Jun 25 01:13:20 2021 UTC vs.
Revision 1.693 by root, Thu Aug 19 22:43:02 2021 UTC

25 local $_[0]{_ae_coro}{$Coro::current+0} = $Coro::current; 25 local $_[0]{_ae_coro}{$Coro::current+0} = $Coro::current;
26 Coro::schedule; 26 Coro::schedule;
27 } 27 }
28}; 28};
29 29
30 - potential fix for an interetsing type of recursive coro 30 - potential fix for an interesting type of recursive coro
31 destruction (testcase by Christopher J. Madsen). 31 destruction (testcase by Christopher J. Madsen).
32 - change jit executable strategy, to hopefully appease more
33 hardened environments.
32 34
336.57 Wed Jul 29 15:08:44 CEST 2020 356.57 Wed Jul 29 15:08:44 CEST 2020
34 - override AnyEvent condvar methods "properly", as AnyEvent 36 - override AnyEvent condvar methods "properly", as AnyEvent
35 has support for pluggable condvars since 2011. This also 37 has support for pluggable condvars since 2011. This also
36 avoids problems with recursive waits by avoiding to mix 38 avoids problems with recursive waits by avoiding to mix

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines