This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
make sure podlators is skipped, it won't be handled correctly
[perl5.git] / op.h
2012-06-13 David Mitchelladd PMf_USE_RE_EVAL flag
2012-06-13 David Mitchelladd PMf_IS_QR flag
2012-06-13 David Mitchelladd PMf_CODELIST_PRIVATE flag
2012-06-13 David Mitchellmake qr/(?{})/ behave with closures
2012-06-13 David MitchellMostly complete fix for literal /(?{..})/ blocks
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-05-22 Father ChrysostomosRemove OPpCONST_WARNING
2012-05-21 Father ChrysostomosCorrect comment typo in op.h
2012-04-05 Father ChrysostomosFix VMS build broken by d1718a7cf5
2012-03-25 Brian FraserLabel UTF8 cleanup
2012-02-11 Zeframadd wrap_op_checker() API function
2012-01-24 Father Chrysostomos[perl #77388] Make stacked -t work
2011-12-18 Father ChrysostomosStop tell($glob_copy) from clearing PL_last_in_gv
2011-12-16 Father Chrysostomos[perl #91514] Use correct error msg for default
2011-11-26 Father ChrysostomosOptimise substr assignment in void context
2011-11-22 Father Chrysostomos[perl #80628] __SUB__
2011-11-06 Father ChrysostomosAdd evalbytes function
2011-11-06 Brian Frasereval STRING UTF8 cleanup.
2011-10-27 Father ChrysostomosFix CORE::glob
2011-10-06 Father ChrysostomosOust cv_ckproto_len
2011-10-06 Brian FraserGroundwork to allow cops and pmops to store the UTF8...
2011-09-09 Zeframremove index offsetting ($[)
2011-09-01 Gerard GoossenUse OPpDEREF for lvalue sub, such that the flags contai...
2011-09-01 Gerard GoossenReassign op_private flags of OP_ENTERSUB such that...
2011-08-27 Father ChrysostomosAdd OPpCOREARGS_SCALARMOD flag
2011-08-25 Father ChrysostomosAdd OPpCOREARGS_PUSHMARK flag
2011-08-25 Father ChrysostomosAdd private coreargs flags for vivifying GVs
2011-08-24 Gerard Goossen[perl #97088] Prevent double get-magic in various cases
2011-08-18 Father Chrysostomos&CORE::wantarray()
2011-08-16 Gerard GoossenRemove OPpENTERSUB_NOMOD.
2011-08-14 Gerard GoossenImprove comments about op_private bits. And move the...
2011-07-11 Gerard Goossenuse a flag to signal a stacking filetests instead of...
2011-07-10 Father ChrysostomosPropagate (non-)lvalue context through nested calls
2011-06-27 Vincent PitFix context propagation below return()
2011-06-25 Vincent PitCorrectly preserve the stack on an implicit break.
2011-06-25 Father ChrysostomosCorrect comment that 903fd87c missed
2011-06-24 Father ChrysostomosMake Perl_op_lvalue_flags provide a no-croak option
2011-06-24 Father Chrysostomosop_lvalue .= _flags
2011-06-12 Nicholas ClarkSplit OP_AELEMFAST_LEX out from OP_AELEMFAST.
2011-06-10 Father ChrysostomosIn B::Concise and op.h list all ops that use LVSUB
2011-06-04 Father Chrysostomos[perl #7946] Lvalue subs do not autovivify
2011-06-03 Father ChrysostomosRearrange some private op flag constants
2011-02-16 David Mitchelldocument how tainting works with pattern matching
2011-02-14 Karl WilliamsonInitial setup to accommodate /aa regex modifier
2011-01-16 Karl Williamsonop.h: add blank line for grouping
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in Perl sources.
2011-01-02 David Mitchellcall pp_glob() even when its being skipped
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...
next