summaryrefslogtreecommitdiff
path: root/t/op/reverse.t
Commit message (Expand)AuthorAgeFilesLines
* Revert "Unweaken refs in in-place reverse"David Mitchell2018-04-261-15/+1
* don't lose mark when pp_reverse extends stackZefram2017-12-141-1/+6
* Unweaken refs in in-place reverseDagfinn Ilmari Mannsåker2017-10-241-1/+15
* Disable lexical $_Father Chrysostomos2015-09-291-14/+1
* Put miniperl @INC logic in test.plFather Chrysostomos2014-09-021-2/+1
* Get reverse.t working under minitestFather Chrysostomos2014-09-021-1/+2
* suppress "experimental" warnings for my $_Ricardo Signes2013-02-201-1/+1
* Deprecate lexical $_Father Chrysostomos2012-12-041-0/+1
* Added descriptions to tests in reverse.tBob Ernst2012-11-251-26/+26
* Make pp_reverse fetch the lexical $_ from the correct padVincent Pit2010-06-031-1/+13
* More tests for in-place reverse (empty tied array)Rafael Garcia-Suarez2010-03-311-1/+5
* Add a test for reversing in-place an empty arrayRafael Garcia-Suarez2010-03-311-1/+5
* Optimize reversing an array in-placeVincent Pit2009-11-101-1/+55
* Port t/op/reverse.t to test.plVincent Pit2009-11-101-9/+7
* Add test for reverse().Jarkko Hietaniemi2000-12-081-0/+33