summaryrefslogtreecommitdiff
path: root/pp_sort.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-2/+2
* the PAD_SET_CUR macro expanded too much for AIX compilersDave Mitchell2005-07-011-1/+2
* Re: [perl #36350] unstable sorting for use integer; sort { $b <=> $a } @foo Salvador Fandiño2005-06-231-21/+9
* More random cleanupsAndy Lester2005-06-201-83/+68
* sort optimizationSalvador Fandiño2005-06-151-5/+12