summaryrefslogtreecommitdiff
path: root/lib/sort.pm
Commit message (Expand)AuthorAgeFilesLines
* rip out quicksort and sort algorithm controlZefram2017-11-171-60/+13
* Add SORTf_UNSTABLE flagFather Chrysostomos2017-08-211-1/+4
* Increase $sort::VERSION to 2.02Father Chrysostomos2012-11-301-1/+1
* fixed typos in sample code in sort.pm documentationMartin Becker2012-11-301-2/+2
* Remove dead code from sort.pmRafael Garcia-Suarez2006-09-031-3/+1
* Automatically set HINT_LOCALIZE_HH whenever %^H is modified.Nicholas Clark2006-04-011-2/+0
* eliminate HINT_HH_FOR_EVALRobin Houston2005-12-221-1/+1
* sort.pm deserves a new version numberRafael Garcia-Suarez2005-12-191-1/+1
* Re: [PATCH] Make the 'sort' pragma lexically scopedRobin Houston2005-12-191-49/+48
* Re: mention of "use sort" botched in perlfunc? + PATCHJohn P. Linderman2002-08-051-9/+97
* Fix bug id 20020427.004 on %^H.Rafael Garcia-Suarez2002-04-301-13/+17
* [DOC PATCH] Re: [BUG] sort pragma not working ?Rafael Garcia-Suarez2002-03-291-0/+5
* capitalize correctly, noticed by David Dyck.Jarkko Hietaniemi2002-01-071-1/+1
* No need to overqualify.Jarkko Hietaniemi2002-01-061-1/+1
* Tiny fix from John P. Linderman.Jarkko Hietaniemi2001-11-271-1/+1
* sort tweaks from John P. Linderman.Jarkko Hietaniemi2001-11-271-47/+39
* sort pragma tweaks.Jarkko Hietaniemi2001-11-251-1/+2
* Implement the sort pragma. Split sort code from pp_ctl.cJarkko Hietaniemi2001-11-211-0/+111