summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
...
* Stop /[:foo:]/ from leaking under fatal warningsFather Chrysostomos2012-12-041-1/+1
* [perl #115818] Don’t croak for /[.zog.]/Father Chrysostomos2012-12-041-1/+0
* Deprecate lexical $_Father Chrysostomos2012-12-0414-2/+44
* Stop /[\i]/ from leaking under fatal warningsFather Chrysostomos2012-12-031-1/+1
* Stop /(?{})+/ from leaking under fatal warningsFather Chrysostomos2012-12-031-1/+1
* Stop /(?{})?/ from leaking under fatal warningsFather Chrysostomos2012-12-031-1/+1
* Stop format closure fatal warnings from leakingFather Chrysostomos2012-11-301-1/+1
* svleak.t: Correct test nameFather Chrysostomos2012-11-301-1/+1
* Stop duplicate lex vars from leaking under fatal warningsFather Chrysostomos2012-11-301-1/+1
* Stop newCONSTSUB from leaking the constant under fatal warningsFather Chrysostomos2012-11-301-2/+2
* Merge branch 'blead' of jkeenan@perl5.git.perl.org:/perl into bleadJames E Keenan2012-11-294-6/+86
|\
| * Clear method caches when unwinding local *foo=sub{}Father Chrysostomos2012-11-291-1/+0
| * method_caching.t: Load test.pl at BEGIN timeFather Chrysostomos2012-11-291-2/+1
| * Clear method caches when unwinding local *foo=*methodFather Chrysostomos2012-11-291-0/+10
| * Fix two local *ISA bugsFather Chrysostomos2012-11-291-1/+18
| * Don’t croak for local *DetachedStash::methodFather Chrysostomos2012-11-291-1/+8
| * Reset method caches when GPs are sharedFather Chrysostomos2012-11-291-0/+32
| * Fix two minor bugs with local glob assignmentFather Chrysostomos2012-11-292-3/+19
* | Add descriptions to tests in t/op/arith.t.James E Keenan2012-11-291-235/+279
* | t/win32/runenv.t: Correct syntax error reported by bulk88++.James E Keenan2012-11-291-2/+2
* | Add descriptions to tests lacking them.James E Keenan2012-11-291-5/+10
* | t/run/switchx.t: Add descriptions to tests lacking them.James E Keenan2012-11-292-4/+4
* | t/run/switchF1.t: Add descriptions to tests in t/run/switchF1.t.James E Keenan2012-11-291-5/+7
* | t/run/script.t: Add descriptions to all tests.James E Keenan2012-11-291-5/+4
* | t/op/args.t: Add descriptions for tests lacking them.James E Keenan2012-11-291-15/+18
* | t/run/switchd.t: Add descriptions to tests lacking them.James E Keenan2012-11-291-3/+9
* | t/run/switchp.t: Add descriptions to all tests.James E Keenan2012-11-291-3/+3
* | t/run/switchI.t: Add descriptions to tests lacking them.James E Keenan2012-11-291-2/+3
|/
* Don’t share TARGs between recursive opsFather Chrysostomos2012-11-271-1/+23
* subst.t: Test something I nearly brokeFather Chrysostomos2012-11-271-1/+6
* Test perl #4289Father Chrysostomos2012-11-271-1/+14
* test_bootstrap.t: Skip PL_sawampersand testsFather Chrysostomos2012-11-271-1/+11
* Stop cv-to-glob assignment redef warnings from leakingFather Chrysostomos2012-11-251-1/+1
* Add descriptions to tests for exp.tBob Ernst2012-11-251-16/+16
* Add descriptions to tests for fh.tBob Ernst2012-11-251-8/+8
* Added descriptions to tests in reverse.tBob Ernst2012-11-251-26/+26
* Add descriptions to tests for int.tBob Ernst2012-11-251-13/+17
* Remove "register" declarationsKarl Williamson2012-11-241-2/+1
* RT-23180 - If we skip matching in pp_match for any reason, pos() must still b...Matthew Horsfall (alh)2012-11-241-0/+68
* Stop sub decl redef warnings from leaking CVsFather Chrysostomos2012-11-241-1/+1
* Warn when declaring lexsubs, not when enabling themFather Chrysostomos2012-11-245-10/+16
* Warn by default for constant my sub redefinitionFather Chrysostomos2012-11-241-0/+19
* Prevent double frees with lexical constantsFather Chrysostomos2012-11-241-1/+8
* Stop ignored :lvalue warning from leaking CVsFather Chrysostomos2012-11-241-1/+1
* Stop toke.c:S_scan_const from leakingFather Chrysostomos2012-11-231-2/+4
* svleak.t: To-do tests for fatal warnings and some syntax errsFather Chrysostomos2012-11-231-1/+50
* podcheck.t: Was always giving failure under -regenKarl Williamson2012-11-221-1/+3
* Skip the test for fork's undef return if ulimit -u doesn't work locally.Nicholas Clark2012-11-221-0/+6
* Fix double free with stashes blessed into each otherFather Chrysostomos2012-11-211-1/+8
* Fix panic/crash with sort { $not_num } and fatal warningsFather Chrysostomos2012-11-201-1/+18