--- cvsroot/Coro/Changes 2016/10/29 19:12:45 1.663 +++ cvsroot/Coro/Changes 2017/07/14 03:03:56 1.668 @@ -6,8 +6,17 @@ TODO: swap_sv, maybe add scope_swap_sv? TODO: croak when async_pool tries to run canceled thread? +6.512 Fri Jul 14 05:03:17 CEST 2017 + - 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). + - speling fixes (Xavier Guimard). 6.511 Sun Jun 26 23:44:50 CEST 2016 - make it compile with threaded perls again.