This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Porting/bench.pl: fix broken --bisect option
[perl5.git] / t /
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
2017-04-05 Karl Williamsonpods: Add L<> for links missing them; a couple nits
2017-03-31 David Mitchellvec(): defer lvalue out-of-range croaking
2017-03-31 David Mitchelltweak 'do "%s" failed' message
2017-03-25 Dagfinn Ilmari Man... Test PERL_USE_UNSAFE_INC
2017-03-25 Dagfinn Ilmari Man... Delete PERL_USE_UNSAFE_INC from test environment
2017-03-24 David Mitchellbump base.pm $VERSION and un-CUSTOMISE
2017-03-22 Jarkko HietaniemiSkip %Config test under minitest.
2017-03-22 David Mitchellskip an op/range.t test under -Dusemallocwrap=no
2017-03-19 James E KeenanRegenerate t/porting/customized.dat.
2017-03-18 Sawyer XFix copyright test:
2017-03-17 David Mitchellfix integer overflows in Perl_do_vecget()/set
2017-03-17 David MitchellPerl_do_vecget(): change offset arg to STRLEN type
2017-03-17 David Mitchellt/porting/libperl.t: add better dianostics
2017-03-15 David Mitchelladd range.t test for RT #130841
2017-03-14 Tony Cookwarn if do "somefile" fails when . not default in ...
2017-03-12 Steve HayMake DEFAULT_INC_EXCLUDES_DOT the default on Windows
2017-02-27 Aaron CraneRT#130624: heap-use-after-free in 4-arg substr
2017-02-26 Hugo van der Sandenfix VMS test fail
2017-02-21 Hugo van der Sandenupdate comment in test_bootstrap.pl
next