This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Test B::Concise’s -tree mode
[perl5.git] / op.h
2010-12-13 Zeframmark blockhooks API as experimental
2010-11-30 Father Chrysostomos[perl #77762] Constant assignment warning
2010-11-17 Nicholas ClarkConvert newSUB() to a macro wrapping Perl_newATTRSUB()
2010-11-15 Ben MorrowDocument the new custom op functions.
2010-11-15 Ben MorrowImprove custom OP support.
2010-10-27 Nicholas ClarkRemove THREADSV_NAMES, part of 5005 threads that the...
2010-10-27 Zeframnew API functions op_scope and op_lvalue
2010-10-12 Ben MorrowAdd LINKLIST to the API.
2010-10-11 Ben MorrowRemove some excess cleverness from the Bhk macros.
2010-10-11 Zeframplugin mechanism to rewrite calls to a subroutine
2010-09-23 Karl WilliamsonAdd /d, /l, /u (infixed) regex modifiers
2010-09-21 Father Chrysostomos[perl #20444] regex not evaluated in constant ?:
2010-08-28 Nicholas ClarkRemove OA_RETINTEGER, unused since 2002 (commit e731106...
2010-08-21 Ben MorrowRemove CALL_FPTR and CPERLscope.
2010-08-11 Karl Williamsonop.h: Move bits around to allow for future growth
2010-08-11 Karl Williamsonop.h, regexp.h: renumber shifts.
2010-08-11 Karl Williamsonop_reg_common.h: Continue refactoring
2010-08-11 Karl Williamsonop_reg_common.h: Refactor variable for safety
2010-08-11 Karl Williamsonregexp.h, op.h: decouple mostly from op_reg_common.h
2010-08-11 Karl Williamsonop.h: Fix error msg
2010-07-29 Karl WilliamsonRefactor common parts of op.h, regexp.h into new .h
2010-07-29 Karl Williamsonop.h: Fix comments in #defines that cross lines
2010-07-15 Ben MorrowMacros to en/disable blockhook entries.
2010-07-12 Ben MorrowDocument the blockhook functions and macros.
2010-07-12 Ben MorrowMacroify the block_hooks structure.
2010-07-12 Ben MorrowGeneric hooks into Perl_block_{start,end}.
2010-05-25 Shlomi FishLink from GIMME_V to perlcall for a usage example.
2010-05-25 David Mitchelladd OPpDEREFed flag to avoid double mg_get()
2010-05-22 David CaldwellAdd s///r (non-destructive substitution).
2010-04-13 Slaven Rezic* eliminated OP_SETSTATE also in comments
2009-11-10 Vincent PitOptimize reversing an array in-place
2009-08-26 Rafael Garcia-SuarezUse less constness in MAD code
2009-07-25 Vincent PitIntroduce "delete local"
2009-05-29 Rafael Garcia-SuarezDocument the PERL_LOADMOD_ flags
2008-11-26 Nicholas ClarkReplace Perl_my() with a small shell script. er. macro.
2008-11-25 Vincent Pit[perl #38809] return do { } : take 3 (or 4...)
2008-11-12 Chip SalzenbergRe: [perl #60360] [PATCH] local $SIG{FOO} = sub {....
2008-10-27 Nicholas ClarkAdd a macro MUTABLE_PTR(p), which on (non-pedantic...
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-06-08 Reini UrbanRe: [PATCH] readable assertion names, now the rest
2008-04-14 Andy DoughertyRe: Solaris build warnings
2008-02-25 Jim CromieRe: [patch] optimize OP_IS_(FILETEST|SOCKET) macros
2008-02-23 Vincent PitRe: [PATCH] Splitting OP_CONST (Was: pp_const, not...
2008-02-15 Jan DuboisSilence compiler warnings on Win32/VC6
2008-02-12 Jan DuboisFix bit-fields for VC [was RE: [perl #50386] GIMME_V...
2008-02-10 Nicholas ClarkEliminate use of Nullop in the core code. Dual life...
2008-01-27 Dave Mitchellfix misleading comment in op.h
2008-01-21 Nicholas ClarkIn struct block_eval, eliminate old_in_eval and old_op_...
2008-01-21 Nicholas ClarkGive G_VOID, G_SCALAR and G_ARRAY the same numeric...
2008-01-21 Nicholas ClarkEncode the G_* to OPf_WANT_* transform, the reverse...
2008-01-11 Nicholas ClarkRemove PM_GETRE_SAFE and PM_SETRE_SAFE as nothing uses...
2008-01-11 Nicholas ClarkREGEXPs are now stored directly in PL_regex_padav,...
2008-01-08 Nicholas ClarkIn PL_regexp_padav, store regexps via real references...
2008-01-06 Nicholas ClarkEnforce some type safety in PM_SETRE by adding PM_SETRE...
2008-01-06 Nicholas ClarkClarify the intent of the code in Perl_op_clear. Under...
2008-01-03 Rafael Garcia-SuarezOP_THREADSV was removed by #29727
2007-12-29 Nicholas ClarkReorder the external regexp flags to get RXf_PMf_STD_PM...
2007-12-29 Nicholas ClarkNote to future self about moving the regexp flag bits...
2007-12-22 Nicholas ClarkRemove the definitions of Null(), Nullch, Nullfp, Nulls...
2007-11-07 Nicholas ClarkFix up copyright years for files modified in 2007.
2007-10-02 Jim CromieRe: [patch] clean out remnants of DEBUGGING_OPS (was...
2007-10-02 John Peacockwas Re: Freeze ?
2007-09-20 Nicholas ClarkGet mad compiling as C++. (At least for me)
2007-09-17 Jim Cromiegrammar nit
2007-06-28 Ævar Arnfjörð Bjar... Move the RXf_WHITE logic for split " " into the regex...
2007-06-25 Paul Johnsonremove op_static
2007-05-16 Steve HayRemove comment added by #31218 since the rest of that...
2007-05-15 Steve PetersMove pmop.op_pmflags back to its previous location...
2007-05-15 Nicholas ClarkBASEOP isn't an exact multiple of 8 bytes, so reorderin...
2007-05-12 Gerard GoossenGive the 'local' declarator a new key, such that 'local...
2007-05-12 Gerard GoossenDisable slurping assigned of split when PL_madskills
2007-05-12 Gerard GoossenDisable operator target setting for 'my' variables...
2007-04-24 Rafael Garcia-SuarezRemove the code that handles assignment to state variables
2007-04-20 Gerard GoossenRe: [PATCH] madprop about forced words
2007-04-10 Nicholas ClarkS_forget_pmop() only needs a flags argument for the...
2007-04-07 Nicholas ClarkUnder PERL_DEBUG_READONLY_OPS don't panic if you can...
2007-04-07 Nicholas ClarkTurn op_pmreplroot in struct pmop into a real union.
2007-04-06 Nicholas ClarkMerge op_pmreplstart and op_pmstash/op_pmstashpv into...
2007-04-06 Nicholas ClarkAdd editor block.
2007-04-06 Nicholas ClarkOnly append ?? match ops to the list used by reset...
2007-04-06 Nicholas ClarkRemove op_pmnext from PMOPs, and instead store the...
2007-04-04 Yves OrtonRe: pmdynflags and thread safety
2007-04-02 Nicholas ClarkFor Perl_Slab_Alloc(), eliminate the unused parameter...
2007-03-19 Rafael Garcia-SuarezLet %^H be modifiable in eval-strings (bug #41531),
2007-02-26 Nicholas ClarkFix bug #41550 - AUTOLOAD :lvalue not working the...
2007-01-24 Nicholas ClarkWrap the macro arguments for ck_proto in ().
2007-01-15 Yves OrtonAdd support for /k modfier for matching along with...
2007-01-09 Yves OrtonLet the regex parser decide if we have a special patter...
2007-01-05 Rafael Garcia-SuarezUpdate copyright years in .h files. Also, in .pl
2006-12-29 Dave Mitchellfurther fix for #29543: fix parser leaks caused by...
2006-12-13 Nicholas ClarkEliminate PVBM. Store fast Boyer-Moore tables in PVGV.
2006-12-13 Dave Mitchellfix parser leaks caused by croaking while shifting...
2006-12-08 Dave Mitchelladd missing OP_REFCNT_LOCK/UNLOCKs and document it
2006-11-23 Yves OrtonCleanup regexp flags and structure
2006-09-21 Rafael Garcia-SuarezDocument the values that mad_key can hold
2006-08-31 Nicholas ClarkChange the generation of {} and [] from 3 ops to 1...
2006-08-17 Jarkko HietaniemiRe: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached)
2006-05-03 Rafael Garcia-SuarezIntroduce a new keyword, state, for state variables.
2006-04-19 Nicholas ClarkOops. Need a macro to convert cv_ckproto() to cv_ckprot...
2006-04-12 Nicholas ClarkAs OPs are shared between threads, they should be using
next