This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Refactor is_BLANK_uni() and is_BLANK_utf8() macros
[perl5.git] / pp_hot.c
2012-11-19 Daniel Draganrefactor pp_padsv
2012-11-15 David Mitchellpp_iter: final whitespace/comment tidy up
2012-11-15 David Mitchellpp_iter: refactor CXt_LOOP_LAZYSV branch
2012-11-15 David Mitchellpp_iter: refactor CXt_LOOP_LAZYIV branch
2012-11-15 David Mitchellpp_iter: a bit more refactoring of CXt_LOOP_FOR branch
2012-11-15 David Mitchellpp_iter: factor out some common code in CXt_LOOP_FOR
2012-11-15 David Mitchellpp_iter: move var declarations to narrower scope
2012-11-15 David Mitchellpp_iter: reindent after removing if block
2012-11-15 David Mitchellpp_iter: move RETPUSHYES outside switch
2012-11-15 David Mitchellpp_iter: reindent code after previous change
2012-11-15 David Mitchellpp_iter: replace if/else with switch
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-10 David Mitchelladd SAVEt_CLEARPADRANGE
2012-11-10 David Mitchelladd padrange op
2012-11-05 Steffen MuellerAdd C define to remove taint support from perl origin/smueller/no_taint3
2012-11-02 Father ChrysostomosFix $byte_overload .= $utf8 regression
2012-10-30 Father ChrysostomosAllow regexp-to-pvlv assignment
2012-10-16 Father Chrysostomos[perl #96230] Stop s/$qr// from reusing last pattern
2012-10-13 Father ChrysostomosAllow COW copies in aassign
2012-10-12 Father Chrysostomos[perl #49190] Don’t prematurely optimise s/foo/bar...
2012-10-12 Father Chrysostomos[perl #49190] Stringify repl repeatedly in s///g
2012-10-12 Father Chrysostomospp_hot.c:pp_subst: add comment
2012-10-12 Father ChrysostomosSimplify the fix for bug #41530
2012-10-08 Ruslan Zakirovno need to get shared hash value here
2012-10-07 Father ChrysostomosFix infinite loop with $tied =~ s/non-utf8/utf8/
2012-09-26 Nicholas ClarkRestore use of PL_stashcache, the stash name lookup...
2012-09-26 Nicholas Clark-Do now also reports updates and use of PL_stashcache.
2012-09-24 Father ChrysostomosA better fix for leaking array assignment
2012-09-23 Father ChrysostomosStop array assignment from leaking on croak
2012-09-23 Father ChrysostomosStop hash assignment from leaking on croak
2012-09-22 Father Chrysostomos[perl #96230] Stop qr// from reusing last pattern
2012-09-20 Father Chrysostomospp_hot.c: Clean up after the prev commit
2012-09-20 Father Chrysostomos[perl #105922] Allow any string before ->meth
2012-09-16 Father Chrysostomos‘Undefined subroutine &foo called’ for lex subs
2012-09-08 David Mitchellm// and s///; don't copy TEMP/AMAGIC strings
2012-09-08 David Mitchelltidy up patten match copying code
2012-09-08 David Mitchellstop $foo =~ /(bar)/g skipping copy
2012-09-08 David MitchellDon't copy all of the match string buffer
2012-08-26 Father Chrysostomospp_hot.c: pp_rv2av: Squash repetitive code
2012-08-26 Father ChrysostomosCroak for \local %{\%foo}
2012-08-26 Father ChrysostomosRestore ‘Can’t localize through ref’ to lv subs
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-21 Father ChrysostomosUse PADLIST in more places
2012-08-18 Karl WilliamsonOmnibus removal of register declarations
2012-07-28 Father ChrysostomosFlatten vstrings modified in place
2012-07-15 Chip SalzenbergMagic flags harmonization.
2012-07-15 Father Chrysostomospp_hot.c: Mention that pp_grepstart calls pp_pushmark
2012-07-14 Father Chrysostomos[perl #113576] Restore err msg for &{+undef}
2012-07-08 Father ChrysostomosCorrect err msg when calling stub w/no autoload fb
2012-06-28 Jesse Luehrspropagate context into overloads [perl #47119]
2012-06-23 Father Chrysostomos[perl #112966] Crash on delete local; other local bugs
2012-06-22 Reini Urbanpp_sassign: explain the mix of left<=>right in the...
2012-06-19 Nicholas ClarkIn pp_iter, handle end of range at IV_MAX without undef...
2012-06-17 Karl Williamsonpp_hot.c: Combine macro calls
2012-06-17 Karl Williamsonpp_hot.c: Add -Dr messages
2012-06-13 David Mitchellpp_match(): clarify intuit parens behaviour
2012-06-13 David Mitchellmake qr/(?{})/ behave with closures
2012-06-07 Father Chrysostomos[perl #109542] Make num ops treat $1 as "$1"
2012-05-30 Father ChrysostomosDelete two instance of SvSCREAM_off
2012-05-30 Father ChrysostomosAway with REXEC_SCREAM!
2012-05-30 Father ChrysostomosRemove most code conditional on SvSCREAM
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-05-21 Father ChrysostomosDon’t let method-BLOCK read beyond the stack
2012-05-21 Father Chrysostomospp_hot.c:pp_entersub: Rmv comment about setting PL_compcv
2012-03-27 Father Chrysostomos[perl #111656] Make ‘glob failed’ suppressible
2012-02-18 Ævar Arnfjörð Bjar... Remove gete?[ug]id caching
2012-01-16 Nicholas ClarkProvide as much diagnostic information as possible...
2012-01-10 Father Chrysostomos[perl #35865, #43011] FETCH after autovivifying
2012-01-10 Father ChrysostomosBetter fix for perl #107440
2012-01-06 Father Chrysostomos[perl #107440] Save av/hv on mortals stack when clearing
2012-01-05 Father Chrysostomos[perl #95548] Returned magical temps are not copied
2011-12-29 Father Chrysostomosdiag_listed_as galore
2011-12-27 Father Chrysostomospp_hot.c: diag_listed_as for method error
2011-12-26 Father ChrysostomosFix two (er, four) sub:lvalue { &$x } bugs
2011-12-25 Father ChrysostomosDon’t crash when writing to null hash elem
2011-12-16 Brian Fraserpp_hot.c: First letter of latin-1 classnames wasn't...
2011-11-24 Father ChrysostomosCall FETCH once for rcatline
2011-11-23 Father Chrysostomosamagic_deref_call does not necessitate SPAGAIN
2011-11-18 Father ChrysostomosRemove redundant check in pp_hot.c:pp_entersub
2011-10-29 Karl WilliamsonFix spelling in comment
2011-10-07 Brian FraserCast to signed before negating, to avoid compiler warnings
2011-10-06 Brian Fraserpp_hot.c: Make warnings utf8-clean
2011-10-06 Brian Fraserpp_hot.c: method_common is UTF-8 aware.
2011-10-06 Brian Fraserpp_hot.c: pp_entersub UTF8 cleanup.
2011-09-16 Father ChrysostomosMerge preinc and postinc
2011-09-16 Father ChrysostomosMake ++ and -- work on glob copies
2011-09-09 Zeframremove index offsetting ($[)
2011-09-09 Father ChrysostomosEnter gv_fetchsv_nomg
2011-09-03 Father ChrysostomosCall get-magic once for CV-to-GV assignment
2011-08-29 Nicholas ClarkFor s///r, don't call SvPV_force() on the original...
2011-08-26 Father Chrysostomos&CORE::foo() for close, getc and readline
2011-08-25 Father Chrysostomos&CORE::foo() for @ and $@ prototypes, except unlink
2011-08-25 Father ChrysostomosMake $class->method work when $class is tied
2011-08-24 Gerard Goossen[perl #97088] Prevent double get-magic in various cases
2011-06-25 Vincent PitMove pp_enter() and pp_leave() with their friends in...
2011-06-25 David Mitchelladd do_ncmp fn and make pp_ncmp, pp_eq etc use it
next