summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Update IO-Compress to CPAN version 2.044Chris 'BinGOs' Williams2011-12-041-1/+1
* Tidy up t/re/regexp.tNicholas Clark2011-12-031-5/+4
* more reliably kill a runaway test process on cygwinTony Cook2011-12-031-0/+5
* don't depend on threads to do a watchdog when testing threadsTony Cook2011-12-032-2/+2
* $tied =~ s///e when FETCH returns a COWFather Chrysostomos2011-12-021-1/+10
* Allow COW PVMGs to be tiedFather Chrysostomos2011-12-011-0/+21
* [perl #105024] UNIVERSAL::AUTOLOAD and %+Father Chrysostomos2011-11-301-1/+19
* teach podcheck.t about newly linked-to module in perlfuncRicardo Signes2011-11-301-1/+3
* panic after cow-to-stash assignmentFather Chrysostomos2011-11-281-0/+10
* [perl #99850] SEGV when destructor undefs goto &subFather Chrysostomos2011-11-271-1/+12
* [perl #97980] Stop tied() from returning a copyFather Chrysostomos2011-11-261-0/+8
* Oops!Father Chrysostomos2011-11-261-3/+1
* [perl #97632] Improve SvTAINT docsFather Chrysostomos2011-11-261-1/+3
* Remove ‘no warnings deprecated’ from two .t’sFather Chrysostomos2011-11-262-2/+0
* Optimise substr assignment in void contextFather Chrysostomos2011-11-261-5/+5
* Don’t coerce $x immediately in foo(substr $x...)Father Chrysostomos2011-11-262-3/+12
* Don’t warn for foo+1 with ($) protoFather Chrysostomos2011-11-241-1/+3
* evalbytes should ignore outer utf8 declarationFather Chrysostomos2011-11-241-1/+1
* regen pod issuesFather Chrysostomos2011-11-241-1/+1
* Test ambiguous warning with (;$) protoFather Chrysostomos2011-11-241-0/+6
* Suppress ‘once’ warning in gmagic.tFather Chrysostomos2011-11-241-1/+1
* Call FETCH once for rcatlineFather Chrysostomos2011-11-241-1/+7
* sysread should not ignore magic on its bufferFather Chrysostomos2011-11-241-0/+24
* Make sselect call fetch onceFather Chrysostomos2011-11-242-1/+17
* Move substr tests under t/opFather Chrysostomos2011-11-242-0/+0
* Call FETCH once when chomping a tied refFather Chrysostomos2011-11-241-0/+5
* Call FETCH once for $tied_ref =~ y/a/b/Father Chrysostomos2011-11-241-1/+3
* __SUB__ should warn in void contextFather Chrysostomos2011-11-241-0/+3
* UNIVERSAL::VERSION should treat "version" as a stringFather Chrysostomos2011-11-231-1/+8
* printf "%vd", "version" should not SEGVFather Chrysostomos2011-11-231-0/+1
* [RT #36079] Due to test failures, revert conversion from backtick to single q...jkeenan2011-11-221-2/+2
* [RT #36079] Convert ` to '.jkeenan2011-11-221-1/+1
* [RT #36079] Convert ` to '.jkeenan2011-11-224-8/+8
* [RT #36079] Convert ` to '.jkeenan2011-11-221-2/+2
* [RT #36079] Convert ` to '.jkeenan2011-11-222-2/+2
* [RT #36079] Convert ` to '.jkeenan2011-11-225-8/+8
* [perl #103766] Wrong $" warning in perl 5.14Father Chrysostomos2011-11-221-0/+6
* Move a test from t/lib/warnings/sv to .../9uninitFather Chrysostomos2011-11-222-7/+7
* [perl #80628] __SUB__Father Chrysostomos2011-11-223-1/+44
* Test for lack of uninit warnings in sub redefFather Chrysostomos2011-11-221-0/+6
* Make constant sub redef warnings obey scopeFather Chrysostomos2011-11-211-10/+16
* Restore autouse’s exemption from redef warningsFather Chrysostomos2011-11-211-2/+2
* Make sort {} and sort {()} equivalentFather Chrysostomos2011-11-211-0/+7
* Merge remote-tracking branch 'p5p/smoke-me/gsoc-pod' into bleadRicardo Signes2011-11-201-0/+4
|\
| * Dynamically create and delete testdir/test.lib/smoke-me/gsoc-podMarc Green2011-10-311-4/+4
| * Update known_pod_issuesMarc Green2011-10-311-10/+10
| * Update known_pod_issuesMarc Green2011-10-311-8/+12
* | Make constant promotion null-cleanFather Chrysostomos2011-11-201-1/+13
* | Handle require() on implicit $_ properly w/r global overridesVincent Pit2011-11-201-1/+13
* | Make sort’s warnings dependent on the right hintsFather Chrysostomos2011-11-191-1/+8