summaryrefslogtreecommitdiff
path: root/pp_sort.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re: [PATCH] Make the 'sort' pragma lexically scopedRobin Houston2005-12-191-45/+36
* s/Nullav/NULL/gNicholas Clark2005-12-161-1/+1
* Reverting change #26360 and #26361 since it appears that the bugs ISteve Peters2005-12-151-1/+0
* Again, FREETMPS not SAVETMPS!Steve Peters2005-12-151-1/+1
* Add a missing FREETMPS to match up with a SAVETMPS. This changeSteve Peters2005-12-151-0/+1
* More consting, and putting stuff in embed.fncAndy Lester2005-12-061-1/+1
* Sort subs now in embed.fncAndy Lester2005-11-171-26/+16
* Const & local: Special Victims UnitAndy Lester2005-11-111-9/+9
* Re: A surprising segfaultSADAHIRO Tomoyuki2005-11-051-0/+1
* sort/multicall patchRobin Houston2005-11-021-24/+39
* Stas' croak patch and then someAndy Lester2005-10-131-6/+9
* Typo in comment.Abigail2005-10-121-1/+1