Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix the I32 bug for index() and rindex() | Tony Cook | 2014-05-28 | 1 | -0/+37 |
* | Stop substr re optimisation from rejecting long strs | Father Chrysostomos | 2013-08-25 | 1 | -1/+5 |
* | Make @- and @+ return correct offsets beyond 2**31 | Father Chrysostomos | 2013-08-25 | 1 | -1/+3 |
* | Make $' work past the 2**31 threshold | Father Chrysostomos | 2013-08-25 | 1 | -1/+4 |
* | [perl #116907] Allow //g matching past 2**31 threshold | Father Chrysostomos | 2013-08-25 | 1 | -2/+10 |
* | Stop minlen regexp optimisation from rejecting long strings | Father Chrysostomos | 2013-08-25 | 1 | -0/+22 |
* | [perl #72766] Allow huge pos() settings | Father Chrysostomos | 2013-07-23 | 1 | -0/+25 |
* | [rt #111730] don't use I32 for offsets in vec() | Tony Cook | 2012-05-21 | 1 | -3/+1 |
* | [rt #111730] TODO tests for vec() with large offsets | Tony Cook | 2012-05-21 | 1 | -0/+36 |
* | [rt #100514] regression test for read() with a 2Gib offset | Tony Cook | 2012-05-21 | 1 | -0/+24 |