summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Localise PL_curcop for BEGIN blocksFather Chrysostomos2011-11-171-1/+1
* op.c:ck_eval: constingFather Chrysostomos2011-11-061-1/+1
* Add evalbytes functionFather Chrysostomos2011-11-061-7/+31
* eval STRING UTF8 cleanup.Brian Fraser2011-11-061-0/+2
* Stop @{""} = reverse @_ from crashingFather Chrysostomos2011-11-031-0/+1
* Warn for $[ ‘version’ checksFather Chrysostomos2011-11-011-0/+26
* Fix CORE::globFather Chrysostomos2011-10-261-10/+9
* [perl #101486] Make PL_curstash refcountedFather Chrysostomos2011-10-221-9/+14
* add missing STATIC to S_finalize_opDavid Mitchell2011-10-111-1/+1
* Stop attribute errors from leaking op treesFather Chrysostomos2011-10-101-8/+9
* Resolve XS AUTOLOAD-prototype conflictFather Chrysostomos2011-10-091-4/+22
* Dont’t crash when warning about XSUB redefinitionFather Chrysostomos2011-10-081-2/+2
* Cast to signed before negating, to avoid compiler warningsBrian Fraser2011-10-061-3/+3
* op.c: Scalar filehandles in errors UTF8 cleanup.Brian Fraser2011-10-061-0/+5