summaryrefslogtreecommitdiff
path: root/pp_hot.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Some more missing isGV_with_GP()sBen Morrow2008-06-281-5/+9
* Re: [perl #51636] segmentation fault with array tiesVincent Pit2008-05-021-3/+19
* /* This code tries to figure out just what went wrong withNicholas Clark2008-04-171-73/+3
* Silence warning from VC++ following #33447Steve Hay2008-03-101-0/+1
* Refactoring the /Can't return (?:array|hash) to scalar context/ croakNicholas Clark2008-03-061-10/+7
* Chainsaw DEBUG_S out, as suggested by Vincent Pit.Rafael Garcia-Suarez2008-02-261-4/+0
* Re: [PATCH] Splitting OP_CONST (Was: pp_const, not, that, hot?)Vincent Pit2008-02-231-8/+1
* Revert change #33302. This change was wrong, since it wasRafael Garcia-Suarez2008-02-141-8/+2
* [perl #47047] Use of inherited AUTOLOAD for non-method is deprecated Rick Delaney2008-02-131-2/+8
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2008-02-121-0/+9
* Eliminate the OP_SETSTATE, which had been disabled by change 4309.Nicholas Clark2008-01-261-7/+0
* Re: struct context now 12.5% smaller than 5.10Benjamin Smith2008-01-261-41/+38
* Using PL_sv_no in place of any !SvOK() maximum removes a little bit ofNicholas Clark2008-01-251-3/+3
* In struct block_loop, merge itermax and iterlval into a unionNicholas Clark2008-01-241-7/+6
* Merge CXt_LOOP_STACK's use of itermax for the reverse minimum withNicholas Clark2008-01-241-2/+3