This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlexperiment.pod: use consistent style for Perl versions
[perl5.git] / pp.c
2015-10-19 Jarkko Hietaniemiperl #126396 IRIX longdouble infinity issues
2015-10-18 David Mitchelloptimise save/restore of PL_delaymagic.
2015-10-18 Dagfinn Ilmari Man... Delay @ISA magic while unshifting
2015-10-05 Vincent PitFuture-proof pp_trans against a possible future undefin...
2015-10-02 David Mitchellfix up EXTEND() callers
2015-09-29 Father Chrysostomospp.c:pp_reverse: Don’t use find_rundefsv
2015-09-29 Father ChrysostomosIn pp.c:pp_coreargs, use DEFSV directly
2015-09-04 Karl WilliamsonAdd macro for converting Latin1 to UTF-8, and use it
2015-09-04 Karl WilliamsonChange to use UVCHR_SKIP over UNI_SKIP
2015-09-04 Karl Williamsonpp.c: White-space only
2015-08-03 Daniel DraganSafefree(NULL) reduction
2015-08-01 Karl Williamsonpp.c: Fix typo in comment
2015-07-29 Karl Williamsonuc(sharp s) is itself in very early Unicode versions
2015-07-29 Karl WilliamsonThere are no folds to multiple chars in early Unicode...
2015-07-13 Aaron CraneDelete experimental autoderef feature
2015-07-03 Jarkko HietaniemiLeft overshift of negatives under use integer was still...
2015-06-28 Jarkko HietaniemiDefine left/right shift by negative to mean the reverse...
2015-06-27 Jarkko Hietaniemiassert(arg) before derefing it since it can be NULL.
2015-06-27 Jarkko Hietaniemiassert(key) before it is derefed.
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-03-19 David Mitchellrepeat op: avoid integer overflows
2015-03-05 David Mitchellpp.c: remove unneeded SPAGAIN's
2015-02-01 Father Chrysostomos5th arg to indicate numeric bitwise overloading
2015-02-01 Father ChrysostomosAdd string- and number-specific bitop types
2015-01-21 David Mitchellavoid C labels in column 0
2015-01-20 Father ChrysostomosAdd :const anon sub attribute
2015-01-12 Jarkko HietaniemiCatch infnan repeat counts.
2015-01-05 Daniel Draganpp.c pp_split GvAVn can't return NULL
2014-12-31 David Mitchellfix more -IV_MIN negations
2014-12-31 David Mitchellfix -IV_MIN negations
2014-12-29 Karl WilliamsonDon't raise 'poorly supported' locale warning unnecessarily
2014-12-29 Father ChrysostomosCall FETCH once for values in {...}
2014-12-29 Father Chrysostomospp.c:pp_quotemeta: No need for PUTBACK
2014-12-29 Father ChrysostomosRemove PUTBACK/SPAGAIN from hash iter ops
2014-12-29 Father Chrysostomospp.c:pp_[ul]c(first): No need for PUTBACK
2014-12-29 Father Chrysostomospp.c:pp_chr: Less stack fiddling
2014-12-29 Father Chrysostomospp.c:pp_ord: Less stack fiddling
2014-12-29 Father Chrysostomospp.c:pp_substr: Redundant PUTBACK/SPAGAIN
2014-12-29 Father Chrysostomospp.c:pp_oct: Less stack fiddling
2014-12-29 Father Chrysostomospp.c:pp_abs: No need for PUTBACK
2014-12-29 Father Chrysostomospp.c:pp_negate: No PUTBACK necessary
2014-12-29 Father Chrysostomospp.c:pp_int: No need for PUTBACK
2014-12-29 Father Chrysostomospp.c:pp_sin: Less stack fiddling
2014-12-29 Father Chrysostomospp.c:pp_i_negate: No PUTBACK necessary
2014-12-29 Father Chrysostomospp.c:pp_complement: No PUTBACK necessary
2014-12-29 Father Chrysostomospp.c:pp_undef: Less stack fiddling
2014-12-29 Father Chrysostomospp.c: pp_schop does not need PUTBACK
2014-12-29 Father Chrysostomospp.c:pp_trans: Remove targ variable
2014-12-29 Father ChrysostomosFix bad write in pp_trans
2014-12-29 Father Chrysostomospp.c:pp_study: Less stack fiddling
2014-12-29 Father Chrysostomospp.c:pp_gelem: Less stack fiddling
2014-12-28 Father ChrysostomosDon’t write beyond the stack with scalar \()
2014-12-28 Father Chrysostomospp.c:pp_srefgen: Remove PUTBACK
2014-12-28 Father Chrysostomospp.c:pp_rv2cv: Remove PUTBACK
2014-12-28 Father Chrysostomospp.c:pp_pos: Less stack fiddling
2014-12-28 Father Chrysostomospp.c:pp_rv2sv: Use >= instead of switch
2014-12-28 Father Chrysostomospp.c:pp_rand: Only EXTEND when not popping
2014-12-20 Father ChrysostomosUse GIMME_V in preference to GIMME
2014-12-13 Father ChrysostomosDon’t call FETCH multiple times on int $inf
2014-12-11 Father ChrysostomosDon’t call string overloading in chr
2014-12-07 David MitchellAdd OP_MULTIDEREF
2014-12-07 James RaspassTweak sv_pos_b2u_flags check in pp_index
2014-12-04 Father Chrysostomos[perl #114498] lslice returning empty vs undef
2014-12-01 Jim Cromiepp.c: dont work around glibc 2.2.5 _moddi3 bugs past 2.7
2014-11-30 Father Chrysostomos[perl #123223] Make PADNAME a separate type
2014-11-29 Lukas Maidefine and use STATIC_ASSERT_STMT for compile-time...
2014-11-29 Lukas Maimake more use of NOT_REACHED
2014-11-27 Jarkko Hietaniemiswitch-local variables are a bad idea.
2014-11-27 Jarkko Hietaniemihv_store_ent() return value unused.
2014-11-21 Karl WilliamsonMake a function to get PL_encoding's value
2014-11-21 Karl WilliamsonMake testing for PL_encoding into a macro
2014-11-14 Father ChrysostomosStop crypt($tied,...) from calling FETCH twice
2014-11-14 Father ChrysostomosTurn off UTF8 flag on crypt ret val
2014-11-11 Father ChrysostomosCall STORE on lexical $tied = vec/chr
2014-11-11 Father Chrysostomospp.c:do_chomp: Remove redundant assignment
2014-11-10 Father Chrysostomospp.c:do_chomp: Remove redundant sv_force_normal
2014-11-10 Father ChrysostomosFix $lex = chomp $lex regression from 5.12
2014-11-09 Father ChrysostomosDon’t allow OPpTARGET_MY on postdec/inc
2014-11-09 Father ChrysostomosDon’t check OPpTARGET_MY on match ops at run time
2014-11-08 Father ChrysostomosMake pp_postinc call set-magic on its target
2014-11-08 Father ChrysostomosFix $lex = $ref++ under use integer
2014-11-06 Father ChrysostomosOptimise substr assignment at sub exit
2014-11-06 Father Chrysostomos[perl #121827] Fix repeat stack bugs
2014-10-23 Father Chrysostomospp.c:pp_repeat: Remove #if 0 code
2014-10-20 David Mitchellpp_av2arylen(): rename var from 'sv' to svp'
2014-10-17 David Mitchellfix some recent compiler warnings
2014-10-12 Father ChrysostomosOptimise my(@array)=split
2014-10-12 Father ChrysostomosOptimise @lexarray = split...
2014-10-12 Father Chrysostomospp.c:pp_split: Remove redundant !s
2014-10-11 Father ChrysostomosMake split temporarily refcnt its argument
2014-10-11 Father ChrysostomosHandle state vars correctly in ref assignment
2014-10-11 Father Chrysostomosforeach \$var
2014-10-11 Father ChrysostomosAssignment to \(@array)
2014-10-11 Father ChrysostomosAdd lvavref op type
2014-10-11 Father ChrysostomosList assignment to array and hash refs
2014-10-11 Father ChrysostomosAssignment to \local @array and \local %hash
2014-10-11 Father ChrysostomosSimple \@array and \%hash assignment
2014-10-11 Father Chrysostomospp.c: Fold SvIV into S_localise_aelem_lval
2014-10-11 Father Chrysostomospp.c: Some branch prediction hints
2014-10-11 Father ChrysostomosAssignment to hash element refs
next