summaryrefslogtreecommitdiff
path: root/pp_sort.c
Commit message (Expand)AuthorAgeFilesLines
* fix GvSV refcounting in sortZefram2018-03-121-4/+11
* update size after RenewHugo van der Sanden2017-03-151-1/+1
* perlapi.pod: remove AvARRAY() example from sortsv()David Mitchell2017-01-241-4/+3
* (perl #130335) fix numeric comparison for sort's built-in compareTony Cook2016-12-231-8/+4
* Change white space to avoid C++ deprecation warningKarl Williamson2016-11-181-1/+1
* pp_sort.c: Missing castFather Chrysostomos2016-08-101-1/+1
* in-place sort preserved element lvalue identityDavid Mitchell2016-08-101-2/+8
* Partially pessimise in-place sortingDavid Mitchell2016-08-101-41/+52
* make gimme consistently U8David Mitchell2016-02-031-1/+1
* convert CX_PUSHSUB/POPSUB to inline fnsDavid Mitchell2016-02-031-2/+2
* convert CX_PUSH/POP/TOPBLOCK to inline fnsDavid Mitchell2016-02-031-2/+2
* rename PUSHBLOCK,PUSHSUB etc to CX_PUSHBLOCK etcDavid Mitchell2016-02-031-2/+2
* PUSHSUB: make retop a parameterDavid Mitchell2016-02-031-1/+1
* PUSHSUB: don't use implicit argsDavid Mitchell2016-02-031-1/+1
* PUSHBLOCK: don't use implicit argsDavid Mitchell2016-02-031-1/+1
* move PL_savestack_ix saving into PUSHBLOCKDavid Mitchell2016-02-031-2/+1
* eliminate PERL_STACK_OVERFLOW_CHECKDavid Mitchell2016-02-031-3/+1
* sort compare subs: don't do unnecessary scope workDavid Mitchell2016-02-031-15/+3
* rename POPFOO() to CX_POPFOO()David Mitchell2016-02-031-2/+2
* add CX_CUR() macroDavid Mitchell2016-02-031-1/+1
* move and rename cx_old_savestack_ixDavid Mitchell2016-02-031-1/+1
* add CX_POP(cx) macro: glorified cxstack_ix--David Mitchell2016-02-031-1/+1
* move blku_old_savestack_ix to base of cxt structDavid Mitchell2016-02-031-1/+1
* move CX_LEAVE_SCOPE outside the POPFOO'sDavid Mitchell2016-02-031-3/+3
* do PL_tmps_floor save in PUSHBLOCKDavid Mitchell2016-02-031-5/+0
* do PL_tmps_floor restore in POPBLOCKDavid Mitchell2016-02-031-3/+2
* sort(!) out CXt_NULL and CXp_MULTICALLDavid Mitchell2016-02-031-5/+2
* pp_sort: add missing CX_LEAVE_SCOPE()David Mitchell2016-02-031-0/+1
* remove newpm param from POPBLOCK() macro.David Mitchell2016-02-031-1/+1
* reverse the order of POPBLOCK; POPFOODavid Mitchell2016-02-031-5/+9
* eliminate LEAVESUB() macroDavid Mitchell2016-02-031-3/+1
* POPBLOCK: don't set newsp and gimmeDavid Mitchell2016-02-031-2/+1
* context: move couple of fields into block structDavid Mitchell2016-02-031-3/+3
* Eliminate ENTER/LEAVE from sub callsDavid Mitchell2016-02-031-0/+2
* add old_tmpsfloor field to CXt_SUB context frameDavid Mitchell2016-02-031-3/+10
* pp_sort: move SAVETMPS laterDavid Mitchell2016-02-031-1/+4
* eliminate the argarray field from the CX structDavid Mitchell2016-02-031-1/+0
* eliminate cx->blk_sub.oldcomppadDavid Mitchell2016-02-031-1/+0
* save old PL_comppad in CXt_SUB/FORMAT blockDavid Mitchell2016-02-031-1/+0
* SvREFCNT_inc(cv) recursive subsDavid Mitchell2016-02-031-5/+0
* [perl #124097] don't let the GPs be removed out from under pp_sortTony Cook2015-12-171-0/+7
* Various pods: Add C<> around many typed-as-is thingsKarl Williamson2015-09-031-1/+1
* simplify sort sub return arg processingDavid Mitchell2015-06-191-15/+13
* sort fns: simplify handing uninit warningsDavid Mitchell2015-06-191-19/+7
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* Corrections to spelling and grammatical errors.Lajos Veres2015-01-281-1/+1
* avoid C labels in column 0David Mitchell2015-01-211-1/+1
* Use GIMME_V in preference to GIMMEFather Chrysostomos2014-12-191-1/+1
* Change OP_SIBLING to OpSIBLINGFather Chrysostomos2014-12-071-1/+1
* Remove !IS_PADGV assertionsFather Chrysostomos2014-09-171-1/+0