| Commit message (Expand) | Author | Age | Files | Lines |
* | simplify sort sub return arg processing | David Mitchell | 2015-06-19 | 1 | -15/+13 |
* | sort fns: simplify handing uninit warnings | David Mitchell | 2015-06-19 | 1 | -19/+7 |
* | Replace common Emacs file-local variables with dir-locals | Dagfinn Ilmari Mannsåker | 2015-03-22 | 1 | -6/+0 |
* | Corrections to spelling and grammatical errors. | Lajos Veres | 2015-01-28 | 1 | -1/+1 |
* | avoid C labels in column 0 | David Mitchell | 2015-01-21 | 1 | -1/+1 |
* | Use GIMME_V in preference to GIMME | Father Chrysostomos | 2014-12-19 | 1 | -1/+1 |
* | Change OP_SIBLING to OpSIBLING | Father Chrysostomos | 2014-12-07 | 1 | -1/+1 |
* | Remove !IS_PADGV assertions | Father Chrysostomos | 2014-09-17 | 1 | -1/+0 |
* | wrap op_sibling field access in OP_SIBLING* macros | David Mitchell | 2014-07-08 | 1 | -1/+1 |
* | Remove or downgrade unnecessary dVAR. | Jarkko Hietaniemi | 2014-06-25 | 1 | -13/+2 |
* | Fix some compilation warnings | Karl Williamson | 2014-06-12 | 1 | -0/+4 |
* | Allow to compile if don't have LC_CTYPE etc defined | Karl Williamson | 2014-06-12 | 1 | -2/+6 |
* | Add parameters to "use locale" | Karl Williamson | 2014-06-05 | 1 | -1/+1 |
* | OP_SORT: store start of block in null->op_next | David Mitchell | 2014-03-16 | 1 | -4/+3 |
* | don't set SvPADTMP() on PADGV's | David Mitchell | 2014-02-27 | 1 | -1/+3 |
* | perlapi: Consistent spaces after dots | Father Chrysostomos | 2013-12-29 | 1 | -2/+2 |
* | Revert "make perl core quiet under -Wfloat-equal" | David Mitchell | 2013-11-16 | 1 | -1/+1 |
* | make perl core quiet under -Wfloat-equal | David Mitchell | 2013-11-09 | 1 | -1/+1 |
* | pp_sort.c: Remove useless assignments; reduce var scope | Father Chrysostomos | 2013-11-04 | 1 | -3/+1 |
* | Make PL_firstgv and PL_secondgv refcounted | Father Chrysostomos | 2013-10-28 | 1 | -4/+8 |
* | Correct the citation for Peter McIlroy's sorting paper. | John P. Linderman | 2013-09-12 | 1 | -2/+5 |
* | Use SSize_t for arrays | Father Chrysostomos | 2013-08-25 | 1 | -1/+1 |
* | [perl #78194] Make sort copy PADTMPs | Father Chrysostomos | 2013-07-25 | 1 | -0/+4 |
* | In-place sort should not leave array read-only | Father Chrysostomos | 2013-06-26 | 1 | -0/+3 |
* | Stop using PL_sortstash | Father Chrysostomos | 2013-06-08 | 1 | -2/+0 |
* | Change pods to not refer to av_len() | Karl Williamson | 2013-02-08 | 1 | -1/+1 |
* | Remove "register" declarations | Karl Williamson | 2012-11-24 | 1 | -4/+4 |
* | Fix panic/crash with sort { $not_num } and fatal warnings | Father Chrysostomos | 2012-11-20 | 1 | -5/+11 |
* | rmv context from Perl_croak_no_modify and Perl_croak_xs_usage | Daniel Dragan | 2012-11-12 | 1 | -1/+1 |
* | Use PADLIST in more places | Father Chrysostomos | 2012-08-21 | 1 | -1/+1 |
* | Omnibus removal of register declarations | Karl Williamson | 2012-08-18 | 1 | -13/+13 |
* | update the editor hints for spaces, not tabs | Ricardo Signes | 2012-05-29 | 1 | -2/+2 |
* | Make sort {} and sort {()} equivalent | Father Chrysostomos | 2011-11-21 | 1 | -6/+10 |
* | Make sort’s warnings dependent on the right hints | Father Chrysostomos | 2011-11-19 | 1 | -0/+4 |
* | Fix VC6 compilation of pp_sort.c | Steve Hay | 2011-11-07 | 1 | -1/+1 |
* | Make XS sort routines work again | Father Chrysostomos | 2011-10-15 | 1 | -5/+5 |
* | Stop uninit sort warnings from crashing | Father Chrysostomos | 2011-10-13 | 1 | -0/+6 |
* | [perl #94390] Optimised numeric sort should warn for nan | Father Chrysostomos | 2011-10-12 | 1 | -0/+8 |
* | Mention sort in warnings about sort sub retvals | Father Chrysostomos | 2011-10-12 | 1 | -0/+4 |
* | [perl #30661] autoload sort subs | Father Chrysostomos | 2011-10-11 | 1 | -1/+19 |
* | Fix typos (spelling errors) in Perl sources. | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -5/+5 |
* | standardise amagic method naming | David Mitchell | 2010-12-31 | 1 | -5/+5 |
* | [perl #76026] match variables persist between calls to a sort sub | Father Chrysostomos | 2010-12-11 | 1 | -0/+6 |
* | [perl #77930] cx_stack reallocation during sort | Father Chrysostomos | 2010-09-20 | 1 | -0/+3 |
* | PL_amagic_generation doesn't show overload loaded | David Mitchell | 2010-07-03 | 1 | -1/+1 |
* | Add Perl_croak_no_modify() to implement Perl_croak("%s", PL_no_modify). | Nicholas Clark | 2010-06-27 | 1 | -1/+1 |
* | In pp_sort, ensure that @_ is freed correctly. | Nicholas Clark | 2010-06-24 | 1 | -3/+3 |
* | In S_sortcv_stacked(), handle @_ correctly. Fix for #72334. | Gerard Goossen | 2010-06-23 | 1 | -1/+7 |
* | RT #34604 didn't honour tied overloaded values | David Mitchell | 2010-05-08 | 1 | -19/+9 |
* | [perl #71076] sort with active sub (5.10 regression) | Father Chrysostomos | 2009-12-07 | 1 | -0/+5 |