summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Make @- and @+ return correct offsets beyond 2**31Father Chrysostomos2013-08-251-1/+3
* Make $' work past the 2**31 thresholdFather Chrysostomos2013-08-251-1/+4
* [perl #116907] Allow //g matching past 2**31 thresholdFather Chrysostomos2013-08-251-2/+10
* Stop minlen regexp optimisation from rejecting long stringsFather Chrysostomos2013-08-251-0/+22
* Stop pos() from being confused by changing utf8nessFather Chrysostomos2013-08-251-1/+32
* Don’t push nulls on to the stack in pp_padavFather Chrysostomos2013-08-251-1/+5
* Make __DATA__ use the right pkgFather Chrysostomos2013-08-251-0/+9
* Stifle diag.tFather Chrysostomos2013-08-251-0/+1
* update autodie test for new Carp stack trace formZefram2013-08-241-0/+1
* Don’t give unavailability warnings about our varsFather Chrysostomos2013-08-241-0/+7
* podcheck.t: Skip perl5200deltaFather Chrysostomos2013-08-241-0/+3
* regen pod issuesFather Chrysostomos2013-08-231-2/+2
* Fix typo in bf1b738b; another line num bugFather Chrysostomos2013-08-231-1/+6
* [perl #118931] Fix line number bugFather Chrysostomos2013-08-221-1/+6
* Fix assertion failure with $#a=\1Father Chrysostomos2013-08-221-1/+5
* RMG: Fix some verbatim lines over 79 columnsKarl Williamson2013-08-211-1/+1
* [perl #118691] Allow defelem magic with neg indicesFather Chrysostomos2013-08-211-1/+21
* [perl #113054] add tests for find2perl and fix ? wildcard handlingTony Cook2013-08-211-0/+220
|\
| * [perl #113054] find2perl mistranslates fileglob ? to regex .?Tony Cook2013-08-211-1/+0
| * [perl #113054] test find2perl, with a TODO for ? glob handlingTony Cook2013-08-211-0/+221
* | array.t: Tests for #7508 and #109726Father Chrysostomos2013-08-201-1/+8
|/
* [perl #118753] Remove erroneous elsif("") warningFather Chrysostomos2013-08-201-0/+1
* thread_it.pl: Increase Mac stackFather Chrysostomos2013-08-201-1/+1
* Fix skip logic in pad_tidy and cv_cloneFather Chrysostomos2013-08-201-1/+15
* Stop recursion from losing lex fh namesFather Chrysostomos2013-08-201-1/+15
* thread_it.pl: Tweak stack sizesFather Chrysostomos2013-08-201-1/+3
* Fix version's test scripts' $Verbose flagSteve Hay2013-08-191-1/+6
* version has been upgraded from 0.9902 to 0.9903Steve Hay2013-08-191-9/+2
* Update Maintainers.pl etc for Devel-PPPort upgrade to 3.21Steve Hay2013-08-191-4/+0
* Update t/porting/customized.datSteve Hay2013-08-181-1/+0
* Let t/mro/basic.t be run from the top levelFather Chrysostomos2013-08-181-1/+6
* [perl #114864] Make UNIVERSAL::DESTROY changes invalidate cachesFather Chrysostomos2013-08-171-1/+15
* PerlIO: remove string eval/code injection (#119287)Lukas Mai2013-08-171-1/+9
* Regen t/porting/customized.dat following f81a37f2d8Steve Hay2013-08-151-0/+19
* PATCH (partial) [perl #107816] Performance regression since 0abd0d78Karl Williamson2013-08-142-0/+19
* [perl #3330] avoid an uncaught warning from op/inc.tTony Cook2013-08-142-3/+8
* Stop reset from clearing aliases to globsFather Chrysostomos2013-08-131-1/+14
* [perl #45667] Apply tests from #119125 in reverseFather Chrysostomos2013-08-121-1/+13
* Update t/porting/customized.dat for cpan/libnet/Makefile.PLSteve Hay2013-08-131-1/+1
* Typo fix in commentSmylers2013-08-121-2/+2
* [perl #3330] warn on increment of an non number/non-magically incable valueTony Cook2013-08-121-0/+12
* Don’t taint undef in resetFather Chrysostomos2013-08-111-1/+6
* Stop reset from skipping @ % if $ is read-onlyFather Chrysostomos2013-08-111-1/+9
* reset.t: Basic tests for resetting aggregatesFather Chrysostomos2013-08-111-1/+7
* sv_reset: Don’t skip THINKFIRST itemsFather Chrysostomos2013-08-111-1/+11
* Call get-magic before rejecting non-refs in sv_blessFather Chrysostomos2013-08-111-1/+7
* Make ++ handle regexps and vstringsFather Chrysostomos2013-08-111-0/+7
* Stop -- from crashing on regexpsFather Chrysostomos2013-08-111-0/+4
* Modifying ${^OPEN} changes the value of $^H:Father Chrysostomos2013-08-111-1/+13
* Fix booleanness of regexpsFather Chrysostomos2013-08-111-1/+4