summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* stop passing line numbers into op constructor functionsZefram2010-10-251-11/+8
* refactor and regularise label/statement grammarZefram2010-10-251-8/+4
* [perl #77810] Scalars vs globsFather Chrysostomos2010-10-241-0/+2
* Add single-term prototypeDavid Golden2010-10-211-0/+12
* full API for cop hint hashesZefram2010-10-211-11/+6
* [perl #78072] use re '/xism';Father Chrysostomos2010-10-211-0/+13
* add lex_start to the APIZefram2010-10-211-1/+1
* remove filter inheritance option from lex_startZefram2010-10-211-1/+1
* fix indentation for prototype switch statementsDavid Golden2010-10-191-148/+148
* Add LINKLIST to the API.Ben Morrow2010-10-121-10/+21
* APIify op list constructorsZefram2010-10-121-56/+99
* Remove some excess cleverness from the Bhk macros.Ben Morrow2010-10-101-3/+3