summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Oust cv_ckproto_lenFather Chrysostomos2011-10-061-8/+0
* toke.c, op.c, sv.c: Prototype parsing and checking are nul-and-UTF8 clean.Brian Fraser2011-10-061-9/+15
* gv.c, op.c, pp.c: Stash-injected prototypes and prototype() are UTF-8 clean.Brian Fraser2011-10-061-2/+8
* op.c: Malformed prototype warning on UTF8 sub nameBrian Fraser2011-10-061-3/+6
* Make op.c warnings UTF8-cleanBrian Fraser2011-10-061-3/+8
* op.c: Flag named methods if they are in UTF-8.Brian Fraser2011-10-061-1/+1
* op.c: newCONSTSUB and newXS UTF8 cleanup.Brian Fraser2011-10-061-73/+89
* implement OP_IS_NUMCOMPARE like other OP_IS macrosJim Cromie2011-09-091-8/+0
* remove index offsetting ($[)Zefram2011-09-091-48/+1
* remove unused variables and assignmentsRobin Barker2011-09-081-2/+1
* S_op_integerize() needs a dVAR, else -DPERL_GLOBAL_STRUCT doesn't build.Nicholas Clark2011-09-061-0/+1
* Move non-constant folding parts of fold_constants into a separate functions.Gerard Goossen2011-09-051-22/+42
* Use OPpDEREF for lvalue sub, such that the flags contains the deref type, ins...Gerard Goossen2011-09-011-1/+3
* &CORE::substr()Father Chrysostomos2011-08-271-1/+5
* &CORE::select()Father Chrysostomos2011-08-271-0/+13
* &CORE::foo() for (sys)read and recvFather Chrysostomos2011-08-261-0/+2
* &CORE::foo() for @ and $@ prototypes, except unlinkFather Chrysostomos2011-08-251-0/+7
* &CORE::caller()Father Chrysostomos2011-08-251-1/+4
* &CORE::binmode()Father Chrysostomos2011-08-251-1/+10
* Allow ampersand calls for CORE subs with $*$$**$ protosFather Chrysostomos2011-08-251-2/+10
* Enable ampersand calls to CORE subs with $$$ prototypesFather Chrysostomos2011-08-241-1/+4