summaryrefslogtreecommitdiff
path: root/op.h
Commit message (Expand)AuthorAgeFilesLines
* Macros to en/disable blockhook entries.Ben Morrow2010-07-151-1/+23
* Document the blockhook functions and macros.Ben Morrow2010-07-121-0/+24
* Macroify the block_hooks structure.Ben Morrow2010-07-121-5/+23
* Generic hooks into Perl_block_{start,end}.Ben Morrow2010-07-121-0/+26
* Link from GIMME_V to perlcall for a usage example.Shlomi Fish2010-05-251-1/+1
* add OPpDEREFed flag to avoid double mg_get()David Mitchell2010-05-251-0/+2
* Add s///r (non-destructive substitution).David Caldwell2010-05-221-0/+2
* * eliminated OP_SETSTATE also in commentsSlaven Rezic2010-04-131-1/+1
* Optimize reversing an array in-placeVincent Pit2009-11-101-0/+3
* Use less constness in MAD codeRafael Garcia-Suarez2009-08-261-1/+1
* Introduce "delete local"Vincent Pit2009-07-251-0/+1
* Document the PERL_LOADMOD_ flagsRafael Garcia-Suarez2009-05-301-3/+3
* Replace Perl_my() with a small shell script. er. macro.Nicholas Clark2008-11-261-0/+4
* [perl #38809] return do { } : take 3 (or 4...)Vincent Pit2008-11-251-0/+1
* Re: [perl #60360] [PATCH] local $SIG{FOO} = sub {...}; sets signalChip Salzenberg2008-11-121-0/+3
* Add a macro MUTABLE_PTR(p), which on (non-pedantic) gcc will not castNicholas Clark2008-10-271-2/+2
* Update copyright years.Nicholas Clark2008-10-251-2/+2
* Re: [PATCH] readable assertion names, now the restReini Urban2008-06-081-3/+3
* Re: Solaris build warningsAndy Dougherty2008-04-141-1/+1
* Re: [patch] optimize OP_IS_(FILETEST|SOCKET) macrosJim Cromie2008-02-251-7/+0
* Re: [PATCH] Splitting OP_CONST (Was: pp_const, not, that, hot?)Vincent Pit2008-02-231-2/+0
* Silence compiler warnings on Win32/VC6Jan Dubois2008-02-151-1/+6
* Fix bit-fields for VC [was RE: [perl #50386] GIMME_V broken with 5.10.0/GCC a...Jan Dubois2008-02-121-6/+6
* Eliminate use of Nullop in the core code. Dual life uses remain.Nicholas Clark2008-02-101-1/+3
* fix misleading comment in op.hDave Mitchell2008-01-271-1/+1
* In struct block_eval, eliminate old_in_eval and old_op_type by storingNicholas Clark2008-01-211-0/+2
* Give G_VOID, G_SCALAR and G_ARRAY the same numeric values asNicholas Clark2008-01-211-4/+1
* Encode the G_* to OPf_WANT_* transform, the reverse of OP_GIMME(), inNicholas Clark2008-01-211-0/+5
* Remove PM_GETRE_SAFE and PM_SETRE_SAFE as nothing uses them.Nicholas Clark2008-01-111-9/+0
* REGEXPs are now stored directly in PL_regex_padav, rather thanNicholas Clark2008-01-111-19/+11
* In PL_regexp_padav, store regexps via real references, rather thanNicholas Clark2008-01-081-2/+10
* Enforce some type safety in PM_SETRE by adding PM_SETRE_OFFSET.Nicholas Clark2008-01-061-2/+12
* Clarify the intent of the code in Perl_op_clear. Under ithreads, avoidNicholas Clark2008-01-061-0/+5
* OP_THREADSV was removed by #29727Rafael Garcia-Suarez2008-01-031-3/+0
* Reorder the external regexp flags to get RXf_PMf_STD_PMMOD into theNicholas Clark2007-12-291-16/+16
* Note to future self about moving the regexp flag bits around.Nicholas Clark2007-12-291-1/+2
* Remove the definitions of Null(), Nullch, Nullfp, Nullsv and PL_naNicholas Clark2007-12-221-1/+1
* Fix up copyright years for files modified in 2007.Nicholas Clark2007-11-071-1/+1
* Re: [patch] clean out remnants of DEBUGGING_OPS (was opcode op_type:9)Jim Cromie2007-10-021-5/+1
* was Re: Freeze ?John Peacock2007-10-021-1/+1
* Get mad compiling as C++. (At least for me)Nicholas Clark2007-09-201-1/+1
* grammar nitJim Cromie2007-09-171-1/+1
* Move the RXf_WHITE logic for split " " into the regex engineÆvar Arnfjörð Bjarmason2007-06-281-1/+1
* remove op_staticPaul Johnson2007-06-251-7/+3
* Remove comment added by #31218 since the rest of that change wasSteve Hay2007-05-161-2/+0
* Move pmop.op_pmflags back to its previous location. The move inSteve Peters2007-05-151-1/+1
* BASEOP isn't an exact multiple of 8 bytes, so reordering pmop and copNicholas Clark2007-05-151-1/+3
* Give the 'local' declarator a new key, such that 'local our'Gerard Goossen2007-05-121-0/+1
* Disable slurping assigned of split when PL_madskillsGerard Goossen2007-05-121-1/+0
* Disable operator target setting for 'my' variables (OPpTARGET_MY)Gerard Goossen2007-05-121-1/+0