summaryrefslogtreecommitdiff
path: root/pp_sort.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Stop uninit sort warnings from crashingFather Chrysostomos2011-10-131-0/+6
* [perl #94390] Optimised numeric sort should warn for nanFather Chrysostomos2011-10-121-0/+8
* Mention sort in warnings about sort sub retvalsFather Chrysostomos2011-10-121-0/+4
* [perl #30661] autoload sort subsFather Chrysostomos2011-10-111-1/+19
* Fix typos (spelling errors) in Perl sources.Peter J. Acklam) (via RT2011-01-071-5/+5
* standardise amagic method namingDavid Mitchell2010-12-311-5/+5
* [perl #76026] match variables persist between calls to a sort subFather Chrysostomos2010-12-111-0/+6
* [perl #77930] cx_stack reallocation during sortFather Chrysostomos2010-09-201-0/+3
* 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