--- cvsroot/Coro/Changes 2016/10/29 19:12:45 1.663 +++ cvsroot/Coro/Changes 2017/07/14 02:55:09 1.666 @@ -6,8 +6,15 @@ TODO: swap_sv, maybe add scope_swap_sv? TODO: croak when async_pool tries to run canceled thread? + - seems to pass test suite down till 5.8.9, so make this the + minimum requirement in Makefile.PL. + - experimental 5.24 compatibility changes (SUB_ARGARRAY). + - experimental 5.26 compatibility changes (PL_comppad -> PADOFFSET). + - disable FORTIFY_SOURCE to avoid broken (but well-intentioned) + fortified longjmp variants in some libcs. - re-try JIT allocation without PROT_EXEC, to hopefully improve - portability. + portability (still doesn't seem to work around broken selinux + mmap everywhere). 6.511 Sun Jun 26 23:44:50 CEST 2016 - make it compile with threaded perls again.