Update copyright notices
[p5sagit/p5-mst-13.2.git] / pp_sort.c
2004-03-16 Rafael Garcia-Suarez Update copyright notices
2004-02-20 Dave Mitchell optimise the sorting inplace of plain arrays: @a =...
2004-01-20 Dave Mitchell second attempt to fix [perl #24914] freeing a CV refere...
2003-04-16 Jarkko Hietaniemi Fix up Larry's copyright statements to my best knowledge.
2003-03-02 Hugo van der Sanden Update all copyrights to 2003, from Jarkko
2003-01-07 Nicholas Clark %_ (was Re: [PATCH] operation on `PL_na' may be undefined)
2002-10-19 H.Merijn Brand Happy chainsaw stories; The removal of the 5005 threads
2002-10-02 Dave Mitchell move all pad-related code to its own src file
2002-05-14 Artur Bergman Turn the sort RealCmp for stable quicksorts into a
2002-04-30 Rafael Garcia-Suarez Fix bug id 20020427.004 on %^H.
2002-04-28 Vadim Konovalov WinCE many fixes
2002-04-21 Gurusamy Sarathy fixes for all the warnings reported by Visual C (most...
2002-04-08 Andy Dougherty Re: lib/sort.t failure -- real PATCH enclosed
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-23 Jarkko Hietaniemi Copyright++. (Not all the toplevel *.h have one, it...
2002-01-03 Jarkko Hietaniemi Missed the =head1 additions.
2001-12-17 John P. Linderman Re: perl@13661
2001-12-13 John P. Linderman (LONG!) Sort benchmarks and patch
2001-11-27 Jarkko Hietaniemi sort tweaks from John P. Linderman.
2001-11-25 John P. Linderman Re: benchmarks, sorts and reproducibility
2001-11-21 Jarkko Hietaniemi Implement the sort pragma. Split sort code from pp_ctl.c