This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Actuall excise 'Apollo DomainOS' support. We officially killed it in 5.11.0. It
[perl5.git] / op.c
2011-01-02 David Mitchellmake <expr> always overload if expr is overloaded
2011-01-02 David Mitchellcall pp_glob() even when its being skipped
2011-01-02 David Mitchellck_glob() - add a little code comment
2010-12-13 Zeframmark blockhooks API as experimental
2010-12-09 Father Chrysostomos[perl #68658] attributes turn "state" into "my"
2010-12-08 Father ChrysostomosAvoid setting PL_cv_has_eval unnecessarily
2010-11-30 Father Chrysostomos[perl #77762] Constant assignment warning
2010-11-29 Father Chrysostomos[perl #63540] bizarre closure lossage
2010-11-27 Father Chrysostomos[perl #79178] STORE/FETCH of tie()d hash get stringifie...
2010-11-26 Father Chrysostomos[perl #78908] Reinstate mod for one more stable release
2010-11-26 Father ChrysostomosClarify op_lvalue’s docs
2010-11-26 Father Chrysostomos[perl #78810] PERLDB_NOOPT ignored by adjacent nextstat...
2010-11-25 Nicholas ClarkMake BEGIN {require 5.12.0} behave as documented.
2010-11-18 Nicholas ClarkRefactor newATTRSUB()'s logic for grafting a sub defini...
2010-11-17 Nicholas ClarkConvert newSUB() to a macro wrapping Perl_newATTRSUB()
2010-11-16 Nicholas ClarkMove Perl_cv_undef() from op.c to pad.c
2010-11-15 Florian RagwitzZero new XOPs xop_desc will never be invalid
2010-11-15 Ben MorrowDocument the new custom op functions.
2010-11-15 Ben MorrowImprove custom OP support.
2010-11-03 Father Chrysostomosy///r
2010-11-03 Father ChrysostomosDon’t capitalise words in the middle of an error message
2010-11-01 David GoldenAllow push/pop/keys/etc to act on references
2010-10-27 Niko TyniDon't fold constants in sprintf() if locales are used
2010-10-27 Zeframnew API functions op_scope and op_lvalue
2010-10-26 Zeframadd CvSTASH_set() macro and make CvSTASH() rvalue only
2010-10-25 Zeframstop passing line numbers into op constructor functions
2010-10-25 Zeframrefactor and regularise label/statement grammar
2010-10-24 Father Chrysostomos[perl #77810] Scalars vs globs
2010-10-21 David GoldenAdd single-term prototype
2010-10-21 Zeframfull API for cop hint hashes
2010-10-21 Father Chrysostomos[perl #78072] use re '/xism';
2010-10-21 Zeframadd lex_start to the API
2010-10-21 Zeframremove filter inheritance option from lex_start
2010-10-19 David Goldenfix indentation for prototype switch statements
2010-10-12 Ben MorrowAdd LINKLIST to the API.
2010-10-12 ZeframAPIify op list constructors
2010-10-11 Ben MorrowRemove some excess cleverness from the Bhk macros.
2010-10-11 Zeframplugin mechanism to rewrite calls to a subroutine
2010-10-07 Ben MorrowRemove MEMBER_TO_FPTR.
2010-09-27 Nicholas ClarkMove OP prototypes from pp_proto.h to proto.h
2010-09-23 Karl WilliamsonAdd /d, /l, /u (infixed) regex modifiers
2010-09-21 Father Chrysostomos[perl #20444] regex not evaluated in constant ?:
2010-09-16 Zeframadd hv_copy_hints_hv and save_hints to the API
2010-09-14 Nicholas ClarkIn Perl_ck_subr(), no need to create/set o3 in the...
2010-09-13 Nicholas ClarkIn Perl_ck_subr, remove delete_op, unused since asserti...
2010-09-13 Nicholas ClarkIn Perl_ck_subr(), move to once place all setting of...
2010-09-13 Nicholas ClarkIn Perl_ck_subr(), consolidate all the prototype code...
2010-09-13 Nicholas ClarkIn Perl_ck_subr(), hoist the if (proto) check outside...
2010-09-12 David Mitchellfix a couple of -Dmad compiler warnings
2010-09-07 David LeadbeaterFix RT #77468: Smart matching on slices
2010-09-01 Nicholas ClarkRefactor Perl_store_cop_label() to avoid exposing struc...
2010-08-27 Nicholas ClarkPeephole optimise adjacent pairs of nextstate ops.
2010-08-26 Zeframmake recursive part of peephole optimiser hookable
2010-08-23 Zeframdocument several optree construction functions
2010-08-21 Ben MorrowRemove CALL_FPTR and CPERLscope.
2010-08-16 Zeframfix [perl #74118] $[ assignment not noisy enough
2010-08-15 Florian RagwitzRevert "Make the peep recurse via PL_peepp"
2010-08-02 H.Merijn BrandC89 doesn't allow static dynamic initialization of...
2010-07-25 Florian RagwitzMake the peep recurse via PL_peepp
2010-07-23 David Mitchell[perl #76478] silence compiler warning
2010-07-18 David Mitchelladd CvGV_set() macro and make CvGV() rvalue only
2010-07-18 David Mitchelladd CVf_CVGV_RC flag
2010-07-14 David Mitchellprotect CvGV weakref with backref
2010-07-14 David Mitchellprotect CvSTASH weakref with backrefs
2010-07-12 Ben MorrowDocument the blockhook functions and macros.
2010-07-12 Ben MorrowWrap PL_blockhooks in an API function.
2010-07-12 Ben MorrowGeneric hooks into Perl_block_{start,end}.
2010-06-07 Father Chrysostomosglob crashes when %File::Glob:: is empty
2010-05-30 Nicholas ClarkEliminate some newSV(0)s by merging the SV allocation...
2010-05-25 David Mitchelladd OPpDEREFed flag to avoid double mg_get()
2010-05-22 David CaldwellAdd s///r (non-destructive substitution).
2010-05-21 Nicholas ClarkRestore strict refs on stashes, removed by ce10b5d1ec5b...
2010-05-21 Nicholas ClarkReplace boolean use of HvFILL(hv) with HvTOTALKEYS...
2010-05-19 Vincent PitMerge branch 'vincent/rvalue_stmt_given' into blead
2010-05-03 Ruslan Zakirovshift; optimization
2010-04-13 Rafael Garcia-Suarezwhen(scalar) without argument should be a syntax error...
2010-04-02 Rafael Garcia-SuarezFor evals, op_targ carry hint flags, which are pretty...
2010-03-27 David Leadbeater[perl #73720] opt_scalarhv(or OP_BOOLKEYS) does not...
2010-02-20 Marcus Holland-MoritzAdd some missing dVAR's
2010-01-12 Rafael Garcia-SuarezThe new lvalue warning should not be turned on by default
2010-01-10 Gerard GoossenRetain builtin attributes from pre-declaration. Fixes...
2010-01-10 Gerard GoossenIgnore a lvalue attribute after the subroutine has...
2010-01-03 Vincent PitMake given() statements return the last evaluated expre...
2009-12-20 Rafael Garcia-SuarezMake eval {} compile directly to OP_ENTERTRY
2009-12-14 Father Chrysostomos[perl #70171] 5.10.0 -> 5.10.1 Regression in fafafbaf70...
2009-12-08 Gerard Goossenproper error on "grep $x (1,2,3)". Solves [perl #37314]
2009-11-29 Rafael Garcia-SuarezMake split warn in void context
2009-11-21 Gerard GoossenForce OP_REQUIRE to scalar context at the end of ck_req...
2009-11-20 Rafael Garcia-SuarezMissing static storage class for some new static functions
2009-11-16 Gerard Goossenadd op class assertions to newXXXOP functions
2009-11-15 Nicholas ClarkMake the style of pad_add_name's flags consistent with...
2009-11-15 Nicholas ClarkConvert pad_check_dup() to static linkage, and call...
2009-11-13 Jerry D. HeddenFix compiler warning:
2009-11-12 Nicholas ClarkAs our $_; is forced into main::, it should warn as...
2009-11-11 Vincent PitMake diag.t skip the warning I just fixed
2009-11-10 Vincent PitFix misformed UVxf format in op.c
2009-11-10 Vincent PitOptimize reversing an array in-place
2009-11-10 Vincent PitFactor the "is this an in-place array operator construc...
2009-11-10 SisyphusAdd mingw64 support
2009-11-09 Nicholas ClarkAdd length and flags arguments to Perl_pad_add_name().
next