summaryrefslogtreecommitdiff
path: root/pp_hot.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't call SvPV_const() on the method name at the top of method_common(), as ...Vincent Pit2009-03-291-5/+7
* Also define 'localizing' in pp_helem for the sake of clarityVincent Pit2008-12-281-2/+3
* On scope end, delete localized array elements that should not exist anymore, ...Vincent Pit2008-12-281-2/+21
* Introduce SvCANEXISTDELETE in pp.h, which simplify the logic in pp_helem and ...Vincent Pit2008-12-281-14/+9
* [perl #38809] return do { } : take 3 (or 4...)Vincent Pit2008-11-251-10/+8
* [perl #48489] patch to fix perl bug #7013bharanee rathna2008-11-141-1/+8
* [perl #948] [PATCH] Allow tied $,Chip Salzenberg2008-11-141-2/+4
* Re: [perl #60360] [PATCH] UPDATED: local $SIG{FOO} = sub {...}; sets signal h...Chip Salzenberg2008-11-131-1/+2
* Re: [perl #60360] [PATCH] local $SIG{FOO} = sub {...}; sets signalChip Salzenberg2008-11-121-1/+1
* Assigning to DEFSV leaks if PL_defgv's gp_sv isn't set.Marcus Holland-Moritz2008-11-081-1/+1
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2008-11-021-2/+4
* Explicitly specify some printf formats for constant strings.Rafael Garcia-Suarez2008-11-021-5/+5
* Add MUTABLE_GV(), and eliminate (V *) casts in *.c.Nicholas Clark2008-10-311-10/+11
* Eliminate (SV *) casts from the rest of *.c, picking up one (further)Nicholas Clark2008-10-301-28/+28
* Use pvs macros instead of pvn where possible.Marcus Holland-Moritz2008-10-291-2/+2
* Eliminate (AV *) casts in *.c.Nicholas Clark2008-10-291-7/+7
* Add MUTABLE_CV(), and eliminate (CV *) casts in *.c.Nicholas Clark2008-10-291-2/+2
* Every remaining (HV *) cast in *.cNicholas Clark2008-10-281-4/+4
* Update copyright years.Nicholas Clark2008-10-251-2/+2
* Fix memory leak in qr// operator. This was most probablyMarcus Holland-Moritz2008-10-181-0/+1