This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regen/mph.pl - Clean up diagnostics logic, allow DEBUG from env.
[perl5.git] / t /
2022-04-19 Yves Ortonop/magic.t - make $SIG{ALRM} local test deal with inher...
2022-04-19 Leon TimmermansSkip Test::Harness t/harness.t SEGV test
2022-04-19 Leon Timmermanscpan/Test-Harness/t/source.t is no longer customized
2022-04-17 Karl WilliamsonExtUtils-Constant: Fix to work on EBCDIC
2022-04-13 Yves OrtonMakefile.SH - reduce technical debt, use `runtests...
2022-04-13 Yves Ortont/harness - use glob on arguments even on *nix
2022-04-13 Yves OrtonAdd a way to skip utils/ files that need 64 bit ints
2022-04-12 Graham Knopfix SVf_POK getting set on NVs when copying
2022-04-08 Karl WilliamsonAccept \p{nv=-0}
2022-04-08 Yves Ortonregcomp.c: fix substring optimizer for ACCEPT inside...
2022-04-08 Yves Ortonregcomp.c: With ACCEPT set stopmin even if no data...
2022-04-08 Yves Ortonreg_mesg.t: check that ACCEPT in capturing variable...
2022-04-08 Yves Ortonre_tests: ACCEPT in UNLESSM variable negative lookbehind
2022-04-08 Yves Ortonre_tests: ACCEPT in IFMATCH: variable positive lookbehind
2022-04-08 Yves Ortonre_tests: ACCEPT inside of named capture accessed via...
2022-04-08 Yves Ortonre_tests: ACCEPT followed by UNLESSM fixed width negati...
2022-04-08 Yves Ortonre_tests: ACCEPT followed by IFMATCH fixed width pos...
2022-04-08 Yves Ortonre_tests: ACCEPT followed by SUSPEND
2022-04-08 Yves Ortonre_tests: ACCEPT with CURLYM optimization
2022-04-08 Yves Ortonregexec.c: make ACCEPT close logic handle SUCCEED/LOOKB...
2022-04-04 Yves Ortonrunenv_hashseed.t - rework to deal with probabilistic...
2022-03-30 Karl Williamsonpodcheck.t: Dont check verbatim length on a few pods
2022-03-30 Karl Williamsonpodcheck: Add links to known modules
2022-03-30 Karl Williamsonpodcheck.t: Add spaces to an output message
2022-03-30 Karl Williamsonpodcheck.t: Devel::ppport::ppphdoc isn't pod
2022-03-30 Karl Williamsonpodcheck.t: Update pod about verbatim lines
2022-03-30 Karl Williamsonperlhacktips: white-space only
2022-03-28 Karl Williamsont/loc_tools.pl: Skip locale tests on z/OS threaded
2022-03-25 Hugo van der Sandengh19557: restore match_end on early bailout
2022-03-24 Karl Williamsontoke.c: Add missing ptr update
2022-03-23 Karl Williamsonre/anyof.t: Add debugging info
2022-03-21 Hugo van der Sandengh17746: add missing check on hardcount
2022-03-20 Karl WilliamsonAllow reversal of some paired delimiters; deprecations
2022-03-20 Karl WilliamsonAdd 'extra paired delimiters' feature
2022-03-19 Karl WilliamsonRemove use of experimental regex sets warnings
2022-03-19 Karl WilliamsonStop emitting the experimental::regex_sets warning
2022-03-15 Graham Knopalways prevent setting POK flag when NV values are...
2022-03-14 Paul "LeoNerd" EvansAn initial implementation of builtin::indexed
2022-03-14 Paul "LeoNerd" Evanst/porting/diag.t: Don't skip the bodies of XS functions...
2022-03-14 Yves OrtonRevert "Fix GH Issue #19472: read warnings from open...
2022-03-11 Paul "LeoNerd" EvansFix order of builtin:: warnings tests
2022-03-10 Yves Ortonhv.c - rework PL_hash_rand_bits update logic, add tests...
2022-03-10 Yves Ortontest.pl - rework runperl_and_capture() to be a bit...
2022-03-10 Yves Ortontest.pl - move runperl_and_capture() out of runenv.t
2022-03-10 Yves Ortontest.pl - add unlink_tempfiles()
2022-03-10 Yves Ortontest.pl - allow more than 676 tempfiles() in one process
2022-03-08 Paul "LeoNerd" EvansMove sort's scalar context warning to new 'scalar'...
2022-03-07 Paul "LeoNerd" EvansRename is{bool,weak} to is_{bool,weak}
2022-03-07 Yves Ortont/op/magic.t - Issue #19504 - fixup tests for utf8 $0
2022-03-07 Yves OrtonFix GH Issue #19472: read warnings from open($fh,"...
2022-03-06 Karl Williamsonreg_mesg.t: Wasn't testing what it purported to be
2022-03-06 Felipe GasperProperly handle UTF8-flagged strings when assigning...
2022-03-04 TAKAI KousukeAdd tests to see if string-to-number conversion behaves...
2022-03-03 Karl Williamsonregex_sets: Allow all legal flags in nested calls
2022-03-03 Yves Ortonregcomp.c: Reduce scope of experimental warnings with...
2022-03-02 Yves Ortonpad.c: Fix GH Issue #19463, -DXv fails assert when...
2022-02-27 James E KeenanAdd example of two-stage bisection
2022-02-23 Yves Ortonregcomp.c: consistent NOTHING/OPFAIL optimizations...
2022-02-23 Yves Ortonregex engine: Issue #19168 - Fix variable length lookbe...
2022-02-23 Nicholas ClarkPerl_gv_init_pvn() must handle a stash holding the...
2022-02-20 reneebfixed POD warnings in perldelta, regenerated known_pod_...
2022-02-20 Paul "LeoNerd" EvansRemove 'no warnings experimental::signatures' from...
2022-02-19 Tony Cooktest the new flags behaviour, to prevent accidental...
2022-02-19 Nicholas Clarkperldelta entry for the PV/IV flags changes.
2022-02-19 Tomasz Konojackiimplement a new command-line flag, -g
2022-02-19 Tomasz Konojackit/run/switches.t: don't declare a plan
2022-02-19 Yves OrtonReapply squashed "avoid identical stack traces" patches
2022-02-17 Karl Williamsonpodcheck: Make sure digest gets a byte string
2022-02-17 Karl WilliamsonAdd link to String::Util to podcheck db
2022-02-15 Paul "LeoNerd" EvansNo longer print experimental::isa warning (closes ...
2022-02-13 Hugo van der SandenSort tests in t/porting/dual-life.t
2022-02-13 Paul "LeoNerd" EvansPrint a deprecation warning if downgrading to a use...
2022-02-13 TAKAI KousukeAdd tests for string "-Inf" to IV conversion.
2022-02-13 TAKAI Kousukesv.c: String "Inf" is now consistently converted to...
2022-02-10 Karl Williamsont/porting/diag.t: Fix typo in comment
2022-02-01 Yves OrtonTest for Issue #19250, assert fail with Debug=>ALL
2022-01-31 Paul "LeoNerd" EvansEmit experimental::snail_in_signatures warnings on...
2022-01-27 Tomasz Konojackisubroutine redefinitions made with local() shouldn...
2022-01-25 Dagfinn Ilmari Man... Add test for experimental::builtin warnings
2022-01-25 Paul "LeoNerd" EvansFix unit tests for experimental::builtin warnings
2022-01-24 James RaspassAdd ceil & floor to builtin
2022-01-20 Paul "LeoNerd" EvansEnsure that forbidden control flow messages about final...
2022-01-20 Paul "LeoNerd" EvansImplement and test try/catch/finally syntax
2022-01-20 Paul "LeoNerd" EvansDefine 'finally' keyword
2022-01-20 Paul "LeoNerd" EvansMake sure to rpeep() the body of catch {} blocks
2022-01-19 Tomasz Konojackit/porting/authors.t: Windows fixes
2022-01-19 David Mitchellmake a sort with zero args a compile-time err
2022-01-19 Graham Knopfix commit calculations in authors porting test
2022-01-05 Mike FultonUpdate the README to describe ASCII and EBCDIC builds
2021-12-28 Karl WilliamsonChange pack U behavior for EBCDIC
2021-12-24 James E KeenanDocument and test command-line switch '-?'
2021-12-16 Dagfinn Ilmari Man... Also fix paren-less calls of subs where a filehandle...
2021-12-16 Dagfinn Ilmari Man... Fix function calls being misinterpreted as bareword...
2021-12-14 Paul "LeoNerd" Evanst/op/switch.t no longer needs to avoid overload.pm... 19269/head
2021-12-14 Karl Williamsont/TEST: white space only
2021-12-14 Karl Williamsont/TEST: print Skip msg for EBCDIC skipped tests
2021-12-08 Paul "LeoNerd" EvansRemove unnecessary braces in t/op/array.t
2021-12-08 Paul "LeoNerd" EvansUse builtin::reftype/refaddr in .t files
2021-12-08 Paul "LeoNerd" EvansUse builtin::weaken() in t/
2021-12-08 Paul "LeoNerd" EvansAdd builtin::blessed, refaddr and reftype
next