summaryrefslogtreecommitdiff
path: root/pp_sort.c
Commit message (Expand)AuthorAgeFilesLines
* Make sort {} and sort {()} equivalentFather Chrysostomos2011-11-211-6/+10
* Make sort’s warnings dependent on the right hintsFather Chrysostomos2011-11-191-0/+4
* Fix VC6 compilation of pp_sort.cSteve Hay2011-11-071-1/+1
* Make XS sort routines work againFather Chrysostomos2011-10-151-5/+5
* Stop uninit sort warnings from crashingFather Chrysostomos2011-10-131-0/+6
* [perl #94390] Optimised numeric sort should warn for nanFather Chrysostomos2011-10-121-0/+8
* Mention sort in warnings about sort sub retvalsFather Chrysostomos2011-10-121-0/+4
* [perl #30661] autoload sort subsFather Chrysostomos2011-10-111-1/+19
* Fix typos (spelling errors) in Perl sources.Peter J. Acklam) (via RT2011-01-071-5/+5
* standardise amagic method namingDavid Mitchell2010-12-311-5/+5
* [perl #76026] match variables persist between calls to a sort subFather Chrysostomos2010-12-111-0/+6
* [perl #77930] cx_stack reallocation during sortFather Chrysostomos2010-09-201-0/+3
* PL_amagic_generation doesn't show overload loadedDavid Mitchell2010-07-031-1/+1
* Add Perl_croak_no_modify() to implement Perl_croak("%s", PL_no_modify).Nicholas Clark2010-06-271-1/+1
* In pp_sort, ensure that @_ is freed correctly.Nicholas Clark2010-06-241-3/+3
* In S_sortcv_stacked(), handle @_ correctly. Fix for #72334.Gerard Goossen2010-06-231-1/+7
* RT #34604 didn't honour tied overloaded valuesDavid Mitchell2010-05-081-19/+9
* [perl #71076] sort with active sub (5.10 regression)Father Chrysostomos2009-12-071-0/+5
* pp_sort.c typo: stabiltyReini Urban2009-12-031-1/+1
* [perl #69384] numericness failure in sortingZefram2009-09-271-6/+0
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2008-11-021-2/+4
* explicit empty while loopsRobin Barker2008-11-021-1/+1
* Explicitly specify some printf formats for constant strings.Rafael Garcia-Suarez2008-11-021-1/+1
* Eliminate (SV *) casts from the rest of *.c, picking up one (further)Nicholas Clark2008-10-301-1/+1
* Eliminate (AV *) casts in *.c.Nicholas Clark2008-10-291-3/+3
* Add MUTABLE_CV(), and eliminate (CV *) casts in *.c.Nicholas Clark2008-10-291-1/+1
* Update copyright years.Nicholas Clark2008-10-251-2/+2
* [perl #54758] Perl 5.10 memory corruptionDave Mitchell2008-05-271-2/+3
* Silence some warnings on Win32 with VC6Steve Hay2008-03-061-12/+12
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2008-02-121-2/+31
* Update copyright years in .c filesRafael Garcia-Suarez2007-01-051-1/+1
* 4th patch from: Marcus Holland-Moritz2007-01-041-1/+1
* assert() that SvPV_set() isn't used on arrays.Nicholas Clark2006-11-061-2/+2
* A couple const's and a cast to get Sun CC to compile these files.Steve Peters2006-08-091-3/+3
* Add a macro to remove duplicated codeSADAHIRO Tomoyuki2006-07-101-24/+10
* Static cleanup in pp_sort.cAndy Lester2006-06-121-4/+6
* reduce gcc -ansi -pedantic noise plus a suggestionJarkko Hietaniemi2006-04-281-1/+1
* Prevent "use sort 'stable'" from reversing the orderRobin Houston2006-04-021-1/+1
* Random accumulated patchesAndy Lester2006-03-311-16/+17
* Speedups and shrinkages of SvREFCNT_incAndy Lester2006-02-271-2/+2
* Add a new CvISXSUB() macro, for abstracting the test as to whether aNicholas Clark2006-02-201-1/+1
* Trying my "remove the pTHXes" patch againAndy Lester2006-02-091-1/+1
* Re: [PATCH] s/Null(gv|hv|sv)/NULL/gSteven Schubiger2006-02-031-2/+2
* Re: [PATCH] s/Null(av|ch)/NULL/gSteven Schubiger2006-02-021-1/+1
* gv_fetchpvn_flags ranks highly in the profile, and the ::/' scanningNicholas Clark2006-02-021-2/+2
* Yet more instances of gv_fetchpv... that should be GV_ADD rather thanNicholas Clark2006-02-021-2/+2
* Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fetchpvn_flags.Nicholas Clark2006-01-281-2/+2
* sprinkle dVARJarkko Hietaniemi2006-01-061-0/+9
* Update copyrights for files modified in 2006Rafael Garcia-Suarez2006-01-021-1/+1
* Making 0 pointers to NULLsAndy Lester2006-01-011-1/+1