summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* Split OP_AELEMFAST_LEX out from OP_AELEMFAST.Nicholas Clark2011-06-121-4/+5
* Scalar keys assignment through lvalue subsFather Chrysostomos2011-06-091-2/+2
* Fix my + attrs + list assignmentFather Chrysostomos2011-06-081-1/+12
* [perl #7946] Lvalue subs do not autovivifyFather Chrysostomos2011-06-031-5/+16
* Make empty lvalue subs work correctlyFather Chrysostomos2011-05-311-12/+7
* Allow rvalue syntax in expr returned from lvalue subFather Chrysostomos2011-05-311-1/+2
* [perl #90888] each(ARRAY) on scalar context should wrapped into defined()Hojung Yoon2011-05-241-3/+6
* Perl_ck_split: Avoid unnecessary assignmentMichael Witten2011-05-191-2/+3
* In Perl_op_clear(), uncomment the call to mad_free()Nicholas Clark2011-05-191-12/+2
* In S_fold_constants() under MAD, need to copy the SV representing the result.Nicholas Clark2011-05-191-1/+9
* Under ithreads, convert SVOPs stored in MADPROPs to PADOPs.Nicholas Clark2011-05-191-0/+41
* Allocate MADPROPs using PerlMemShared_malloc()Nicholas Clark2011-05-191-3/+2
* Make keys $scalar an lvalueFather Chrysostomos2011-04-181-0/+1
* Make keys/value/each $scalar accept only unblessed refsFather Chrysostomos2011-04-181-2/+7
* Make push/shift $scalar accept only unblessed aryrefsFather Chrysostomos2011-04-181-45/+9
* [perl #87064] eval no longer shares filtersFather Chrysostomos2011-04-031-1/+1
* allow wrap-around of PL_cop_seqmaxDavid Mitchell2011-02-061-0/+2
* add GvCV_set() and GvGP_set() macros.David Mitchell2011-01-211-6/+6
* provide an explicit cast to the enum parameter for C++Tony Cook2011-01-211-1/+1
* CH] Change usage of regex/op common to common namesKarl Williamson2011-01-161-1/+1
* Use multi-bit field for regex character setKarl Williamson2011-01-161-4/+3
* .pm: rename variables to reflect expanded usageKarl Williamson2011-01-161-1/+1
* op.c: Remove unnecessary flagKarl Williamson2011-01-091-2/+1
* Generate pp_* prototypes in pp_proto.h, and remove pp.symNicholas Clark2011-01-091-2/+2
* Fix typos (spelling errors) in Perl sources.Peter J. Acklam) (via RT2011-01-071-2/+2
* make <expr> always overload if expr is overloadedDavid Mitchell2011-01-021-0/+1
* call pp_glob() even when its being skippedDavid Mitchell2011-01-021-6/+16
* ck_glob() - add a little code commentDavid Mitchell2011-01-021-1/+1
* mark blockhooks API as experimentalZefram2010-12-131-1/+1
* [perl #68658] attributes turn "state" into "my"Father Chrysostomos2010-12-081-2/+9
* Avoid setting PL_cv_has_eval unnecessarilyFather Chrysostomos2010-12-071-1/+1
* [perl #77762] Constant assignment warningFather Chrysostomos2010-11-301-1/+2
* [perl #63540] bizarre closure lossageFather Chrysostomos2010-11-291-1/+3
* [perl #79178] STORE/FETCH of tie()d hash get stringified keyFather Chrysostomos2010-11-271-1/+2
* [perl #78908] Reinstate mod for one more stable releaseFather Chrysostomos2010-11-261-0/+8
* Clarify op_lvalue’s docsFather Chrysostomos2010-11-261-4/+8
* [perl #78810] PERLDB_NOOPT ignored by adjacent nextstate optimisationFather Chrysostomos2010-11-261-1/+1
* Make BEGIN {require 5.12.0} behave as documented.Nicholas Clark2010-11-251-1/+24
* Refactor newATTRSUB()'s logic for grafting a sub definition to an existing stubNicholas Clark2010-11-181-5/+20
* Convert newSUB() to a macro wrapping Perl_newATTRSUB()Nicholas Clark2010-11-171-6/+0
* Move Perl_cv_undef() from op.c to pad.cNicholas Clark2010-11-161-68/+0
* Zero new XOPs xop_desc will never be invalidFlorian Ragwitz2010-11-151-1/+1
* Document the new custom op functions.Ben Morrow2010-11-141-0/+15
* Improve custom OP support.Ben Morrow2010-11-141-29/+63
* y///rFather Chrysostomos2010-11-021-9/+24
* Don’t capitalise words in the middle of an error messageFather Chrysostomos2010-11-021-1/+1
* Allow push/pop/keys/etc to act on referencesDavid Golden2010-10-311-14/+71
* Don't fold constants in sprintf() if locales are usedNiko Tyni2010-10-271-0/+1
* new API functions op_scope and op_lvalueZefram2010-10-261-45/+63
* add CvSTASH_set() macro and make CvSTASH() rvalue onlyZefram2010-10-251-5/+1