This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Devel-PPPort to release 3.62
[perl5.git] / t /
2020-10-16 Steve Hayt/porting/customized.dat - Pod::Checker no longer has...
2020-10-15 Steve Hayversion - Fixes from recent CPAN update (966a34475a)
2020-10-15 Steve HayMemoize - t/expmod_t.t and t/speed.t were CUSTOMIZED...
2020-10-15 Steve HayMath::Complex - t/underbar.t was CUSTOMIZED by cde2523b3a
2020-10-14 Richard Leacht/opbasic/arith.t - extra tests to better exercise...
2020-10-13 Todd RinaldoFix t/test.pl and t/TEST to be strict compliant.
2020-10-13 Todd RinaldoUpdate Digest to CPAN version 1.19
2020-10-12 Steve HayUpdate ExtUtils-PL2Bat from version 0.002 to 0.003
2020-10-12 TAKAI Kousuket/op/inc.t: Test incrementing UV with and without upgra...
2020-10-07 Dan Bookperlutil updates and cleanup
2020-10-06 Todd RinaldoUpdate ExtUtils-MakeMaker to CPAN version 7.48
2020-10-06 Todd RinaldoUpdate Digest::MD5 to CPAN version 2.57
2020-10-04 Christian Waldeignore cygwin files that cannot be stat()ed in t/op...
2020-10-03 Richard LeachTest split on empty pattern with varying field counts
2020-10-03 Hugo van der SandenIn tests, fix @INC before loading more stuff
2020-10-03 Christian Walde... forcibly check the timing of the regex/alarm test in...
2020-10-03 Samanta NavarroFix typos
2020-10-02 Todd RinaldoUpdate version to CPAN version 0.9928
2020-10-02 Hugo van der SandenTest split on empty pattern with field count
2020-09-24 Tony Cookskip the failing dynamic vs static tests on Win32
2020-09-22 Hugo van der Sanden[gh18096] assume worst-case for GOSUBs we don't analyse
2020-09-18 Todd RinaldoUpdate porting/customized.dat for recent change to...
2020-09-16 Christian Waldeprevent a spurious error output from test.pl when killi...
2020-09-16 Nicholas ClarkSkip t/porting/bench.t if the cachegrind test takes...
2020-09-16 James E KeenanRevise per feedback
2020-09-16 James E Keenant/op/taint.t: Avert uninitialized value warning
2020-09-16 Nicolas Rfix t/win32/signal.t
2020-09-14 Karl Williamsonpodcheck db: Note that atof(3) exists
2020-09-14 Karl WilliamsonFix podcheck.t data.
2020-09-13 Todd RinaldoUpdate Filter-Util-Call to CPAN version 1.60
2020-09-11 Craig A. Berry.PHONY is specific to Unix make utilities.
2020-09-05 Karl Williamsonporting/known_pod_issues.dat: Note vsprintf() exists
2020-09-04 Karl WilliamsonReorganize perlapi
2020-09-04 Karl Williamsonautodoc: Simplify input loops
2020-09-04 Karl Williamsonautodoc.pl: Rmv unnecessary variable
2020-08-28 David Mitchellremove leaky warnings.t skip
2020-08-28 David Mitchellt/perf/benchmarks: tweak mixed arithmetic
2020-08-26 Tom HukinsStop implying "." belongs in $ENV{PATH}
2020-08-25 David Mitchellsort { return foo() } ...
2020-08-24 Nicolas Rrun_multiple_progs: option to abort on first failure
2020-08-24 Nicolas Rrun_multiple_progs: advertise file and line number...
2020-08-24 Nicolas Rrun_multiple_progs: auto tag test when name is mising
2020-08-22 James E KeenanCorrect typo in 'die' message.
2020-08-21 Nicolas Rdie_unwind(): global destruction
2020-08-19 Dagfinn Ilmari Man... Note customized ExtUtils-Constant test
2020-08-19 Dagfinn Ilmari Man... Remove obsolete custimized.dat entry for Pod-Usage...
2020-08-15 Christian Walde... skip flaky port test on windows
2020-08-12 Nicolas Rt/comp: use \Q\E to avoid manual escaping
2020-08-12 Tony Cookremove noise from porting/regen.t
2020-08-11 Karl Williamsonporting/pod_rules.t: Add a hint comment
2020-08-11 David Mitchelllist assign in list context: honour LHS undef
2020-08-11 David Mitchelllist assign in list context was over-optimising
2020-08-11 Tony Cookadd a default enabled feature "multidimensional"
2020-08-11 ☢ ℕicolas ℝAdd a hint to t/porting/regen.t
2020-08-10 Dagfinn Ilmari Man... t/op/args.t: remove obsolete 5005threads comment
2020-08-09 Karl Williamsonregcomp.c: Don't allow \p{Is_Is_...}
2020-07-31 James E KeenanReposition tests for formats
2020-07-31 James E Keenant/op/while.t: Correct two typos
2020-07-30 Nicolas RFix Math-Complex issue in test suite
2020-07-30 Tony Cook(perl #17844) don't update SvCUR until after we've...
2020-07-30 Tony Cookreport the index for not found hash/array index lookups...
2020-07-30 Nicolas RUpdate Net-Ping from 2.72 to 2.73
2020-07-30 Nicolas RFix format issue in t/op/taint.t and add strict/warnings
2020-07-29 James E Keenanlex_assign.t: Correct typo in test description
2020-07-20 Dagfinn Ilmari Man... Remove PERL_GLOBAL_STRUCT
2020-07-20 Dagfinn Ilmari Man... Remove Symbian port
2020-07-20 Karl Williamsont/TEST: Unset PERL_UNICODE
2020-07-18 Karl Williamsont/re/re_tests: Fix misspelling in comment
2020-07-18 Karl Williamsonop/pack.t: Skip ASCII-centric test on EBCDIC
2020-07-18 Karl Williamsont/porting/readme.t: TODO tests now passing on EBCDIC
2020-07-18 Karl Williamsonop/infnan.t: Todo tests are now passing on EBCDIC
2020-07-18 Karl Williamsont/test.pl: Display an ESC control char as \e
2020-07-18 Karl Williamsont/loc_tools.pl: Don't test unsafe locales
2020-07-18 Karl WilliamsonAdd z/OS locale categories
2020-07-17 James E Keenangroups.t: Correct one syntax error which was warning
2020-06-20 Tony Cookskip the failing hexfloat test if it fails on NetBSD
2020-06-01 Hugo van der Sandenstudy_chunk: honour mutate_ok over recursion
2020-05-30 Karen Etheridges/Github/GitHub/
2020-05-27 Karl Williamsonop/exec.t: ENOTDIR is a legit errno
2020-05-27 Karl Williamsont/re/speed.t: Adapt for sl-o-o-w boxes
2020-05-27 Karl Williamsont/re/pat_advanced.t: Adapt for sl-o-o-w boxes
2020-05-27 Karl Williamsonre/regexp_nonull.t: Skip if no APItest built
2020-05-27 Karl Williamsonop/sub.t: Skip APItest test if that not built
2020-05-27 Karl Williamsont/re/anyof.t: Adapt a test for EBCDIC
2020-05-27 Karl Williamsonlib/warnings.t: Fix EBCDIC toke warning wording
2020-05-27 Karl Williamsont/TEST: Skip some cpan module testing on EBCDIC
2020-05-27 Karl Williamsont/re/regexp.t: Fix to properly handle EBCDIC
2020-05-27 Tony Cookset magic on $lex for $lex = (index(...) == -1) and...
2020-05-27 Tony Cookfix utf8 length magic handling for scalar reverse
2020-05-22 Dagfinn Ilmari Man... Fix a bunch of repeated-word typos
2020-05-20 Tony Cookeliminate recursion from yyl_fake_eof() into yyl_try()
2020-05-20 Tony Cooktest that many blank lines doesn't exhaust stack in...
2020-04-29 Karl Williamsonregcomp.c: Fix named sequences in (?[...])
2020-04-29 Karl Williamsonregcomp.c: Avoid use after free
2020-04-27 David MitchellRevert "avoid identical stack traces"
2020-04-27 David MitchellRevert "fixup to "avoid identical stack traces" - try 2"
2020-04-23 Hugo van der Sandenregcomp: avoid overflow setting last_start_max
2020-04-23 Hugo van der Sandengh16947: avoid mutating regexp program only within...
2020-04-12 Hugo van der Sandenstudy_chunk: do not rewrite for trie while enframed
2020-04-05 Karl Williamsonregcomp.c: Die on relative group number overflow
next