summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* fix compiler warningJesse Luehrs2012-06-291-1/+1
* When reusing op slots, only zero as much as neededFather Chrysostomos2012-06-291-3/+4
* -DS should not invoke warnhookFather Chrysostomos2012-06-291-10/+12
* op.c: Memory funcs need dVARFather Chrysostomos2012-06-291-0/+2
* Enlarge the last slot on an op slab to fitFather Chrysostomos2012-06-291-0/+3
* Define cv_forget_slab under PL_OP_SLAB_ALLOCFather Chrysostomos2012-06-291-10/+0
* Add slab allocation diagnostics (under perl -DS)Father Chrysostomos2012-06-291-0/+10
* CV-based slab allocation for opsFather Chrysostomos2012-06-291-5/+238
* allow "my ()" [perl #113554]Jesse Luehrs2012-06-251-5/+1
* [perl #113712] Don’t create stubs after errorsFather Chrysostomos2012-06-201-20/+24
* op.c:utilize: don't allocate pegop if !PL_madskillsFather Chrysostomos2012-06-151-6/+1
* Don’t call mro_method_changed_in after newCONSTSUBFather Chrysostomos2012-06-151-4/+1
* Don’t create pads for sub stubsFather Chrysostomos2012-06-151-0/+17
* op.c:newPROG: Remove questionable commentFather Chrysostomos2012-06-151-3/+0
* Rmv mro_method_changed_in call on stub upgraded to constFather Chrysostomos2012-06-151-10/+4
* propagate 'use re eval' into return from (??{})David Mitchell2012-06-131-1/+4
* make OP_REGCRESET only for taint handlingDavid Mitchell2012-06-131-4/+7
* pmruntime: make more use of Perl_re_op_compileDavid Mitchell2012-06-131-33/+7
* add op_comp field to regexp_engine APIDavid Mitchell2012-06-131-4/+4
* re_op_compile(): split flags into two argumentsDavid Mitchell2012-06-131-6/+5
* add PMf_IS_QR flagDavid Mitchell2012-06-131-1/+2
* pm_runtime(): tidy some local varsDavid Mitchell2012-06-131-8/+2
* Handle literal code blocks in runtime regexesDavid Mitchell2012-06-131-2/+9
* remove target from REGCOMP opDavid Mitchell2012-06-131-2/+0
* Move bulk of pp_regcomp() into re_op_compile()David Mitchell2012-06-131-1/+2
* add PMf_CODELIST_PRIVATE flagDavid Mitchell2012-06-131-1/+8
* remove private flag 1 from OP_REGCOMPDavid Mitchell2012-06-131-1/+1
* change re_op_compile() to take a list of SVsDavid Mitchell2012-06-131-1/+1
* unlink re_eval code blocks from op listDavid Mitchell2012-06-131-77/+61
* make qr/(?{})/ behave with closuresDavid Mitchell2012-06-131-12/+95
* Mostly complete fix for literal /(?{..})/ blocksDavid Mitchell2012-06-131-30/+71
* add Perl_re_op_compile functionDavid Mitchell2012-06-131-44/+88
* make re_evals be seen by the toker/parserDavid Mitchell2012-06-131-0/+30
* Add alloccopstash provisionally to the APIFather Chrysostomos2012-06-081-0/+9
* Constant folding for xFather Chrysostomos2012-06-081-0/+2
* Make __SUB__ work in special blocksFather Chrysostomos2012-06-081-1/+1
* cop_stashoff is an integer, not a pointer.Craig A. Berry2012-06-081-1/+1
* Obliterate CopSTASH_freeFather Chrysostomos2012-06-041-1/+0
* [perl #78742] Store CopSTASH in a pad under threadsFather Chrysostomos2012-06-041-3/+30
* Don’t localise CopSTASH(&PL_compiling) in newCONSTSUBFather Chrysostomos2012-06-041-6/+0
* Remove ‘Runaway prototype’ warningFather Chrysostomos2012-05-291-5/+0
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* Add &CORE::posFather Chrysostomos2012-05-291-5/+8
* Make undef use ck_fun and OA_SCALARREFFather Chrysostomos2012-05-291-2/+4
* Add &CORE::globFather Chrysostomos2012-05-291-1/+1
* Add protos for positive keywordsFather Chrysostomos2012-05-291-8/+15
* op.c: One less func call for newXSFather Chrysostomos2012-05-231-1/+3
* op.c: Remove redundant assignmentFather Chrysostomos2012-05-211-1/+0
* Make while(each ...) imply defined($_ = ...)Father Chrysostomos2012-05-211-0/+2
* op.c:ck_glob: Don’t do gv_fetchpv("CORE::GLOBAL::glob")Father Chrysostomos2012-05-211-1/+3