summaryrefslogtreecommitdiff
path: root/pp_sort.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* wrap op_sibling field access in OP_SIBLING* macrosDavid Mitchell2014-07-081-1/+1
* Remove or downgrade unnecessary dVAR.Jarkko Hietaniemi2014-06-251-13/+2
* Fix some compilation warningsKarl Williamson2014-06-121-0/+4
* Allow to compile if don't have LC_CTYPE etc definedKarl Williamson2014-06-121-2/+6
* Add parameters to "use locale"Karl Williamson2014-06-051-1/+1
* OP_SORT: store start of block in null->op_nextDavid Mitchell2014-03-161-4/+3
* don't set SvPADTMP() on PADGV'sDavid Mitchell2014-02-271-1/+3
* perlapi: Consistent spaces after dotsFather Chrysostomos2013-12-291-2/+2
* Revert "make perl core quiet under -Wfloat-equal"David Mitchell2013-11-161-1/+1
* make perl core quiet under -Wfloat-equalDavid Mitchell2013-11-091-1/+1
* pp_sort.c: Remove useless assignments; reduce var scopeFather Chrysostomos2013-11-041-3/+1
* Make PL_firstgv and PL_secondgv refcountedFather Chrysostomos2013-10-281-4/+8
* Correct the citation for Peter McIlroy's sorting paper.John P. Linderman2013-09-121-2/+5
* Use SSize_t for arraysFather Chrysostomos2013-08-251-1/+1
* [perl #78194] Make sort copy PADTMPsFather Chrysostomos2013-07-251-0/+4
* In-place sort should not leave array read-onlyFather Chrysostomos2013-06-261-0/+3
* Stop using PL_sortstashFather Chrysostomos2013-06-081-2/+0
* Change pods to not refer to av_len()Karl Williamson2013-02-081-1/+1
* Remove "register" declarationsKarl Williamson2012-11-241-4/+4
* Fix panic/crash with sort { $not_num } and fatal warningsFather Chrysostomos2012-11-201-5/+11
* rmv context from Perl_croak_no_modify and Perl_croak_xs_usageDaniel Dragan2012-11-121-1/+1
* Use PADLIST in more placesFather Chrysostomos2012-08-211-1/+1
* Omnibus removal of register declarationsKarl Williamson2012-08-181-13/+13
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* 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