summaryrefslogtreecommitdiff
path: root/t/bigmem
Commit message (Expand)AuthorAgeFilesLines
* fix the I32 bug for index() and rindex()Tony Cook2014-05-281-0/+37
* Stop substr re optimisation from rejecting long strsFather Chrysostomos2013-08-251-1/+5
* 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
* [perl #72766] Allow huge pos() settingsFather Chrysostomos2013-07-231-0/+25
* [rt #111730] don't use I32 for offsets in vec()Tony Cook2012-05-211-3/+1
* [rt #111730] TODO tests for vec() with large offsetsTony Cook2012-05-211-0/+36
* [rt #100514] regression test for read() with a 2Gib offsetTony Cook2012-05-211-0/+24