This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix typo spotted by Ronald J Kimball.
[perl5.git] / pp_sort.c
2005-11-17 Andy LesterSort subs now in embed.fnc
2005-11-11 Andy LesterConst & local: Special Victims Unit
2005-11-05 SADAHIRO TomoyukiRe: A surprising segfault
2005-11-02 Robin Houstonsort/multicall patch
2005-10-13 Andy LesterStas' croak patch and then some
2005-10-12 AbigailTypo in comment.
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-07-01 Dave Mitchellthe PAD_SET_CUR macro expanded too much for AIX compilers
2005-06-23 Salvador FandiñoRe: [perl #36350] unstable sorting for use integer...
2005-06-20 Andy LesterMore random cleanups
2005-06-15 Salvador Fandiñosort optimization
2005-06-10 Nicholas ClarkMore SvPV consting, including some code cleanup and...
2005-06-07 Nicholas ClarkMore SvPV consting
2005-06-05 Salvador FandiñoPATCH for [perl #36043] '@foo = sort { $a <=> $b }...
2005-06-02 Andy LesterQuotes fixed, see also perl #36079
2005-05-11 Rafael Garcia-SuarezInclude vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-SuarezAdd editor boilerplates to all C files
2005-05-02 Andy Lesterprintf.patch: Adding printf checking for gcc
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-04-18 Steve PetersRefactoring to Sv*_set() macros - patch #4
2005-04-05 Nicholas ClarkDown with C++ reserved names
2005-03-29 Steve HayClean-up some warnings when compiling on Win32 with...
2005-01-14 Nicholas ClarkCorrect the editor block to match the perl 5 policy...
2005-01-13 Nicholas Clarkreplace NEWSV(), SvSetSV() with newSVsv()
2005-01-13 Nicholas ClarkUpdate copyright years. Add an editor block while passi...
2005-01-06 Rafael Garcia-SuarezSilence a compilation warning
2004-07-31 Dave MitchellAdd comment to the top of most .c files explaining...
2004-07-13 Nicholas ClarkOptimise list context reverse sort to reverse as part...
2004-07-13 Nicholas ClarkA proper, working, stable optimisation for sort {$b...
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
2004-02-20 Dave Mitchelloptimise the sorting inplace of plain arrays: @a =...
2004-01-20 Dave Mitchellsecond attempt to fix [perl #24914] freeing a CV refere...
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-03-02 Hugo van der SandenUpdate 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 BrandHappy chainsaw stories; The removal of the 5005 threads
2002-10-02 Dave Mitchellmove all pad-related code to its own src file
2002-05-14 Artur BergmanTurn the sort RealCmp for stable quicksorts into a
2002-04-30 Rafael Garcia-SuarezFix bug id 20020427.004 on %^H.
2002-04-28 Vadim KonovalovWinCE many fixes
2002-04-21 Gurusamy Sarathyfixes for all the warnings reported by Visual C (most...
2002-04-08 Andy DoughertyRe: lib/sort.t failure -- real PATCH enclosed
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-23 Jarkko HietaniemiCopyright++. (Not all the toplevel *.h have one, it...
2002-01-03 Jarkko HietaniemiMissed the =head1 additions.
2001-12-17 John P. LindermanRe: perl@13661
2001-12-13 John P. Linderman(LONG!) Sort benchmarks and patch
2001-11-27 Jarkko Hietaniemisort tweaks from John P. Linderman.
2001-11-25 John P. LindermanRe: benchmarks, sorts and reproducibility
2001-11-21 Jarkko HietaniemiImplement the sort pragma. Split sort code from pp_ctl.c