1
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 16 hours ago.
Sep 01, 2024 — Sep 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fail on t/TESTS syntax errors. closes google issue 14 More... over 15 years ago
fail on t/TESTS syntax errors. closes google issue 14 More... over 15 years ago
silence empty arg usage More... over 15 years ago
silence empty arg usage More... over 15 years ago
waiting diag More... over 15 years ago
waiting diag More... over 15 years ago
remove empty line from TESTS. Fixes Use of uninitialized value $expect in substitution (s///) at t/test.pl line 789 More... over 15 years ago
remove empty line from TESTS. Fixes Use of uninitialized value $expect in substitution (s///) at t/test.pl line 789 More... over 15 years ago
status update pre-tests More... over 15 years ago
status update pre-tests More... over 15 years ago
add frozenperl_2010.pod More... over 15 years ago
add frozenperl_2010.pod More... over 15 years ago
refactor as presented More... over 15 years ago
refactor as presented More... over 15 years ago
refactored t/modules.t by toddr, minor changes by rurban More... over 15 years ago
refactored t/modules.t by toddr, minor changes by rurban More... over 15 years ago
all tests pass now More... over 15 years ago
all tests pass now More... over 15 years ago
add t/modules temp files (toddr) More... over 15 years ago
add t/modules temp files (toddr) More... over 15 years ago
* bytecode.pl: added cop_seq_low (155), cop_seq_high (156) instead of xnv. No conversion code for loading older bytecode needed, but fragile (double => 2 int) More... over 15 years ago
* bytecode.pl: added cop_seq_low (155), cop_seq_high (156) instead of xnv. No conversion code for loading older bytecode needed, but fragile (double => 2 int) More... over 15 years ago
* C.pm: fixed evaltry (test 12), NVX was shared with 2 xpad_cop_seq ints which accidently just worked before 1.17 with %s, but not after changing to the %g representation. Ignore unused random (overlong) xpviv IV, causing "warning: this decimal constant is unsigned only in ISO C90" * Bytecode.pm (1.06): same NVX => xpad_cop_seq fix as in C.pm, added 2 new bytecodes (cop_seq_low, cop_seq_high), fixed tests 9,10,12. Passes all tests > 5.6 now. More... over 15 years ago
* C.pm: fixed evaltry (test 12), NVX was shared with 2 xpad_cop_seq ints which accidently just worked before 1.17 with %s, but not after changing to the %g representation. Ignore unused random (overlong) xpviv IV, causing "warning: this decimal constant is unsigned only in ISO C90" * Bytecode.pm (1.06): same NVX => xpad_cop_seq fix as in C.pm, added 2 new bytecodes (cop_seq_low, cop_seq_high), fixed tests 9,10,12. Passes all tests > 5.6 now. More... over 15 years ago
Fix evaltry (test 12): It was NVX vs union xpad_cop_seq ( 2 ints)! More... over 15 years ago
Fix evaltry (test 12): It was NVX vs union xpad_cop_seq ( 2 ints)! More... over 15 years ago
release 1.18 More... over 15 years ago
release 1.18 More... over 15 years ago
On non-author mode select 10 random tests. Don't use pragma re as XS sample. There's a warning in newer perls More... over 15 years ago
On non-author mode select 10 random tests. Don't use pragma re as XS sample. There's a warning in newer perls More... over 15 years ago