summaryrefslogtreecommitdiff
path: root/pp_sort.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate (SV *) casts from the rest of *.c, picking up one (further)Nicholas Clark2009-03-291-1/+1
* Eliminate (AV *) casts in *.c.Nicholas Clark2009-03-291-3/+3
* Add MUTABLE_CV(), and eliminate (CV *) casts in *.c.Nicholas Clark2009-03-291-1/+1
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2009-03-191-2/+31
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2009-01-051-2/+4
* Integrate:Robin Barker2008-11-031-2/+2
* Integrate:Nicholas Clark2008-10-261-2/+2
* Integrate:Dave Mitchell2008-05-311-2/+3
* 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
* More SvPV consting, including some code cleanup and living dangerouslyNicholas Clark2005-06-101-1/+1
* More SvPV constingNicholas Clark2005-06-071-4/+3
* PATCH for [perl #36043] '@foo = sort { $a <=> $b } @bar' uses too much memorySalvador Fandiño2005-06-051-8/+31
* Quotes fixed, see also perl #36079Andy Lester2005-06-021-5/+5
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-2/+2