This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pp_match(): factor out some common code
[perl5.git] / pp.c
2013-07-26 Father Chrysostomos[perl #78194] Make x copy PADTMPs in lv cx
2013-07-26 Father Chrysostomos[perl #78194] Make list slices copy PADTMPs in lv cx
2013-07-23 Father Chrysostomos[perl #72766] Allow huge pos() settings
2013-07-16 Father Chrysostomos[perl #77814] Make defelems propagate pos
2013-07-02 Steffen MuellerVery few PAD[HA]Vs are "LVALUE": branch predictor hints
2013-07-02 Steffen MuellerBranch predictor hints: exists is mostly run on hashes
2013-07-01 Steffen MuellerFix to make 8d455b9f99c1046e969462419b0eb5b8bf740a47...
2013-07-01 Steffen MuellerAvoid needless refcount and mortialization on pp_anonhash
2013-06-30 Ruslan Zakirovchange tied_method to use SVs with precomputed hash...
2013-06-30 Ruslan Zakirovchange magic_methcall to use SV with shared hash value
2013-06-30 Ruslan ZakirovG_METHOD_NAMED flag for call_method and call_sv
2013-06-28 Father ChrysostomosReinstate UTF8f
2013-06-26 Karl WilliamsonRevert "Use UTF8f in more places"
2013-06-23 Father ChrysostomosStop undef &foo from crashing on lex subs
2013-06-23 Father ChrysostomosUse UTF8f in more places
2013-06-18 Karl Williamsonpp.c: Use correct size for two arrays.
2013-06-15 Father Chrysostomospp.c: pp_ref: remove null checks
2013-06-15 Father Chrysostomospp.c: Eliminate unnecessary dORIGMARK from pp_anonlist
2013-06-08 Father Chrysostomos[perl #117941] Blessing into freed current stash
2013-06-08 Father Chrysostomos[perl #117941] Handle vivification crashing w/freed...
2013-06-07 Father ChrysostomosStop delete local $ENV{foo} from leaking
2013-06-02 David Mitchellstop callers of rex engine using RX_MATCH_UTF8_set
2013-05-20 Karl Williamsonpp.c: Eliminate custom macro and use Copy() instead
2013-05-20 Karl WilliamsonUse new case changing macros
2013-05-20 Karl Williamsonpp.c: Nit in comment
2013-05-11 Niko TyniFix -Wformat-security issues
2013-03-27 Yves Ortonrework split() special case interaction with regex...
2013-02-10 Karl Williamsonpp.c: White-space only
2012-12-22 Karl WilliamsonCreate internal _is_utf8_mark()
2012-12-09 Karl Williamsonpp.c pp_pack.c: Use macro instead of function
2012-12-09 Karl WilliamsonSilence some g++ compiler warnings
2012-12-06 Father ChrysostomosDon’t use PMf_ONCE flag for split-to-array
2012-11-24 Father ChrysostomosPrevent double frees with lexical constants
2012-11-18 Father ChrysostomosStop prototype("CORE::...") errors from leaking
2012-11-18 Father ChrysostomosMake *_{ARRAY} reify
2012-11-17 Daniel Draganrefactor pp_rand
2012-11-14 Father ChrysostomosSVf_IsCOW
2012-11-12 Daniel Draganrmv context from Perl_croak_no_modify and Perl_croak_xs...
2012-11-10 David Mitchellpadrange: handle @_ directly
2012-11-02 Father ChrysostomosDon’t leak when pushing on to read-only array
2012-10-26 Father Chrysostomos[perl #115440] Fix various leaks with fatal FETCH
2012-10-16 Father Chrysostomos[perl #115260] Stop length($obj) from returning undef
2012-10-16 Father ChrysostomosPrune some dead code in pp.c:pp_undef
2012-10-01 Father ChrysostomosMake rvalue substr call overloading once on utf8 str
2012-10-01 Father ChrysostomosMake 4-arg substr call FETCH once when upgrading target
2012-10-01 Father ChrysostomosMake 4-arg substr check SvUTF8(target) after stringfying
2012-10-01 Father Chrysostomospp_length should stringify before checking DO_UTF8
2012-09-23 Father Chrysostomos[perl #94490] const fold should not trigger special...
2012-09-17 Father Chrysostomospp.c:pp_clonecv: Use find_runcv to find the padname
2012-09-16 Father ChrysostomosMove my sub prototype CVs to the pad names
2012-09-16 Father ChrysostomosClone my subs on scope entry
2012-09-16 Father ChrysostomosAdd clonecv op type
2012-09-16 Father ChrysostomosAdd introcv op type
2012-09-16 Father ChrysostomosAllow CVs to point to HEKs rather than GVs
2012-09-16 Father ChrysostomosImplement padcv
2012-09-16 Father Chrysostomospadcv op type
2012-09-14 Karl WilliamsonUse macro not swash for utf8 quotemeta
2012-09-08 David Mitchelltidy up patten match copying code
2012-09-08 David MitchellDon't copy all of the match string buffer
2012-09-04 Nicholas ClarkUnder -DPERL_DEBUG_READONLY_OPS don't work around glibc...
2012-08-31 Father ChrysostomosStop substr($utf8) from calling get-magic twice
2012-08-26 Father ChrysostomosCorrect typo in flag name
2012-08-26 Father ChrysostomosBanish boolkeys
2012-08-25 Father ChrysostomosOptimise %hash in sub { %hash || ... }
2012-08-25 Father Chrysostomos[perl #114576] Optimise if(%hash) in non-void context
2012-08-25 Father Chrysostomospp.c: pp_boolkeys does not need to pop
2012-08-21 Father ChrysostomosFix format closure bug with redefined outer sub
2012-08-18 Karl WilliamsonOmnibus removal of register declarations
2012-07-29 Father ChrysostomosRemove some redundant magical flag checks
2012-07-28 Father Chrysostomospp.c:pp_trans: avoid redundant sv in transr
2012-07-15 Chip SalzenbergMagic flags harmonization.
2012-07-02 Father ChrysostomosUse find_runcv_where for pp_coreargs and pp_runcv
2012-06-30 Father Chrysostomos[perl #113012] String negation under ‘use integer’
2012-06-27 Father Chrysostomospp.c: Restore uninit warning to study
2012-06-27 Jesse Luehrsclean up compilation warnings
2012-06-27 Father ChrysostomosSquash repetitive code in pp.c:S_delete_local
2012-06-27 Father ChrysostomosNull HeVAL and local delete → crash
2012-06-27 Father ChrysostomosMake pp.c:pp_srand slightly less repetitive
2012-06-27 Father ChrysostomosMake srand treat "-1" as -1
2012-06-27 Father ChrysostomosMake srand respect magic
2012-06-24 Father ChrysostomosDon’t crash with ()=&CORE::srand
2012-06-24 Jesse Luehrsadd warning for negative argument to chr() [perl #83048]
2012-06-24 Jesse Luehrswarn when srand overflows [perl #40605]
2012-06-23 Father Chrysostomos[perl #112966] Crash on delete local; other local bugs
2012-06-15 Father ChrysostomosUse assertions for /* NOT REACHED */
2012-06-08 Father ChrysostomosMake __SUB__ work in special blocks
2012-06-07 Father Chrysostomospp.c:pp_negate: Move looks_like_number where it matters
2012-06-07 Father Chrysostomospp_negate: Support magic big ints as strings
2012-06-07 Father Chrysostomospp_negate and the Unicode Bug
2012-06-07 Father ChrysostomosFix perl #57706 for magical vars: -"-10"
2012-06-07 Father Chrysostomospp_negate: Don’t treat nummified str as num
2012-06-07 Father Chrysostomos[perl #109542] Make num ops treat $1 as "$1"
2012-06-07 Father ChrysostomosMake prototype call FETCH before checking CORE:: prefix
2012-06-07 Father ChrysostomosMake strict refs report $1 the same way as "$1"
2012-05-30 Father ChrysostomosRemove most code conditional on SvSCREAM
2012-05-30 Father ChrysostomosDelete the contents of pp_study
2012-05-30 Father ChrysostomosDon’t clone closures in rv2cv
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-05-29 Father Chrysostomos[perl #97478] Make ‘Can’t find opnumber’ UTF-8- and...
2012-05-29 Father ChrysostomosMake &CORE::undef(\*_) undefine it properly
next