This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
APItest/t/utf8_warn_base.pl: Rename and modify test
[perl5.git] / t /
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
2017-02-21 James E KeenanAdd t/comp/parser_run.t to MANIFEST.
2017-02-21 Hugo van der Sanden[perl #130814] Add testcase, and new testfile t/comp...
2017-02-21 Tony Cook(perl #130822) fix an AV leak in Perl_reg_named_buff_fetch
2017-02-20 Karl Williamsonre/fold_grind.t: Allow watchdog timeout to vary
2017-02-20 Tony Cook(perl #129340) copy the source when inside the dest...
2017-02-19 David Mitchellbump test count in t/comp/parser.t
2017-02-19 Aaron Crane[perl #130815] fix ck_return null-pointer deref on...
2017-02-18 Aaron CraneShow sub name in signature arity-check error messages
2017-02-18 David Mitchellpp_multideref: tweak an assertion
2017-02-18 David Mitchellpp_formline(): avoid buffer overrun
2017-02-14 David MitchellS_regmatch: eliminate WHILEM_A_min paren saving
2017-02-14 David Mitchellclear savestack on (?{...}) failure and backtrack
2017-02-14 David Mitchellfix pad/scope issue in re_evals
2017-02-14 Karl WilliamsonDon't try to compile a pattern known to be in error
2017-02-14 Karl WilliamsonAdd test for [perl #130675]
2017-02-14 Karl Williamsont/lib/croak/toke_l1: Cut down test
2017-02-14 Karl Williamsontoke.c: Fix bugs where UTF-8 is turned on in mid chunk
2017-02-12 Sawyer XRevert "Deprecating the use of C<< \cI<X> >> to specify...
2017-02-12 Sawyer XRevert "Avoid triggering a deprecation warnings."
2017-02-10 Karl WilliamsonNet::Ping: Todo a test on EBCDIC
2017-02-08 Karl WilliamsonAdd TODO test for [perl #125493]
2017-02-08 Tony Cook(perl #130705) don't convert match with argument to qr
2017-02-07 Karl WilliamsonAdd test for [perl #129157]
2017-02-07 Tony Cook(perl #130722) don't call SvPVX() on a glob
2017-02-07 Karl WilliamsonAdd .t for malformed-UTF-8 toke.c testing
2017-02-07 David Mitchellmultideref: handle both OPpLVAL_INTRO,OPpDEREF
2017-02-06 Hugo van der Sanden[perl #129061] CURLYX nodes can be studied more than...
2017-02-06 Tony Cook(perl #129281) test for buffer overflow issue
2017-02-06 Hugo van der Sandenvi hints for pat.t
2017-02-04 David Mitchellbuffer overrun with format and 'use bytes'
2017-02-02 Karl Williamsont/lib/warnings/toke: Fix comment typos
2017-02-01 David Mitchellavoid double-freeing regex code blocks
2017-02-01 Tony Cook(perl #130684) allocate enough space for the extra 'x'
2017-01-31 Karl WilliamsonPATCH: [perl #130655] Unrecognized UTF-8 char
2017-01-31 Karl WilliamsonPATCH: [perl #130656] tr// failue with UTF-8 across...
2017-01-30 David Mitchellsignature sub (\x80 triggered an assertion
2017-01-30 Karl WilliamsonAdd test for [perl #129036]
2017-01-30 Karl WilliamsonPATCH: [perl #130666]: Revert "toke.c, S_scan_ident...
2017-01-28 Yves Ortonsilence warnings from tests about impossible quantifiers
2017-01-28 Zeframcroak on sv_setpvn() on a glob
2017-01-27 Yves Ortonfix RT #130561 - recursion and optimising away impossib...
2017-01-27 Steve HayFix wrong skippage when using -DPERL_DEBUGGING_MSTATS...
2017-01-27 Zeframfix ord of upgraded empty string
2017-01-27 Zeframfix range op under aborted constant folding
2017-01-26 Karl WilliamsonTest for [perl #130567]
2017-01-26 Dagfinn Ilmari Man... Cherry-pick Scalar-List-Utils tainted.t fix from upstream
2017-01-26 Dagfinn Ilmari Man... Regenerate customized.dat
2017-01-24 Aaron CraneRT#130623: assertions when tying into non-packages
2017-01-24 David Mitchellbetter handle freeing of code blocks in /(?{...})/
2017-01-24 Tony Cook(perl #129190) intuit_method() can move the line buffer
2017-01-24 Tony Cook(perl #129274) avoid treating the # in $# as a comment...
2017-01-23 Zeframpermit goto at top level of multicalled sub
2017-01-23 AbigailBe consistent in deprecation messages.
2017-01-23 Sergey AleynikovFix memory leak in B::RHE->HASH method.
2017-01-22 Karl WilliamsonMove I8 test helpers to common file
2017-01-22 Zeframfix special-case recreation of *::
2017-01-22 Zeframhandle errors in gen_constant_list
2017-01-21 David Mitchellavoid disabling utf8 pos cache on tainted strings
2017-01-19 Karl Williamsontoke.c: Avoid work for tr/a-a/.../
2017-01-19 Karl WilliamsonFix bug with a digit range under re 'strict'
next