This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add a bareword_filehandles feature, which is enabled by default
[perl5.git] / t / bigmem /
2017-06-01 Aaron CraneRT #127742: Hash keys are limited to 2 GB - throw an...
2014-12-25 Father Chrysostomost/bigmem/subst.t: Delete bogus comment
2014-12-24 Father Chrysostomos[perl #103260] Fix s/// with long strings
2014-10-08 Jarkko HietaniemiTest preamble: explicit @INC, instead of unshift.
2014-10-08 Jarkko HietaniemiTest preamble: unify chdir 't' if -d 't';
2014-05-28 Tony Cookfix the I32 bug for index() and rindex()
2013-08-25 Father ChrysostomosStop substr re optimisation from rejecting long strs
2013-08-25 Father ChrysostomosMake @- and @+ return correct offsets beyond 2**31
2013-08-25 Father ChrysostomosMake $' work past the 2**31 threshold
2013-08-25 Father Chrysostomos[perl #116907] Allow //g matching past 2**31 threshold
2013-08-25 Father ChrysostomosStop minlen regexp optimisation from rejecting long...
2013-07-23 Father Chrysostomos[perl #72766] Allow huge pos() settings
2012-05-22 Tony Cook[rt #111730] don't use I32 for offsets in vec()
2012-05-22 Tony Cook[rt #111730] TODO tests for vec() with large offsets
2012-05-22 Tony Cook[rt #100514] regression test for read() with a 2Gib...