summaryrefslogtreecommitdiff
path: root/pp_hot.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move pp_enter() and pp_leave() with their friends in pp_ctl.cVincent Pit2011-06-261-76/+0
* add do_ncmp fn and make pp_ncmp, pp_eq etc use itDavid Mitchell2011-06-251-61/+10
* remove unreachable code from various compare opsDavid Mitchell2011-06-251-7/+0
* For s///r, avoid copying the source early only to edit it in place.Nicholas Clark2011-06-231-40/+41
* Move pp_leavesublv from pp_hot.c to pp_ctl.cFather Chrysostomos2011-06-221-177/+0
* Remove the CvLVALUE check from pp_leavesubFather Chrysostomos2011-06-221-11/+1
* In pp_subst, use a mortal scalar for dstr, instead of SAVEFREESV().Nicholas Clark2011-06-171-2/+1
* [perl #81944] Non-lvalue subs do not copy return valuesFather Chrysostomos2011-06-161-3/+3
* Stop lvalue subs from copying read-only scalarsFather Chrysostomos2011-06-161-3/+1
* In pp_match, refactor the call to CALLREGEXEC() to avoid a goto.Nicholas Clark2011-06-161-12/+8
* Split OP_AELEMFAST_LEX out from OP_AELEMFAST.Nicholas Clark2011-06-121-1/+1
* [perl #92290, #92406] Returning a pad var from lv subFather Chrysostomos2011-06-071-2/+10
* Allow lvalue subs to return COWs in reference contextFather Chrysostomos2011-06-041-1/+3
* Fix several array-returning bugs in lvalue subsFather Chrysostomos2011-06-041-24/+8
* [perl #7946] Lvalue subs do not autovivifyFather Chrysostomos2011-06-031-1/+26
* [perl #62498] Scalar context breaks lvalue subsFather Chrysostomos2011-06-011-23/+6
* Warn when list-assigning to TEMPFather Chrysostomos2011-06-011-0/+8
* Make empty lvalue subs work correctlyFather Chrysostomos2011-05-311-3/+11
* Allow lvalue subs to return TEMPsFather Chrysostomos2011-05-311-4/+2
* Revert "Allow returning of temps and ro’s from lv subs"Father Chrysostomos2011-05-311-2/+19
* Allow lvalue subs to return COWs in list contextFather Chrysostomos2011-05-301-1/+5