summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Disable $[ under 5.16Father Chrysostomos2011-12-154-10/+84
* op/taint.t: localize $@Karl Williamson2011-12-141-0/+1
* perllocale: NitsKarl Williamson2011-12-141-1/+0
* Add testcase for #78266.Johannes Plunien2011-12-131-1/+18
* Make scalar() propagate lvaluenessFather Chrysostomos2011-12-131-1/+8
* Update Socket to CPAN version 1.96Chris 'BinGOs' Williams2011-12-111-0/+1
* perlguts: nitsKarl Williamson2011-12-101-1/+0
* document run_multiple_progsTony Cook2011-12-101-0/+27
* test for various fatal messages from op.cTony Cook2011-12-101-0/+44
* refactor croak.t to be data driven (like warnings.t)Tony Cook2011-12-104-35/+45
* Fix segfault on overloaded arithmetic assignmentDavid Golden2011-12-091-0/+22
* Test out-of-bounds warning with lv substrFather Chrysostomos2011-12-081-1/+3
* Don’t warn for open local *FHFather Chrysostomos2011-12-081-0/+1
* Fix use VERSION test failures under PERL_UNICODEFather Chrysostomos2011-12-082-5/+11
* more tests for partial strictures and ver declsFather Chrysostomos2011-12-071-1/+20
* Implement new ‘use 5.xxx' planFather Chrysostomos2011-12-072-1/+26
* Add :default feature bundleFather Chrysostomos2011-12-071-0/+11
* [perl #80630] Make eval"" return empty list for syntax errorsFather Chrysostomos2011-12-062-2/+7
* Don’t LEAVE_with_name("evalcomp") for syntax errorsFather Chrysostomos2011-12-061-1/+6
* Adjust substr offsets when using, not when creating, lvalueFather Chrysostomos2011-12-041-1/+46
* 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