summaryrefslogtreecommitdiff
path: root/pp_hot.c
Commit message (Expand)AuthorAgeFilesLines
* Flatten vstrings modified in placeFather Chrysostomos2012-07-271-1/+1
* Magic flags harmonization.Chip Salzenberg2012-07-151-6/+7
* pp_hot.c: Mention that pp_grepstart calls pp_pushmarkFather Chrysostomos2012-07-141-1/+1
* [perl #113576] Restore err msg for &{+undef}Father Chrysostomos2012-07-131-2/+2
* Correct err msg when calling stub w/no autoload fbFather Chrysostomos2012-07-081-2/+2
* propagate context into overloads [perl #47119]Jesse Luehrs2012-06-281-1/+1
* [perl #112966] Crash on delete local; other local bugsFather Chrysostomos2012-06-231-1/+1
* pp_sassign: explain the mix of left<=>right in the optreeReini Urban2012-06-221-15/+19
* In pp_iter, handle end of range at IV_MAX without undefined behaviour.Nicholas Clark2012-06-191-9/+7
* pp_hot.c: Combine macro callsKarl Williamson2012-06-171-1/+1
* pp_hot.c: Add -Dr messagesKarl Williamson2012-06-171-2/+8
* pp_match(): clarify intuit parens behaviourDavid Mitchell2012-06-131-3/+3
* make qr/(?{})/ behave with closuresDavid Mitchell2012-06-131-0/+8
* [perl #109542] Make num ops treat $1 as "$1"Father Chrysostomos2012-06-071-5/+2
* Delete two instance of SvSCREAM_offFather Chrysostomos2012-05-291-1/+0
* Away with REXEC_SCREAM!Father Chrysostomos2012-05-291-7/+1
* Remove most code conditional on SvSCREAMFather Chrysostomos2012-05-291-4/+0
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* Don’t let method-BLOCK read beyond the stackFather Chrysostomos2012-05-211-1/+5
* pp_hot.c:pp_entersub: Rmv comment about setting PL_compcvFather Chrysostomos2012-05-211-5/+0
* [perl #111656] Make ‘glob failed’ suppressibleFather Chrysostomos2012-03-261-1/+1
* Remove gete?[ug]id cachingÆvar Arnfjörð Bjarmason2012-02-181-21/+27
* Provide as much diagnostic information as possible in "panic: ..." messages.Nicholas Clark2012-01-161-3/+6
* [perl #35865, #43011] FETCH after autovivifyingFather Chrysostomos2012-01-101-0/+1
* Better fix for perl #107440Father Chrysostomos2012-01-091-2/+8
* [perl #107440] Save av/hv on mortals stack when clearingFather Chrysostomos2012-01-061-2/+2
* [perl #95548] Returned magical temps are not copiedFather Chrysostomos2012-01-041-3/+6
* diag_listed_as galoreFather Chrysostomos2011-12-281-0/+1
* pp_hot.c: diag_listed_as for method errorFather Chrysostomos2011-12-271-0/+1
* Fix two (er, four) sub:lvalue { &$x } bugsFather Chrysostomos2011-12-261-0/+3
* Don’t crash when writing to null hash elemFather Chrysostomos2011-12-241-2/+2
* pp_hot.c: First letter of latin-1 classnames wasn't being checked correctly.Brian Fraser2011-12-151-1/+1
* Call FETCH once for rcatlineFather Chrysostomos2011-11-241-3/+3
* amagic_deref_call does not necessitate SPAGAINFather Chrysostomos2011-11-221-1/+0
* Remove redundant check in pp_hot.c:pp_entersubFather Chrysostomos2011-11-181-2/+0
* Fix spelling in commentKarl Williamson2011-10-291-1/+1
* Cast to signed before negating, to avoid compiler warningsBrian Fraser2011-10-061-1/+1
* pp_hot.c: Make warnings utf8-cleanBrian Fraser2011-10-061-5/+5
* pp_hot.c: method_common is UTF-8 aware.Brian Fraser2011-10-061-7/+7
* pp_hot.c: pp_entersub UTF8 cleanup.Brian Fraser2011-10-061-2/+2
* Merge preinc and postincFather Chrysostomos2011-09-161-3/+6
* Make ++ and -- work on glob copiesFather Chrysostomos2011-09-161-1/+1
* remove index offsetting ($[)Zefram2011-09-091-2/+0
* Enter gv_fetchsv_nomgFather Chrysostomos2011-09-081-8/+2
* Call get-magic once for CV-to-GV assignmentFather Chrysostomos2011-09-031-2/+8
* For s///r, don't call SvPV_force() on the original value. Resolves #97954.Nicholas Clark2011-08-291-0/+8
* &CORE::foo() for close, getc and readlineFather Chrysostomos2011-08-251-3/+7
* &CORE::foo() for @ and $@ prototypes, except unlinkFather Chrysostomos2011-08-251-0/+1
* Make $class->method work when $class is tiedFather Chrysostomos2011-08-241-3/+11
* [perl #97088] Prevent double get-magic in various casesGerard Goossen2011-08-241-12/+19