This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Peek.t: Test that DeadCode doesn’t crash
[perl5.git] / pp_hot.c
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
2011-06-25 David Mitchellremove unreachable code from various compare ops
2011-06-23 Nicholas ClarkFor s///r, avoid copying the source early only to edit...
2011-06-22 Father ChrysostomosMove pp_leavesublv from pp_hot.c to pp_ctl.c
2011-06-22 Father ChrysostomosRemove the CvLVALUE check from pp_leavesub
2011-06-17 Nicholas ClarkIn pp_subst, use a mortal scalar for dstr, instead...
2011-06-17 Father Chrysostomos[perl #81944] Non-lvalue subs do not copy return values
2011-06-17 Father ChrysostomosStop lvalue subs from copying read-only scalars
2011-06-16 Nicholas ClarkIn pp_match, refactor the call to CALLREGEXEC() to...
2011-06-12 Nicholas ClarkSplit OP_AELEMFAST_LEX out from OP_AELEMFAST.
2011-06-08 Father Chrysostomos[perl #92290, #92406] Returning a pad var from lv sub
2011-06-04 Father ChrysostomosAllow lvalue subs to return COWs in reference context
2011-06-04 Father ChrysostomosFix several array-returning bugs in lvalue subs
2011-06-04 Father Chrysostomos[perl #7946] Lvalue subs do not autovivify
2011-06-01 Father Chrysostomos[perl #62498] Scalar context breaks lvalue subs
2011-06-01 Father ChrysostomosWarn when list-assigning to TEMP
2011-06-01 Father ChrysostomosMake empty lvalue subs work correctly
2011-06-01 Father ChrysostomosAllow lvalue subs to return TEMPs
2011-06-01 Father ChrysostomosRevert "Allow returning of temps and ro’s from lv subs"
2011-05-31 Father ChrysostomosAllow lvalue subs to return COWs in list context
2011-05-31 Father ChrysostomosAllow returning of temps and ro’s from lv subs
2011-05-30 Father Chrysostomos[perl #31946] Warn when assigning to a TEMP
2011-05-18 Michael WittenClean: Actually use HvUSEDKEYS() instead of HvKEYS()
2011-04-08 Father ChrysostomosRemove unnecessary code from pp_add
2011-04-08 Father ChrysostomosRemove unnecessary code from pp_eq
2011-04-07 Father Chrysostomos[perl #87708] $tied == $tied
2011-04-07 Father ChrysostomosCorrect stupidities in 4c3ac4b
2011-04-07 Father Chrysostomos[perl #87708] $tied + $tied
2011-03-12 David Mitchell[perl #82111] de-pessimise some my @array = ...
2011-02-26 Father ChrysostomosStop aelemfast from crashing on GVs with null AVs
2011-02-18 David Mitchellpp_subst: eliminate 'matched' local var
2011-02-18 David Mitchelltaint REGEX SVs as well as refs to them
2011-02-18 David Mitchellpp_subst: exit earlier after failed match
2011-02-18 David Mitchelltweak the new pattern taint description
2011-02-16 David Mitchelldocument how tainting works with pattern matching
2011-02-16 David Mitchellfix many s/// tainting bugs
2011-02-16 David Mitchellpp_match: indent label slightly
2011-02-06 David Mitchellpp_subst: move a common block outside an if/then
2011-02-06 David Mitchellpp_subst: do SvUTF8_on next to the SvPOK_only_UTF8
2011-02-06 David Mitchellfix a s/non-utf8/is-utf8/ bit of nastiness
2011-02-06 David Mitchellpp_subst: remove a superflous PUTBACK/SPAGAIN
2011-02-06 David Mitchellpp_subtr: preserve UTF8 flag in rare cases
2011-02-06 David Mitchellpp_subst: move a bock of code to to decrease gotos
2011-02-06 David Mitchellpp_subst: compact a couple of PUSHes using ?:
2011-02-06 David Mitchellpp_subst: remove a duplicate label
2011-02-06 David Mitchellpp_subst: exit as soon as !match
2011-02-06 David Mitchellpp_substr: combine two identical blocks of code
next