This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update release schedule
[perl5.git] / t /
2017-06-27 David MitchellPERL_SNPRINTF_CHECK(): off by 1 error
2017-06-26 David Mitchellt/porting/customized.t: delete stale entries.
2017-06-24 Karl WilliamsonPATCH: [perl #131646] Assertion fail UTF-8 error msg
2017-06-23 David Mitchellporting/bench.t: skip under ASAN
2017-06-22 Dagfinn Ilmari Man... [perl #131627] Fix multideref for $x{qw/a/->$*}
2017-06-22 David Mitchellundo Scalar-List-Utils customisation.dat entries
2017-06-22 David Mitchellundo a Scalar-List-Utils customisation
2017-06-21 David MitchellPorting/bench.pl: test --fields with 1 field
2017-06-21 David Mitchellt/porting/bench.t: add tests for display options
2017-06-21 David MitchellPorting/bench.pl --bisect: output field value
2017-06-21 David MitchellPorting/bench.pl: add --autolabel option
2017-06-21 David MitchellPorting/bench.pl: improve 'no such test' err msg
2017-06-21 David MitchellPorting/bench.pl: new syntax for perl args and env
2017-06-21 David MitchellPorting/bench.pl ban duplicate labels in multiread
2017-06-21 David Mitchell t/porting/bench.t: bisect vis --read
2017-06-21 David MitchellPorting/bench.pl: ban --benchfile under --read
2017-06-21 David MitchellPorting/bench.pl: better handle multiple --read
2017-06-21 David MitchellPorting/bench.pl: only use used sort elems
2017-06-21 David MitchellPorting/bench.pl: add croak tests
2017-06-21 David MitchellPorting/bench.pl: fix broken --bisect option
2017-06-21 David Mitchelladd t/porting/bench.t
2017-06-21 David Mitchellrename t/porting/bench.t to bench_selftest.t
2017-06-18 Yves Ortonadd test for [perl #131522] and fix test for (related...
2017-06-16 David Mitchelldon't call Perl_fbm_instr() with negative length
2017-06-15 Dagfinn Ilmari Man... Avoid ++ in test.pl
2017-06-14 Chris 'BinGOs' Wil... Update JSON-PP to CPAN version 2.94
2017-06-14 Chris 'BinGOs' Wil... Update File-Path to CPAN version 2.14
2017-06-14 Karl WilliamsonAllow bitwise & ^ | to accept trailing UTF-8
2017-06-12 David Mitchellfix utf char > IV_MAX on 32-bit platforms
2017-06-08 Craig A. BerryUpdate test skips for no fchdir.
2017-06-07 Karl Williamsont/op/bop.t: Re-add in some tests
2017-06-07 Karl Williamsont/op/bop.t: Verify complement downgrades UTF-8.
2017-06-07 Karl Williamsont/op/bop.t: Verify bitwise & ^ | retain UTF-8
2017-06-07 Dagfinn Ilmari Man... Make setting ${^ENCODING} to a defined value fatal
2017-06-07 David Mitchelladd some sprintf benchmarks
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: simpler special formats
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: simpler redundant arg test
2017-06-07 David Mitchellop/infnam.t: skip unportable tests
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: avoid wrap on precision
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: width/precis arg wrap
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: warn on missing %v arg
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: warn on missing width arg
2017-06-07 David MitchellS_expect_number(): return STRLEN not I32
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: %p and Inf/Nan
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: make %n missing arg fatal
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: remove redundant code
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: better calc f/p buf size
2017-06-07 David Mitchellsprintf: handle sized int-ish formats with Inf/Nan
2017-06-07 David Mitchellsprintf(): handle mangled formats better with utf8
2017-06-07 David Mitchellsprintf(): add memory wrap tests
2017-06-07 Tony Cook[perl #131263] clear the UTF8 flag on a glob if it...
2017-06-06 AbigailFatalize the use of code points above 0xFF for bitwise...
2017-06-06 AbigailFatalize inheriting AUTOLOAD for non-methods.
2017-06-06 AbigailForbid out of range Unicode code points.
2017-06-05 David Mitchellmake OP_REF support boolean context
2017-06-05 Dagfinn Ilmari Man... Forbid setting $/ to a reference to a non-postive integer
2017-06-05 Dagfinn Ilmari Man... Forbid use of bare << to mean <<""
2017-06-05 Dagfinn Ilmari Man... Disallow opening the same symbol as both a file and...
2017-06-05 David Mitchellclosure.t: fix typo
2017-06-05 David MitchellFREETMPS when leaving eval, even when void/dying
2017-06-05 David MitchellS_require_tie_mod(): use a new stack
2017-06-05 David Mitchellt/TEST: warn about unknown files deparse-skips.txt
2017-06-05 David Mitchellt/TEST -deparse: list unexpectedly passing scripts
2017-06-05 David Mitchellmake porting/cmp_version.t clearer what happens
2017-06-02 Yves Ortonremove unneeded an unwelcome dependency
2017-06-02 Dagfinn Ilmari Man... Add support for deleting key/value slices (RT#131328)
2017-06-01 Karl Williamsont/op/vec.t: White space only.
2017-06-01 Karl WilliamsonDeprecate vec() with above-FF code points.
2017-06-01 Zeframset up catchable runloops early enough
2017-06-01 Yves Ortonsilence warning in gv.t
2017-06-01 Aaron CraneRT #127742: Hash keys are limited to 2 GB - throw an...
2017-06-01 Karl WilliamsonFatalize \N{}
2017-06-01 Karl Williamsont/re/pat_advanced.t: Prepare for fatal \N{}
2017-06-01 Karl WilliamsonMove tests to pat_advanced.t
2017-06-01 Karl Williamsonre/pat_advanced.t: Convert ok to like
2017-06-01 Yves OrtonRestore "Add new hashing and "hash with state" infrastr...
2017-06-01 Yves OrtonRestore "Tweak our hash bucket splitting rules"
2017-06-01 Father Chrysostomos[perl #131085] Crash with sub-in-stash
2017-06-01 John PeacockUpdate core with version 0.9918
2017-06-01 Karl WilliamsonRelax fatal circumstances of unescaped '{'
2017-06-01 Karl Williamsont/re/reg_mesg.t: Add override of warning default on/off
2017-06-01 Karl Williamsont/op/fork.t: Don't output shell warning
2017-06-01 Karl Williamsont/harness: Run APItests in parallel
2017-06-01 Karl Williamsont/harness: Remove useless sort
2017-06-01 Karl WilliamsonSlightly change -Dr output of regex ANYOF nodes
2017-06-01 James E KeenanWhen and how to use Devel::PatchPerl to repair older...
2017-06-01 Dagfinn Ilmari Man... Remove deprecated no-op :locked attribute
2017-06-01 Dagfinn Ilmari Man... Remove deprecated no-op :unique attribute
2017-06-01 Dagfinn Ilmari Man... Remove deprecated comma-less format variable lists
2017-05-22 Karl Williamsonpodcheck: Module::Signatures is known correct.
2017-04-23 Yves OrtonRevert "Tweak our hash bucket splitting rules"
2017-04-23 Yves OrtonRevert "Add new hashing and "hash with state" infrastru...
2017-04-23 Yves OrtonAdd new hashing and "hash with state" infrastructure
2017-04-23 Yves OrtonTweak our hash bucket splitting rules
2017-04-18 David Mitchellemit require module name err hint only when valid
2017-04-18 David Mitchellrequire die msg: only mention @INC if used
2017-04-18 Karl WilliamsonWorkaround for GNU Autoconf unescaped left brace
2017-04-07 James E Keenanfix cases where 'do file' should be 'do ./file'.
2017-04-07 David Mitchellfixup tests under t/ that assumed '.' in @INC
2017-04-07 David Mitchellstop passing '.' in @INC to tests
next