summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Move <-- HERE arrow for ‘Switch condition not recognized’Father Chrysostomos2013-11-191-0/+1
* Update Module-Build to CPAN version 0.4202Chris 'BinGOs' Williams2013-11-191-1/+1
* Optimise 'if ($a || $b)' and 'unless ($a && $b)' early exitMatthew Horsfall (alh)2013-11-192-2/+42
* Update Module-Build to CPAN version 0.4201Chris 'BinGOs' Williams2013-11-191-1/+1
* Fix ‘panic: memory wrap’ in reg_scan_nameFather Chrysostomos2013-11-181-0/+8
* Require closing paren for (?&...Father Chrysostomos2013-11-181-1/+2
* fix expected failure text for new croak.t testTony Cook2013-11-181-1/+1
* perldiag: Don’t let <-- HERE be wrappedFather Chrysostomos2013-11-171-1/+1
* diag.t: Fix copy-and-paste error in os2 exceptionFather Chrysostomos2013-11-171-1/+1
* diag.t: Don’t check ‘calls’ in column 0Father Chrysostomos2013-11-171-1/+1
* diag.t: More win32 exceptionsFather Chrysostomos2013-11-171-0/+2
* diag.t: Support multiline perldiag entries betterFather Chrysostomos2013-11-171-1/+1
* diag.t: Let diag.t be run on specific source filesFather Chrysostomos2013-11-171-1/+6
* diag.t: Another exceptionFather Chrysostomos2013-11-171-0/+1
* diag.t: Skip x2pFather Chrysostomos2013-11-171-1/+1
* diag.t: win32 exceptionsFather Chrysostomos2013-11-171-0/+22
* diag.t: Support win32_croak_not_implementedFather Chrysostomos2013-11-171-0/+3
* diag.t: Another exceptionFather Chrysostomos2013-11-171-0/+1
* Remove extraneous dot from ‘Missing right brace...’Father Chrysostomos2013-11-171-0/+6
* perldiag: Document ‘\N{} in character class restricted...’Father Chrysostomos2013-11-171-1/+0
* perldiag: Document ‘Zero length \N{}’Father Chrysostomos2013-11-171-1/+0
* perldiag: Clean up ‘Sequence (...’ messagesFather Chrysostomos2013-11-171-6/+0
* perldiag: Add some ‘in regex’ variantsFather Chrysostomos2013-11-171-3/+0
* diag.t: Fix FAIL and vFAIL supportFather Chrysostomos2013-11-171-3/+4
* diag.t: Exceptions from plan9.cFather Chrysostomos2013-11-171-0/+23
* diag.t: Exceptions, mostly from os2.cFather Chrysostomos2013-11-171-0/+27
* diag.t: gv_override is not a croak functionFather Chrysostomos2013-11-171-1/+1
* Stop diag.t from skipping yyerror messagesFather Chrysostomos2013-11-171-1/+1
* perldiag: \%d better written as $%dFather Chrysostomos2013-11-171-1/+0
* Fix memory leak with recursive sub redefinitionFather Chrysostomos2013-11-161-2/+10
* [perl #120463] s/// and tr/// with wide delimitersFather Chrysostomos2013-11-141-1/+14
* Don’t skip t/re/reg_eval_scope.t under miniperlFather Chrysostomos2013-11-141-1/+0
* Compile-time checking for %$obj{"key"} under ‘use fields’Father Chrysostomos2013-11-141-0/+7
* podcheck: Remove workaround no longer neededKarl Williamson2013-11-131-2/+0
* Update Module-Build to CPAN version 0.4200Chris 'BinGOs' Williams2013-11-121-1/+1
* In newATTRSUB, clear glob slot before lowering refcount.Father Chrysostomos2013-11-111-1/+16
* In newXS, clear glob slot before lowering refcount.Father Chrysostomos2013-11-111-1/+19
* Undeffing a gv in DESTROY triggered by undeffing the same gvFather Chrysostomos2013-11-111-1/+16
* fix chop formats with non PV varsDavid Mitchell2013-11-111-4/+807
* porting/diag.t: restrict what's a warn functionDavid Mitchell2013-11-091-2/+2
* Warn for all uses of %hash{...} in scalar cxFather Chrysostomos2013-11-083-23/+36
* Make _charnames comparison null-safeFather Chrysostomos2013-11-081-0/+10
* Stop lexical CORE sub from interfering with CORE::Father Chrysostomos2013-11-081-1/+4
* t/x2p/find2perl.t: expand outputDavid Mitchell2013-11-081-6/+15
* More stack for pat_thr.t on VMS as well.Craig A. Berry2013-11-071-1/+3
* Fix qx, `` and <<`` overridesFather Chrysostomos2013-11-061-1/+12
* Fix readline overriden with a constantFather Chrysostomos2013-11-061-1/+7
* Allow CORE::GLOBAL:: subs in general to be aliased to constsFather Chrysostomos2013-11-061-1/+8
* Stop gv_try_downgrade from anonymising referenced CVsFather Chrysostomos2013-11-051-1/+7
* Fix readpipe overriden with a constantFather Chrysostomos2013-11-051-1/+8