summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* fix off-by-one error in key detection logic for uninitialized warningsYves Orton2012-10-201-1/+0
* add a TODO test for uninitialized warning hash bucket fencepost errorYves Orton2012-10-201-0/+30
* Udate CPAN to CPAN version 1.99_51Craig A. Berry2012-10-191-3/+0
* regexec.c: Fix bugs in regrepeat()Karl Williamson2012-10-191-0/+4
* regex: \R can match either 1 or 2 charsKarl Williamson2012-10-161-0/+2
* [perl #115260] Stop length($obj) from returning undefFather Chrysostomos2012-10-161-6/+14
* [perl #96230] Stop s/$qr// from reusing last patternFather Chrysostomos2012-10-161-1/+5
* regexp.t: Add 'no warnings "utf8";Karl Williamson2012-10-141-0/+1
* PATCH: [perl #89774] multi-char fold + its fold in char classKarl Williamson2012-10-141-1/+2
* Handle cow $_ in @INC filterFather Chrysostomos2012-10-121-1/+6
* Allow COW copies in aassignFather Chrysostomos2012-10-121-3/+3
* Disable const repl optimisation for empty patternFather Chrysostomos2012-10-112-8/+15
* defins.t: Suppress uninit warningFather Chrysostomos2012-10-111-0/+1
* Move tests from t/op/while_readdir.t to t/op/defins.tBrad Gilbert2012-10-112-181/+34
* Use const repl optimisation with s///e where possibleFather Chrysostomos2012-10-111-1/+1
* [perl #49190] Don’t prematurely optimise s/foo/bar$baz/Father Chrysostomos2012-10-111-1/+8
* Don’t taint return value of s///e based on replacementFather Chrysostomos2012-10-111-2/+2
* [perl #49190] Stringify repl repeatedly in s///gFather Chrysostomos2012-10-112-2/+16
* Simplify the fix for bug #41530Father Chrysostomos2012-10-111-1/+7
* regexec.c: Fix EXACT node handling in regrepeat()Karl Williamson2012-10-111-1/+16
* [perl #114658] Fix line numbers at the end of string evalFather Chrysostomos2012-10-102-13/+22
* [perl #115206] Don’t crash when vivifying $|Father Chrysostomos2012-10-101-1/+4
* Test perl #4760Father Chrysostomos2012-10-101-1/+6
* [perl #26986] Skip subst const repl optimisation for logopsFather Chrysostomos2012-10-091-2/+11
* PATCH: [perl #114982]: case-insensitive regex bug with UTF8-flagged stringsKarl Williamson2012-10-091-0/+21
* Add TODO tests for RT#115156Aaron Crane2012-10-071-0/+15
* Fix infinite loop with $tied =~ s/non-utf8/utf8/Father Chrysostomos2012-10-071-1/+32
* regexec.c: PATCH: [perl #114808]Karl Williamson2012-10-061-1/+15
* Fix spurious "uninitialized value" warning in regex matchAaron Crane2012-10-061-0/+6
* Silence an uninitialized value warning.James E Keenan2012-10-051-0/+2
* Revert to string evals: EBCDICSteffen Mueller2012-10-051-5/+5
* substr.t: Move two tests outside run_testsFather Chrysostomos2012-10-031-28/+29
* substr.t: Fix for substr_thr.tFather Chrysostomos2012-10-011-3/+2
* Make sprintf "%1s" and "%.1s" call overloading onceFather Chrysostomos2012-10-011-1/+10
* sprintf{2,}.t: Explain why we have two test filesFather Chrysostomos2012-10-012-0/+4
* Call overloading once for utf8 ovld→substr assignmentFather Chrysostomos2012-10-011-1/+5
* Make substr assignment work with changing UTF8nessFather Chrysostomos2012-10-011-1/+13
* Test #7678Father Chrysostomos2012-10-011-0/+3
* Make rvalue substr call overloading once on utf8 strFather Chrysostomos2012-10-011-1/+6
* Make 4-arg substr call FETCH once when upgrading targetFather Chrysostomos2012-10-011-1/+3
* Make 4-arg substr check SvUTF8(target) after stringfyingFather Chrysostomos2012-10-012-2/+29
* pp_length should stringify before checking DO_UTF8Father Chrysostomos2012-10-011-1/+7
* Only cache utf8 offsets for PVsFather Chrysostomos2012-10-011-1/+33
* Make substr = $utf8 call get-magic onceFather Chrysostomos2012-10-011-1/+3
* Make utf8::decode respect set-magicFather Chrysostomos2012-10-011-1/+5
* Make utf8::encode respect magicFather Chrysostomos2012-10-011-1/+10
* Make magic_setsubstr check UTF8 flag after stringificationFather Chrysostomos2012-10-011-1/+13
* Stop substr lvalues from being confused by changing UTF8nessFather Chrysostomos2012-10-011-2/+10
* Stop pos from panicking when overloading changes UTF8nessFather Chrysostomos2012-10-011-1/+33
* Deprecate mg_length; make it return bytesFather Chrysostomos2012-10-011-1/+1