This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move isUTF8_CHAR helper function, and reimplement it
[perl5.git] / pp_sort.c
2016-08-10 Father Chrysostomospp_sort.c: Missing cast
2016-08-10 David Mitchellin-place sort preserved element lvalue identity
2016-08-10 David MitchellPartially pessimise in-place sorting
2016-02-03 David Mitchellmake gimme consistently U8
2016-02-03 David Mitchellconvert CX_PUSHSUB/POPSUB to inline fns
2016-02-03 David Mitchellconvert CX_PUSH/POP/TOPBLOCK to inline fns
2016-02-03 David Mitchellrename PUSHBLOCK,PUSHSUB etc to CX_PUSHBLOCK etc
2016-02-03 David MitchellPUSHSUB: make retop a parameter
2016-02-03 David MitchellPUSHSUB: don't use implicit args
2016-02-03 David MitchellPUSHBLOCK: don't use implicit args
2016-02-03 David Mitchellmove PL_savestack_ix saving into PUSHBLOCK
2016-02-03 David Mitchelleliminate PERL_STACK_OVERFLOW_CHECK
2016-02-03 David Mitchellsort compare subs: don't do unnecessary scope work
2016-02-03 David Mitchellrename POPFOO() to CX_POPFOO()
2016-02-03 David Mitchelladd CX_CUR() macro
2016-02-03 David Mitchellmove and rename cx_old_savestack_ix
2016-02-03 David Mitchelladd CX_POP(cx) macro: glorified cxstack_ix--
2016-02-03 David Mitchellmove blku_old_savestack_ix to base of cxt struct
2016-02-03 David Mitchellmove CX_LEAVE_SCOPE outside the POPFOO's
2016-02-03 David Mitchelldo PL_tmps_floor save in PUSHBLOCK
2016-02-03 David Mitchelldo PL_tmps_floor restore in POPBLOCK
2016-02-03 David Mitchellsort(!) out CXt_NULL and CXp_MULTICALL
2016-02-03 David Mitchellpp_sort: add missing CX_LEAVE_SCOPE()
2016-02-03 David Mitchellremove newpm param from POPBLOCK() macro.
2016-02-03 David Mitchellreverse the order of POPBLOCK; POPFOO
2016-02-03 David Mitchelleliminate LEAVESUB() macro
2016-02-03 David MitchellPOPBLOCK: don't set newsp and gimme
2016-02-03 David Mitchellcontext: move couple of fields into block struct
2016-02-03 David MitchellEliminate ENTER/LEAVE from sub calls
2016-02-03 David Mitchelladd old_tmpsfloor field to CXt_SUB context frame
2016-02-03 David Mitchellpp_sort: move SAVETMPS later
2016-02-03 David Mitchelleliminate the argarray field from the CX struct
2016-02-03 David Mitchelleliminate cx->blk_sub.oldcomppad
2016-02-03 David Mitchellsave old PL_comppad in CXt_SUB/FORMAT block
2016-02-03 David MitchellSvREFCNT_inc(cv) recursive subs
2015-12-17 Tony Cook[perl #124097] don't let the GPs be removed out from...
2015-09-04 Karl WilliamsonVarious pods: Add C<> around many typed-as-is things
2015-06-19 David Mitchellsimplify sort sub return arg processing
2015-06-19 David Mitchellsort fns: simplify handing uninit warnings
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-01-29 Lajos VeresCorrections to spelling and grammatical errors.
2015-01-21 David Mitchellavoid C labels in column 0
2014-12-20 Father ChrysostomosUse GIMME_V in preference to GIMME
2014-12-08 Father ChrysostomosChange OP_SIBLING to OpSIBLING
2014-09-18 Father ChrysostomosRemove !IS_PADGV assertions
2014-07-08 David Mitchellwrap op_sibling field access in OP_SIBLING* macros
2014-06-25 Jarkko HietaniemiRemove or downgrade unnecessary dVAR.
2014-06-12 Karl WilliamsonFix some compilation warnings
2014-06-12 Karl WilliamsonAllow to compile if don't have LC_CTYPE etc defined
2014-06-05 Karl WilliamsonAdd parameters to "use locale"
2014-03-16 David MitchellOP_SORT: store start of block in null->op_next
2014-02-27 David Mitchelldon't set SvPADTMP() on PADGV's
2013-12-29 Father Chrysostomosperlapi: Consistent spaces after dots
2013-11-16 David MitchellRevert "make perl core quiet under -Wfloat-equal"
2013-11-09 David Mitchellmake perl core quiet under -Wfloat-equal
2013-11-04 Father Chrysostomospp_sort.c: Remove useless assignments; reduce var scope
2013-10-28 Father ChrysostomosMake PL_firstgv and PL_secondgv refcounted
2013-09-12 John P. LindermanCorrect the citation for Peter McIlroy's sorting paper.
2013-08-25 Father ChrysostomosUse SSize_t for arrays
2013-07-26 Father Chrysostomos[perl #78194] Make sort copy PADTMPs
2013-06-26 Father ChrysostomosIn-place sort should not leave array read-only
2013-06-08 Father ChrysostomosStop using PL_sortstash
2013-02-08 Karl WilliamsonChange pods to not refer to av_len()
2012-11-25 Karl WilliamsonRemove "register" declarations
2012-11-21 Father ChrysostomosFix panic/crash with sort { $not_num } and fatal warnings
2012-11-12 Daniel Draganrmv context from Perl_croak_no_modify and Perl_croak_xs...
2012-08-21 Father ChrysostomosUse PADLIST in more places
2012-08-18 Karl WilliamsonOmnibus removal of register declarations
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2011-11-21 Father ChrysostomosMake sort {} and sort {()} equivalent
2011-11-20 Father ChrysostomosMake sort’s warnings dependent on the right hints
2011-11-07 Steve HayFix VC6 compilation of pp_sort.c
2011-10-15 Father ChrysostomosMake XS sort routines work again
2011-10-14 Father ChrysostomosStop uninit sort warnings from crashing
2011-10-13 Father Chrysostomos[perl #94390] Optimised numeric sort should warn for nan
2011-10-13 Father ChrysostomosMention sort in warnings about sort sub retvals
2011-10-11 Father Chrysostomos[perl #30661] autoload sort subs
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in Perl sources.
2010-12-31 David Mitchellstandardise amagic method naming
2010-12-12 Father Chrysostomos[perl #76026] match variables persist between calls...
2010-09-20 Father Chrysostomos[perl #77930] cx_stack reallocation during sort
2010-07-03 David MitchellPL_amagic_generation doesn't show overload loaded
2010-06-27 Nicholas ClarkAdd Perl_croak_no_modify() to implement Perl_croak...
2010-06-24 Nicholas ClarkIn pp_sort, ensure that @_ is freed correctly.
2010-06-23 Gerard GoossenIn S_sortcv_stacked(), handle @_ correctly. Fix for...
2010-05-08 David MitchellRT #34604 didn't honour tied overloaded values
2009-12-07 Father Chrysostomos[perl #71076] sort with active sub (5.10 regression)
2009-12-03 Reini Urbanpp_sort.c typo: stabilty
2009-09-27 Zefram[perl #69384] numericness failure in sorting
2008-11-02 Tom ChristiansenPATCH: Large omnibus patch to clean up the JRRT quotes
2008-11-02 Robin Barkerexplicit empty while loops
2008-11-02 Rafael Garcia-SuarezExplicitly specify some printf formats for constant...
2008-10-30 Nicholas ClarkEliminate (SV *) casts from the rest of *.c, picking...
2008-10-29 Nicholas ClarkEliminate (AV *) casts in *.c.
2008-10-29 Nicholas ClarkAdd MUTABLE_CV(), and eliminate (CV *) casts in *.c.
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-05-27 Dave Mitchell[perl #54758] Perl 5.10 memory corruption
2008-03-06 Steve HaySilence some warnings on Win32 with VC6
2008-02-12 Nicholas Clarkassert() that every NN argument is not NULL. Otherwise...
2007-01-05 Rafael Garcia-SuarezUpdate copyright years in .c files
next