summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make pos less volatile when UTF8-ness can changeFather Chrysostomos2012-10-011-1/+8
* Fix [perl #115050] Double empty sub-regexp makes "panic!"Yves Orton2012-10-011-1/+12
* Suggest cause of error requiring .pm file.Paul Johnson2012-09-301-1/+1
* Use two colons for lexsub warningFather Chrysostomos2012-09-301-1/+1
* Add one test for ord('').James E Keenan2012-09-281-1/+3
* Refactor t/op/chars.t to use test.pl instead of making TAP by hand.Colin Kuskie2012-09-281-34/+40
* perlreguts: Fit long verbatim lines to 79 colsKarl Williamson2012-09-271-1/+0
* Eliminate now superfluous counter.James E Keenan2012-09-261-13/+0
* Refactor t/op/lex_assign.t to use test.pl, and not make TAP by hand.Colin Kuskie2012-09-261-45/+52
* Flush PL_stashcache when assigning a file handle to a typeglob.Nicholas Clark2012-09-261-3/+0
* Restore use of PL_stashcache, the stash name lookup cache for method calls.Nicholas Clark2012-09-261-0/+3