summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* buffer overrun with format and 'use bytes'David Mitchell2017-02-041-1/+17
* t/lib/warnings/toke: Fix comment typosKarl Williamson2017-02-011-3/+3
* avoid double-freeing regex code blocksDavid Mitchell2017-02-011-1/+10
* (perl #130684) allocate enough space for the extra 'x'Tony Cook2017-02-011-1/+7
* PATCH: [perl #130655] Unrecognized UTF-8 charKarl Williamson2017-01-311-3/+5
* PATCH: [perl #130656] tr// failue with UTF-8 across linesKarl Williamson2017-01-311-1/+11
* signature sub (\x80 triggered an assertionDavid Mitchell2017-01-301-0/+6
* Add test for [perl #129036]Karl Williamson2017-01-291-0/+7
* PATCH: [perl #130666]: Revert "toke.c, S_scan_ident(): Don't take a "end of b...Karl Williamson2017-01-291-0/+5
* silence warnings from tests about impossible quantifiersYves Orton2017-01-281-1/+2
* croak on sv_setpvn() on a globZefram2017-01-281-1/+21
* fix RT #130561 - recursion and optimising away impossible quantifiers are not...Yves Orton2017-01-271-1/+10
* Fix wrong skippage when using -DPERL_DEBUGGING_MSTATS but not -DDEBUGGINGSteve Hay2017-01-272-2/+2
* fix ord of upgraded empty stringZefram2017-01-271-1/+7
* fix range op under aborted constant foldingZefram2017-01-271-1/+4
* Test for [perl #130567]Karl Williamson2017-01-261-0/+17
* Cherry-pick Scalar-List-Utils tainted.t fix from upstreamDagfinn Ilmari Mannsåker2017-01-261-0/+1
* Regenerate customized.datDagfinn Ilmari Mannsåker2017-01-261-3/+0
* RT#130623: assertions when tying into non-packagesAaron Crane2017-01-241-0/+18
* better handle freeing of code blocks in /(?{...})/David Mitchell2017-01-242-2/+28
* (perl #129190) intuit_method() can move the line bufferTony Cook2017-01-241-1/+4
* (perl #129274) avoid treating the # in $# as a comment introTony Cook2017-01-241-1/+13
* permit goto at top level of multicalled subZefram2017-01-231-1/+10
* Be consistent in deprecation messages.Abigail2017-01-231-1/+1
* Fix memory leak in B::RHE->HASH method.Sergey Aleynikov2017-01-231-1/+11
* Move I8 test helpers to common fileKarl Williamson2017-01-221-0/+34
* fix special-case recreation of *::Zefram2017-01-221-1/+8
* handle errors in gen_constant_listZefram2017-01-221-1/+10
* avoid disabling utf8 pos cache on tainted stringsDavid Mitchell2017-01-211-2/+20
* toke.c: Avoid work for tr/a-a/.../Karl Williamson2017-01-191-1/+4
* Fix bug with a digit range under re 'strict'Karl Williamson2017-01-191-0/+3
* [perl #129377] don't read past start of string for unmatched backrefHugo van der Sanden2017-01-191-1/+15
* (perl #129342) test for buffer overflowTony Cook2017-01-191-0/+7
* (perl #129125) copy form data if it might be freedTony Cook2017-01-191-1/+18
* Avoid triggering a deprecation warnings.Abigail2017-01-171-1/+7
* Avoid deprecation warning.Abigail2017-01-171-1/+1
* (perl #129149) fix the test so skip has a SKIP: to work withTony Cook2017-01-171-0/+1
* warn at most once per literal about misplaced _Zefram2017-01-171-0/+28
* (perl #129149) avoid a heap buffer overflow with pack "W"...Tony Cook2017-01-171-1/+12
* Use of $* and $# will be fatal in 5.30.Abigail2017-01-162-18/+18
* Revert "Remove deprecation warnings related to $* and $#."Abigail2017-01-162-11/+69
* String bitwise operators will not accept code points > 0xFF in 5.28Abigail2017-01-162-11/+11
* Reading/writing bytes from :utf8 handles will be fatal in 5.30Abigail2017-01-161-2/+2
* Deprecating the modifyable variables in constants by 5.32.Abigail2017-01-161-1/+2
* my() in a false conditional will be fatal in Perl 5.30Abigail2017-01-161-7/+7
* Deprecation of an unqualified dump() to mean CORE::dump().Abigail2017-01-163-2/+27
* Deprecating the use of C<< \cI<X> >> to specify a printable character.Abigail2017-01-163-14/+14
* Remove utils/c2ph and utils/pstructAbigail2017-01-161-1/+0
* Use of inherited AUTOLOAD for non-methods will be fatal in 5.28.Abigail2017-01-162-3/+3
* Use of comma-less variable lists is deprecated.Abigail2017-01-161-4/+4