summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* op.c: Remove a redundant ck_subr call from ck_requireFather Chrysostomos2012-05-211-2/+2
* op.c: Remove a redundant ck_subr call from ck_globFather Chrysostomos2012-05-211-1/+1
* op.c: Remove a redundant ck_subr call from dofileFather Chrysostomos2012-05-211-2/+2
* op.c:ck_glob: Check PL_globhook before loading File::GlobFather Chrysostomos2012-05-211-9/+8
* Make pos(@array) and pos(%hash) into errorsFather Chrysostomos2012-05-211-2/+2
* Copy call checker when cloning closure prototypeFather Chrysostomos2012-05-211-0/+1
* Produce the right error for goto "\0"Father Chrysostomos2012-05-211-1/+8
* [perl #111980] Don’t allow ‘my $♠’Father Chrysostomos2012-04-201-2/+3
* [perl #112316] Make strict vars respect assignment from null pkgFather Chrysostomos2012-04-191-0/+1
* [perl #112352] Make ‘use v5.15’ always enable unicode_evalFather Chrysostomos2012-04-101-3/+2
* [perl #111462] Move strict hints from %^H to $^HFather Chrysostomos2012-04-031-9/+6
* [perl #111462] Don’t leak eval "" op tree when croakingFather Chrysostomos2012-03-271-1/+6
* Label UTF8 cleanupBrian Fraser2012-03-251-5/+16
* Use HEKf in 2 places in op.c:S_finalize_opFather Chrysostomos2012-03-231-4/+4
* op.c: Warnings cleanup.Brian Fraser2012-03-231-46/+77