summaryrefslogtreecommitdiff
path: root/pp_hot.c
Commit message (Expand)AuthorAgeFilesLines
* fix for #23790.Marty Pauley2010-11-041-0/+23
* Inline tryAMAGICunDEREF_var() into its callers and eliminate it.Nicholas Clark2010-11-031-3/+4
* s///r leaks like a sieveFather Chrysostomos2010-11-021-1/+1
* RT #63790: &{PL_sv_yes} corrupted mark stackDavid Mitchell2010-10-301-0/+2
* [perl #78674] Fix stack pointer corruption in pp_concat() with 'use encoding'Niko Tyni2010-10-291-0/+3
* Revert "Fix for RT#1804: Anonymous glob breaks when assigned through"Father Chrysostomos2010-10-251-8/+0
* refactor and regularise label/statement grammarZefram2010-10-251-3/+4
* stop map,grep leaking temps [perl #48004]David Mitchell2010-10-041-0/+1
* [perl #77362] Assigning glob to lvalue causes stringificationFather Chrysostomos2010-09-261-4/+8
* call defout/stderr destructors lastDavid Mitchell2010-09-201-1/+1
* list cxt hash assign with dups gives garbageDavid Mitchell2010-09-111-8/+27
* pp_match: fix confusing layout in an if()David Mitchell2010-09-011-3/+3
* Copy RE capture buf on overload as well as TEMPDavid Mitchell2010-09-011-1/+1
* Remove CALL_FPTR and CPERLscope.Ben Morrow2010-08-201-1/+1
* Pure Perl lvalue subs can't return temps, even if they are magical. This hold...Eric Brine2010-08-131-3/+3
* RT #75468: readline ignores <> overloading when arg is tiedFather Chrysostomos2010-08-111-0/+1
* [perl #75656] lvalue subs don't copy on writeFather Chrysostomos2010-07-261-1/+4
* Fix for RT#1804: Anonymous glob breaks when assigned throughFather Chrysostomos2010-07-261-0/+8
* In pp_qr, use gv_stashsv() directly on the SV.Nicholas Clark2010-07-171-1/+1
* Add x-ref from call site in do_readline() of sv_grow() to it's matching test ...Josh ben Jore2010-07-141-2/+6
* add some comments to pp_concatDavid Mitchell2010-07-031-4/+4
* remove double stringify-overload from $ovld .= fooDavid Mitchell2010-07-031-3/+2
* Add Perl_croak_no_modify() to implement Perl_croak("%s", PL_no_modify).Nicholas Clark2010-06-271-3/+3
* fix for RT #8438: $tied->() doesn't call FETCHDavid Mitchell2010-06-041-26/+12
* rename DM_ARRAY flag to DM_ARRAY_ISADavid Mitchell2010-06-041-1/+1
* Revert "Re: [perl #51636] segmentation fault with array ties"David Mitchell2010-06-041-19/+3
* add OPpDEREFed flag to avoid double mg_get()David Mitchell2010-05-251-1/+2
* Deref ops ignore get-magic when SvROK(sv)Father Chrysostomos (via RT)2010-05-251-6/+1
* Add s///r (non-destructive substitution).David Caldwell2010-05-221-5/+25
* followup to magic/overload fixDavid Mitchell2010-05-211-1/+1
* make overload respect get magicDavid Mitchell2010-05-211-23/+26
* [perl #41530] s/non-utf8/is-utf8/ fails.Karl Williamson2010-05-171-0/+17
* Permit array assignment to steal temps and copy shared hash key scalars.Nicholas Clark2010-05-021-1/+2
* Better fix for RT #2140 (list assignment with duplicated temporaries)Nicholas Clark2010-05-021-1/+11
* avoid multiple FETCHesDavid Mitchell2010-04-251-3/+3
* Dispatch signals in infinite loops such as 1 while 1;Nicholas Clark2010-04-171-0/+1
* Fix code before statement error introduced by f410a2119920dd04.Nicholas Clark2010-04-151-2/+2
* Move PERL_ASYNC_CHECK() from the runloop to control flow OPs.Nicholas Clark2010-04-151-0/+7
* PL_defoutgv isn't always a GV.David Mitchell2010-03-301-1/+1
* Fix assorted bugs related to magic (such as pos) not "sticking" toDavid Mitchell2010-03-231-10/+16
* Back out the {ENTER,LEAVE}_with_name("sub") part of d343c3ef45381352 for now.Nicholas Clark2010-01-141-9/+9
* [perl #70764] $' fails to initialized for pre-compiled regular expression mat...Father Chrysostomos2009-12-141-1/+5
* Ensure that pp_qr returns a new regexp SV each time. Resolves RT #69852.Nicholas Clark2009-12-021-4/+7
* Inline PL_no_symref into pp_entersub. Deprecate the visible global variable.Nicholas Clark2009-11-151-1/+1
* Add ENTER_with_name and LEAVE_with_name to automaticly check for matching ENT...Gerard Goossen2009-11-121-20/+20
* add an elipses to string/ref warnings when str longer than 32 charsYves Orton2009-10-261-1/+1
* Add Perl_ck_warner(), which combines Perl_ckwarn() and Perl_warner().Nicholas Clark2009-10-121-5/+5
* Remove an unnecessary NULL check, which is already checked other placesgfx2009-09-051-2/+4
* In pp_entersub, replace gv_fetchpv() with gv_fetchpvs().Nicholas Clark2009-08-221-1/+1
* Use the new SAVEHDELETE() macro wherever possibleVincent Pit2009-07-251-10/+5