This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Revert "Deprecating the use of C<< \cI<X> >> to specify a printable character."
[perl5.git] / t /
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'
2017-01-19 Hugo van der Sanden[perl #129377] don't read past start of string for...
2017-01-19 Tony Cook(perl #129342) test for buffer overflow
2017-01-19 Tony Cook(perl #129125) copy form data if it might be freed
2017-01-17 AbigailAvoid triggering a deprecation warnings.
2017-01-17 AbigailAvoid deprecation warning.
2017-01-17 Tony Cook(perl #129149) fix the test so skip has a SKIP: to... origin/tonyc/129149-fix-skip
2017-01-17 Zeframwarn at most once per literal about misplaced _
2017-01-16 Tony Cook(perl #129149) avoid a heap buffer overflow with pack...
2017-01-16 AbigailUse of $* and $# will be fatal in 5.30.
2017-01-16 AbigailRevert "Remove deprecation warnings related to $* and...
2017-01-16 AbigailString bitwise operators will not accept code points...
2017-01-16 AbigailReading/writing bytes from :utf8 handles will be fatal...
2017-01-16 AbigailDeprecating the modifyable variables in constants by...
2017-01-16 Abigailmy() in a false conditional will be fatal in Perl 5.30
2017-01-16 AbigailDeprecation of an unqualified dump() to mean CORE:...
2017-01-16 AbigailDeprecating the use of C<< \cI<X> >> to specify a print...
2017-01-16 AbigailRemove utils/c2ph and utils/pstruct
2017-01-16 AbigailUse of inherited AUTOLOAD for non-methods will be fatal...
2017-01-16 AbigailUse of comma-less variable lists is deprecated.
2017-01-16 AbigailUse of Unicode code points exceeding IV_MAX will be...
2017-01-16 AbigailUnescaped left braces in regular expressions will be...
2017-01-16 AbigailBare heredocs will be fatal in 5.28.
2017-01-16 AbigailUse of \N{} will be fatal in 5.28.
2017-01-16 Abigail$/ = \-1 will be fatal in Perl 5.28.
2017-01-16 AbigailOpening a file and dir using the same symbol will be...
2017-01-16 AbigailSetting ${^ENCODE} will be fatal by 5.28.
2017-01-16 AbigailRemove deprecation warnings related to $* and $#.
2017-01-16 AbigailTime limit the deprecation of :unique and :locked.
2017-01-16 Tony Cook(perl #130262) split scalar context stack overflow fix
2017-01-14 Craig A. BerryUse File::Spec->catfile() in Test2's Files.t test.
2017-01-14 Father Chrysostomos[perl #130546] Restore delete-scalar-slice warning
2017-01-13 Karl WilliamsonWarn on unescaped /[]}]/ under re strict
2017-01-13 Karl Williamsont/re/reg_mesg.t: Add new ability
2017-01-13 Karl WilliamsonVarious .t's: Escape literal '}' and ']' in patterns
2017-01-13 Karl WilliamsonAdd /xx regex pattern modifier
2017-01-11 Hugo van der Sanden[perl #130522] test cases for len(STCLASS) > len(target)
2017-01-10 Tomasz Konojacki(perl #130534) fix test failures under DragonFly BSD
2017-01-10 Karl Williamsont/loc_tools.pl: Quit immediately if incompat locale
2017-01-10 Karl Williamsont/loc_tools.pl: Allow for multiple warnings
2017-01-10 Karl Williamsont/loc_tools.pl: Emphasize input conditions in comment
2017-01-08 Tony Cookadd build options to disable the PERL_HASH* and PERL_PE...
2017-01-08 Hugo van der Sanden[perl #130495] add fresh_perl() option for prog with...
2017-01-07 David Mitchellt/perf/optree.t: remove obsolete comment
2017-01-06 David MitchellIn A && B, stop special-casing boolean-ness of A
2017-01-06 David Mitchelladd xor, grep, flip, flop to boolean cxt detection
2017-01-06 David Mitchellre-implement boolean context detection
2017-01-06 David Mitchelladd testing framework for boolean context
2017-01-06 David Mitchellt/perf/optree.t: add use warnings, strict
2017-01-05 Aaron CraneFix the Unicode Bug in the range operator
2017-01-04 Aaron CraneRT#130496: assertion failure for '{}->$x' on undefined $x
2017-01-04 Hugo van der Sanden[perl #130495] /x comment skipping stops a byte short
2017-01-02 David MitchellHandle chop(@a =~ tr///)
2016-12-26 David Mitchellsplit ' ', $foo: don't check end byte
2016-12-26 Dan Collinsoverload.pm: add a missing 'exists'
2016-12-25 David Mitchellfix (*glob) = ()
2016-12-25 James E KeenanFix two broken links in perldelta.
2016-12-24 James E Keenanperldelta for ec68f98dba5f7d0d670f07a18c60d47b90982b58
next