summaryrefslogtreecommitdiff
path: root/lib/sort.t
Commit message (Expand)AuthorAgeFilesLines
* do not count tests, instead use done_testing()Michiel Beijen2021-12-041-3/+3
* The sort pragma is now a no-op. It no longer sets or clears any hints bits.Nicholas Clark2021-07-311-3/+55
* rip out quicksort and sort algorithm controlZefram2017-11-171-36/+5
* Change save/restore behavior for comparisonsjpl2017-09-211-1/+16
* Remove obsolete comment from lib/sort.tFather Chrysostomos2014-12-131-2/+0
* Prevent "use sort 'stable'" from reversing the orderRobin Houston2006-04-021-1/+4
* Re: [PATCH] Make the 'sort' pragma lexically scopedRobin Houston2005-12-191-39/+34
* Re: mention of "use sort" botched in perlfunc? + PATCHJohn P. Linderman2002-08-051-1/+22
* Fix bug id 20020427.004 on %^H.Rafael Garcia-Suarez2002-04-301-3/+2
* Re: lib/sort.t failure -- real PATCH enclosedAndy Dougherty2002-04-081-5/+2
* Re: lib/sort.t failure (and [PATCH])John P. Linderman2002-04-051-7/+15
* Set @INC earlierAndy Dougherty2002-04-031-3/+3
* extensive regression testingRafael Garcia-Suarez2002-04-011-7/+148
* sort tweaks from John P. Linderman.Jarkko Hietaniemi2001-11-271-2/+2
* Implement the sort pragma. Split sort code from pp_ctl.cJarkko Hietaniemi2001-11-211-0/+17