summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Fix and add tests for *PRUNE/*THEN plus leading non-greedy +Yves Orton2013-06-222-0/+11
* Treat a consecutive semicolons in a prototype as 1Peter Martini2013-06-221-1/+24
* perldiag: Document ‘Can't call mro_method_changed_in()’Father Chrysostomos2013-06-211-1/+0
* add some tests for Perl #71922Yves Orton2013-06-201-0/+7
* t/porting/customized.t: consistent data file sortingDavid Golden2013-06-192-5/+5
* Update Maintainers.PL for divergence from cpanDavid Golden2013-06-191-3/+5
* [perl #118047] Don’t warn for tr//a/cFather Chrysostomos2013-06-191-1/+3
* UTF8fFather Chrysostomos2013-06-181-0/+1
* don't crash on deep recursion warnings in lexical subs (#118521)Lukas Mai2013-06-181-1/+9
* subst.t: Rename testFather Chrysostomos2013-06-181-1/+1
* concat2.t: Unskip an encoding.pm testFather Chrysostomos2013-06-181-1/+1
* Fix t\op\magic.t when building with ALL_STATIC=define on WindowsSteve Hay2013-06-181-5/+7
* perllocale: NitsKarl Williamson2013-06-171-0/+1
* prevent a couple of porting test issues under PERL_UNICODETony Cook2013-06-141-0/+2
* fix category on "Statement unlikely to be reached"Ricardo Signes2013-06-132-3/+7
* Possessive and non greedy quantifier modifiers are mutually exclusiveYves Orton2013-06-131-3/+0
* do not warn when optimizing away /x{0,0}?+/ and /x{0,0}+/Yves Orton2013-06-121-0/+6
* Corrections to 0511665b4bSteve Hay2013-06-122-6/+8
* converted t/win32.t/system* to test.pl styleMarcel Gruenauer2013-06-122-23/+23
* Test that C<format ::Foo> is identical to C<format Foo>Nicholas Clark2013-06-111-1/+11
* Test that C<format 'Foo> is identical to C<format Foo>Brian Fraser2013-06-111-1/+13
* Quantifier follows nothing in regexKarl Williamson2013-06-101-0/+4
* perldiag: Document ‘Can't call mro_isa_changed_in’Father Chrysostomos2013-06-101-1/+0
* diag.t: Remove more nonexistent exceptionsFather Chrysostomos2013-06-101-6/+0
* Make ‘make regen’ regenerate the tree in perllexwarnFather Chrysostomos2013-06-091-1/+1
* diag.t: Remove nonexistent exceptionFather Chrysostomos2013-06-091-1/+0
* Stop /(a|b)(?=a){3}/ from warning twiceFather Chrysostomos2013-06-091-0/+1
* Remove ‘bad top format’ errorFather Chrysostomos2013-06-091-1/+0
* perldiag: Tweak ‘'%c' allowed only after types’Father Chrysostomos2013-06-091-1/+0
* podcheck.t: Use scalar instead of arrayFather Chrysostomos2013-06-091-5/+5
* Flush PL_stashcache on glob-to-glob assignmentFather Chrysostomos2013-06-081-2/+7
* podcheck.t: Output fixed problems as passing to-do testsFather Chrysostomos2013-06-081-1/+9
* [perl #117941] reset crashes when current stash is freedFather Chrysostomos2013-06-081-1/+5
* [perl #117941] eval crashes when current stash is freedFather Chrysostomos2013-06-081-1/+6
* [perl #117941] Blessing into freed current stashFather Chrysostomos2013-06-081-1/+7
* [perl #117941] Handle vivification crashing w/freed stashFather Chrysostomos2013-06-081-1/+6
* [perl #24482] Fix sort and require to treat CORE:: as keywordFather Chrysostomos2013-06-072-2/+15
* Allow qr/(?[ [a] ])/ interpolation in (?[...])Father Chrysostomos2013-06-071-0/+3
* Stop delete local $ENV{foo} from leakingFather Chrysostomos2013-06-071-1/+9
* Don’t leak when compiling /(?[\d\d])/Father Chrysostomos2013-06-061-1/+2
* Free operand when encountering unmatched ')' in (?[])Father Chrysostomos2013-06-061-1/+2
* Stop /(?[\p{...}])/ compilation from leakingFather Chrysostomos2013-06-061-1/+2
* Stop (?[]) operators from leakingFather Chrysostomos2013-06-061-1/+7
* perldiag: Document ‘Expecting '(?flags:(?[...'’Father Chrysostomos2013-06-061-1/+0
* Merge remote-tracking branch 'remotes/origin/smoke-me/env-instead-of-echo' in...H.Merijn Brand2013-06-061-8/+9
|\
| * use 'env' instead of 'echo' for %ENV tests in magic.tH.Merijn Brand2013-06-051-8/+9
* | diag.t: Don’t confuse the two exception listseFather Chrysostomos2013-06-061-6/+11
* | diag.t: Remove commented obsoleted by 62f5f54dc2dFather Chrysostomos2013-06-061-1/+0
* | Don’t leak the /(?[])/ parsing stack on errorFather Chrysostomos2013-06-051-1/+2
|/
* require.t: handle parallel runsDavid Mitchell2013-06-051-2/+14