summaryrefslogtreecommitdiff
path: root/pp_sort.c
Commit message (Expand)AuthorAgeFilesLines
* optimise the sorting inplace of plain arrays: @a = sort @aDave Mitchell2004-02-201-23/+72
* second attempt to fix [perl #24914] freeing a CV reference that wasDave Mitchell2004-01-201-2/+0
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* %_ (was Re: [PATCH] operation on `PL_na' may be undefined)Nicholas Clark2003-01-071-2/+2
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-10/+0
* move all pad-related code to its own src fileDave Mitchell2002-10-021-5/+4
* Turn the sort RealCmp for stable quicksorts into aArtur Bergman2002-05-141-5/+4
* Fix bug id 20020427.004 on %^H.Rafael Garcia-Suarez2002-04-301-8/+7
* WinCE many fixesVadim Konovalov2002-04-281-0/+5
* fixes for all the warnings reported by Visual C (most of thisGurusamy Sarathy2002-04-211-1/+1
* Re: lib/sort.t failure -- real PATCH enclosedAndy Dougherty2002-04-081-9/+14
* Copyright++. (Not all the toplevel *.h have one, it seems.)Jarkko Hietaniemi2002-01-231-1/+1
* Missed the =head1 additions.Jarkko Hietaniemi2002-01-031-0/+2
* Re: perl@13661John P. Linderman2001-12-171-163/+5
* (LONG!) Sort benchmarks and patchJohn P. Linderman2001-12-131-18/+298
* sort tweaks from John P. Linderman.Jarkko Hietaniemi2001-11-271-9/+11
* Re: benchmarks, sorts and reproducibilityJohn P. Linderman2001-11-251-15/+38
* Implement the sort pragma. Split sort code from pp_ctl.cJarkko Hietaniemi2001-11-211-0/+1637