This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PATCH: Makefile in lib/unicore shouldn't clean .t file
[perl5.git] / pp_sort.c
2009-12-07 Father Chrysostomos[perl #71076] sort with active sub (5.10 regression)
2009-12-03 Reini Urbanpp_sort.c typo: stabilty
2009-09-27 Zefram[perl #69384] numericness failure in sorting
2008-11-02 Tom ChristiansenPATCH: Large omnibus patch to clean up the JRRT quotes
2008-11-02 Robin Barkerexplicit empty while loops
2008-11-02 Rafael Garcia-SuarezExplicitly specify some printf formats for constant...
2008-10-30 Nicholas ClarkEliminate (SV *) casts from the rest of *.c, picking...
2008-10-29 Nicholas ClarkEliminate (AV *) casts in *.c.
2008-10-29 Nicholas ClarkAdd MUTABLE_CV(), and eliminate (CV *) casts in *.c.
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-05-27 Dave Mitchell[perl #54758] Perl 5.10 memory corruption
2008-03-06 Steve HaySilence some warnings on Win32 with VC6
2008-02-12 Nicholas Clarkassert() that every NN argument is not NULL. Otherwise...
2007-01-05 Rafael Garcia-SuarezUpdate copyright years in .c files
2007-01-04 Marcus Holland-Moritz4th patch from:
2006-11-06 Nicholas Clarkassert() that SvPV_set() isn't used on arrays.
2006-08-09 Steve PetersA couple const's and a cast to get Sun CC to compile...
2006-07-10 SADAHIRO TomoyukiAdd a macro to remove duplicated code
2006-06-12 Andy LesterStatic cleanup in pp_sort.c
2006-04-28 Jarkko Hietaniemireduce gcc -ansi -pedantic noise plus a suggestion
2006-04-02 Robin HoustonPrevent "use sort 'stable'" from reversing the order
2006-03-31 Andy LesterRandom accumulated patches
2006-02-27 Andy LesterSpeedups and shrinkages of SvREFCNT_inc
2006-02-20 Nicholas ClarkAdd a new CvISXSUB() macro, for abstracting the test...
2006-02-09 Andy LesterTrying my "remove the pTHXes" patch again
2006-02-03 Steven SchubigerRe: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-02-02 Steven SchubigerRe: [PATCH] s/Null(av|ch)/NULL/g
2006-02-02 Nicholas Clarkgv_fetchpvn_flags ranks highly in the profile, and...
2006-02-02 Nicholas ClarkYet more instances of gv_fetchpv... that should be...
2006-01-28 Nicholas ClarkAdd gv_fetchpvs, which uses STR_WITH_LEN to call gv_fet...
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2006-01-02 Rafael Garcia-SuarezUpdate copyrights for files modified in 2006
2006-01-01 Andy LesterMaking 0 pointers to NULLs
2005-12-19 Robin HoustonRe: [PATCH] Make the 'sort' pragma lexically scoped
2005-12-16 Nicholas Clarks/Nullav/NULL/g
2005-12-15 Steve PetersReverting change #26360 and #26361 since it appears...
2005-12-15 Steve PetersAgain, FREETMPS not SAVETMPS!
2005-12-15 Steve PetersAdd a missing FREETMPS to match up with a SAVETMPS...
2005-12-06 Andy LesterMore consting, and putting stuff in embed.fnc
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