This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
test hash assignment with odd elements for leaks
[perl5.git] / pp_sort.c
2012-11-25 Karl WilliamsonRemove "register" declarations
2012-11-21 Father ChrysostomosFix panic/crash with sort { $not_num } and fatal warnings
2012-11-12 Daniel Draganrmv context from Perl_croak_no_modify and Perl_croak_xs...
2012-08-21 Father ChrysostomosUse PADLIST in more places
2012-08-18 Karl WilliamsonOmnibus removal of register declarations
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2011-11-21 Father ChrysostomosMake sort {} and sort {()} equivalent
2011-11-20 Father ChrysostomosMake sort’s warnings dependent on the right hints
2011-11-07 Steve HayFix VC6 compilation of pp_sort.c
2011-10-15 Father ChrysostomosMake XS sort routines work again
2011-10-14 Father ChrysostomosStop uninit sort warnings from crashing
2011-10-13 Father Chrysostomos[perl #94390] Optimised numeric sort should warn for nan
2011-10-13 Father ChrysostomosMention sort in warnings about sort sub retvals
2011-10-11 Father Chrysostomos[perl #30661] autoload sort subs
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in Perl sources.
2010-12-31 David Mitchellstandardise amagic method naming
2010-12-12 Father Chrysostomos[perl #76026] match variables persist between calls...
2010-09-20 Father Chrysostomos[perl #77930] cx_stack reallocation during sort
2010-07-03 David MitchellPL_amagic_generation doesn't show overload loaded
2010-06-27 Nicholas ClarkAdd Perl_croak_no_modify() to implement Perl_croak...
2010-06-24 Nicholas ClarkIn pp_sort, ensure that @_ is freed correctly.
2010-06-23 Gerard GoossenIn S_sortcv_stacked(), handle @_ correctly. Fix for...
2010-05-08 David MitchellRT #34604 didn't honour tied overloaded values
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
next