1
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 8 hours ago.
Aug 24, 2024 — Aug 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add gcc warning flags More... over 15 years ago
add gcc warning flags More... over 15 years ago
use debugging gcc warning flags More... over 15 years ago
use debugging gcc warning flags More... over 15 years ago
perlcc: add -d for debugging gcc warning flags More... over 15 years ago
perlcc: add -d for debugging gcc warning flags More... over 15 years ago
t/testcore.t: nicer cannot message More... over 15 years ago
t/testcore.t: nicer cannot message More... over 15 years ago
Changed test 33 to use inline package, the error is elsewhere. Unify t/testplc.sh -o option (orig, no -Mblib), removed -C for CORE. Updated t/testplc.sh More... over 15 years ago
Changed test 33 to use inline package, the error is elsewhere. Unify t/testplc.sh -o option (orig, no -Mblib), removed -C for CORE. Updated t/testplc.sh More... over 15 years ago
oh no! methodcall syntax is not detected. added test 35 More... over 15 years ago
oh no! methodcall syntax is not detected. added test 35 More... over 15 years ago
update docs, add test 34 for magic hashes (ENV since 5.8.9) More... over 15 years ago
update docs, add test 34 for magic hashes (ENV since 5.8.9) More... over 15 years ago
documentation fixes More... over 15 years ago
documentation fixes More... over 15 years ago
fix xsloader issue, esp. with -O3 More... over 15 years ago
fix xsloader issue, esp. with -O3 More... over 15 years ago
fixed hv init for magic hashes. pre-allocate array and xpvhv_aux. added missing dSP to dl_init. More... over 15 years ago
fixed hv init for magic hashes. pre-allocate array and xpvhv_aux. added missing dSP to dl_init. More... over 15 years ago
Under darwin, the struct byteloader_header bl_header variable from byterun.h is landing in a strange section (S) that makes ld cough: More... over 15 years ago
Under darwin, the struct byteloader_header bl_header variable from byterun.h is landing in a strange section (S) that makes ld cough: More... over 15 years ago
first released with 1.14 More... over 15 years ago
first released with 1.14 More... over 15 years ago
New test 32 fails on 5.11.3 only Added Opcodes support >= 2.01 even with no_stack. (not on CPAN yet) added pp_pushmark pp_break pp_continue to no_stack handling. register int for warn_sv loop added CC specific tests to increase CC op coverage after 100. always use CC -finline-ops as it is safe to use a macro as func call, just CALLRUNOPS is not allow ending ### comment in TESTS added more perlcc todo (--staticxs) fixed a perl-5.6 cxinc warning More... over 15 years ago
New test 32 fails on 5.11.3 only Added Opcodes support >= 2.01 even with no_stack. (not on CPAN yet) added pp_pushmark pp_break pp_continue to no_stack handling. register int for warn_sv loop added CC specific tests to increase CC op coverage after 100. always use CC -finline-ops as it is safe to use a macro as func call, just CALLRUNOPS is not allow ending ### comment in TESTS added more perlcc todo (--staticxs) fixed a perl-5.6 cxinc warning More... over 15 years ago
added test case for 5.6 qr// bug More... over 15 years ago
added test case for 5.6 qr// bug More... over 15 years ago
Added CC specific tests to increase CC op coverage. Switched test 32 (arith) with 33 (evaltry catch die) as it fails with 5.11.3. TESTS: Added test 32 (evaltry catch die): Fails on 5.11.3 C/CC only, Regression: <5.11.3 it works okay. More... over 15 years ago
Added CC specific tests to increase CC op coverage. Switched test 32 (arith) with 33 (evaltry catch die) as it fails with 5.11.3. TESTS: Added test 32 (evaltry catch die): Fails on 5.11.3 C/CC only, Regression: <5.11.3 it works okay. More... over 15 years ago