summaryrefslogtreecommitdiff
path: root/pp_hot.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change the context type of for ($a .. $b) to CXt_LOOP_LAZYIV, andNicholas Clark2008-01-241-1/+2
* Avoid using cx->blk_loop.itermax when reverse iterating an array.Nicholas Clark2008-01-241-1/+2
* Split out foreach iterations of temporary lists on the stack toNicholas Clark2008-01-241-1/+1
* Split CXt_LOOP into CXt_LOOP_PLAIN and CXt_LOOP_FOR, eliminating theNicholas Clark2008-01-241-1/+1
* Eliminate the U8 sbu_once from struct subst, and shrink sbu_rflags fromNicholas Clark2008-01-211-2/+2
* In pp_subst, rxtainted is not a boolean, as it stores 2 bits of values.Nicholas Clark2008-01-211-1/+1
* In struct block_sub and block_format, access the members hasargs andNicholas Clark2008-01-201-2/+2
* Fix range operatorJerry D. Hedden2008-01-151-0/+9
* Rename PERL_MAX_SUB_DEPTH to PERL_SUB_DEPTH_WARN, per Tim Bunce'sRafael Garcia-Suarez2008-01-111-1/+1
* Remove code that protected pp_qr against REGEXPs going away duringNicholas Clark2008-01-111-9/+0
* Introduce macro PERL_MAX_SUB_DEPTHRafael Garcia-Suarez2008-01-111-1/+1
* Fix leak introduced by change #32873, thanks to NicholasRafael Garcia-Suarez2008-01-091-1/+1
* In PL_regexp_padav, store regexps via real references, rather thanNicholas Clark2008-01-081-1/+10
* Re: [perl #49264] say behaves as just print on tied filehandleMichael G. Schwern2008-01-061-0/+5
* Make REGEXP a type distinct from SV. (Much like AV, CV, GV, HV).Nicholas Clark2008-01-051-1/+1
* Replace all reads of RXf_UTF8 with RX_UTF8().Nicholas Clark2008-01-051-1/+1