summaryrefslogtreecommitdiff
path: root/t/bigmem
Commit message (Expand)AuthorAgeFilesLines
* RT #127742: Hash keys are limited to 2 GB - throw an exception if hash keys a...Aaron Crane2017-06-011-0/+33
* t/bigmem/subst.t: Delete bogus commentFather Chrysostomos2014-12-241-2/+0
* [perl #103260] Fix s/// with long stringsFather Chrysostomos2014-12-231-0/+23
* Test preamble: explicit @INC, instead of unshift.Jarkko Hietaniemi2014-10-085-5/+5
* Test preamble: unify chdir 't' if -d 't';Jarkko Hietaniemi2014-10-085-5/+5
* 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