summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* re_op_compile(): split flags into two argumentsDavid Mitchell2011-12-191-6/+5
* add PMf_IS_QR flagDavid Mitchell2011-12-191-1/+2
* pm_runtime(): tidy some local varsDavid Mitchell2011-12-191-8/+2
* Handle literal code blocks in runtime regexesDavid Mitchell2011-12-191-2/+9
* remove target from REGCOMP opDavid Mitchell2011-12-191-2/+0
* Move bulk of pp_regcomp() into re_op_compile()David Mitchell2011-12-191-1/+2
* add PMf_CODELIST_PRIVATE flagDavid Mitchell2011-12-191-1/+8
* remove private flag 1 from OP_REGCOMPDavid Mitchell2011-12-191-1/+1
* change re_op_compile() to take a list of SVsDavid Mitchell2011-12-191-1/+1
* unlink re_eval code blocks from op listDavid Mitchell2011-12-191-77/+61
* make qr/(?{})/ behave with closuresDavid Mitchell2011-12-191-12/+95
* Mostly complete fix for literal /(?{..})/ blocksDavid Mitchell2011-12-191-30/+71
* add Perl_re_op_compile functionDavid Mitchell2011-12-191-44/+88
* make re_evals be seen by the toker/parserDavid Mitchell2011-12-191-0/+30
* Stop readline(*$glob_copy) from clearing PL_last_in_gvFather Chrysostomos2011-12-181-1/+5
* Revert "Make scalar() propagate lvalueness"Father Chrysostomos2011-12-181-1/+0
* Stop seek($glob_copy...) from clearing PL_last_in_gvFather Chrysostomos2011-12-181-0/+1
* Stop eof($glob_copy) from clearing PL_last_in_gvFather Chrysostomos2011-12-171-1/+5
* Oops. You can’t do ->op_first on a baseop.Father Chrysostomos2011-12-171-3/+4
* Stop tell($glob_copy) from clearing PL_last_in_gvFather Chrysostomos2011-12-171-0/+11
* [perl #91514] Use correct error msg for defaultFather Chrysostomos2011-12-161-0/+1
* Name anon handles __ANONIO__Father Chrysostomos2011-12-151-1/+3
* Disable $[ under 5.16Father Chrysostomos2011-12-151-13/+8
* charnames and perlapi: pod nitsKarl Williamson2011-12-141-1/+3
* Make scalar() propagate lvaluenessFather Chrysostomos2011-12-131-0/+1
* use 5.xxx: Don’t load feature.pm unnecessarilyFather Chrysostomos2011-12-071-11/+19
* Implement new ‘use 5.xxx' planFather Chrysostomos2011-12-071-3/+24
* Put optimised substr assignment in void contextFather Chrysostomos2011-12-051-0/+2
* Make inlined &CORE::__SUB__ the right-sized opFather Chrysostomos2011-11-261-1/+3
* Optimise substr assignment in void contextFather Chrysostomos2011-11-261-0/+18
* Optimise __SUB__ to a constantFather Chrysostomos2011-11-261-0/+17
* evalbytes should ignore outer utf8 declarationFather Chrysostomos2011-11-241-0/+1
* __SUB__ should warn in void contextFather Chrysostomos2011-11-241-0/+1
* op.c: typoFather Chrysostomos2011-11-221-1/+1
* [perl #80628] __SUB__Father Chrysostomos2011-11-221-1/+2
* Put sub redef warnings in one placeFather Chrysostomos2011-11-211-52/+49
* Make const redef warnings default in newXSFather Chrysostomos2011-11-211-4/+21
* Refactor newXS’s autouse logicFather Chrysostomos2011-11-211-13/+9
* Make constant sub redef warnings obey scopeFather Chrysostomos2011-11-211-0/+1
* Make newXS redefinition warning respect UTF8Father Chrysostomos2011-11-211-3/+6
* Make newCONSTSUB use the right warning scope.Father Chrysostomos2011-11-211-0/+2
* Restore autouse’s exemption from redef warningsFather Chrysostomos2011-11-211-9/+19
* Have newCONSTSUB pass the length to newXSFather Chrysostomos2011-11-201-3/+1
* Add newXS_len_flagsFather Chrysostomos2011-11-201-2/+17
* Have newATTRSUB remember the name’s lengthFather Chrysostomos2011-11-201-2/+3
* Add len flag to newCONSTSUB_flagsFather Chrysostomos2011-11-201-3/+9
* Handle require() on implicit $_ properly w/r global overridesVincent Pit2011-11-201-4/+8
* Mention variable names in @a =~ // warningsFather Chrysostomos2011-11-191-2/+17
* Mention the variable name in the new length warningsFather Chrysostomos2011-11-181-9/+27
* Throw a helpful warning when someone tries length(@array) or length(%hash)Matthew Horsfall (alh)2011-11-181-0/+33