summaryrefslogtreecommitdiff
path: root/pp.c
Commit message (Expand)AuthorAgeFilesLines
...
* pp.c & sv.c: pp_ref UTF8 and null cleanup.Brian Fraser2011-10-061-3/+2
* pp.c: pp_bless UTF8 cleanup.Brian Fraser2011-10-061-1/+1
* pp.c: Make pp_rv2cv use gv_autoload_pvn()Brian Fraser2011-10-061-1/+1
* pp.c: pp_rv2gv UTF8 cleanup.Brian Fraser2011-10-061-4/+3
* Merge postinc and postdecFather Chrysostomos2011-09-161-25/+7
* Merge preinc and postincFather Chrysostomos2011-09-161-17/+0
* Make ++ and -- work on glob copiesFather Chrysostomos2011-09-161-3/+3
* remove index offsetting ($[)Zefram2011-09-091-51/+13
* Enter gv_fetchsv_nomgFather Chrysostomos2011-09-081-21/+5
* remove unused variables and assignmentsRobin Barker2011-09-081-2/+1
* [perl #97484] Make defined &{...} vivify CORE subsFather Chrysostomos2011-09-011-1/+1
* Eliminate is_gv_magical_svFather Chrysostomos2011-08-301-18/+6
* &CORE::unpack()Father Chrysostomos2011-08-291-15/+14
* &CORE::foo() for tie functionsFather Chrysostomos2011-08-291-2/+6
* &CORE::substr()Father Chrysostomos2011-08-271-5/+9
* &CORE::srand()Father Chrysostomos2011-08-271-1/+1
* pp.c: Use built-in case tables for ords < 256Karl Williamson2011-08-271-27/+4
* pp.c: Change commentKarl Williamson2011-08-271-14/+8
* &CORE::foo() for (sys)read and recvFather Chrysostomos2011-08-261-4/+15
* &CORE::rand()Father Chrysostomos2011-08-261-0/+3
* &CORE::open()Father Chrysostomos2011-08-261-2/+3
* &CORE::lock()Father Chrysostomos2011-08-261-0/+12
* &CORE::index() and &CORE::rindex()Father Chrysostomos2011-08-261-2/+3
* Remove now-unnecessary len check from pp.c:S_rv2gvFather Chrysostomos2011-08-261-2/+1
* Make *{undef} self-consistentFather Chrysostomos2011-08-261-2/+2
* pp.c: Suppress stupid compiler warningFather Chrysostomos2011-08-251-1/+1
* &CORE::foo() for dbmopen and dbmcloseFather Chrysostomos2011-08-251-2/+12
* &CORE::foo() for close, getc and readlineFather Chrysostomos2011-08-251-1/+2
* &CORE::foo() for @ and $@ prototypes, except unlinkFather Chrysostomos2011-08-251-1/+16
* &CORE::caller()Father Chrysostomos2011-08-251-1/+2
* &CORE::bless()Father Chrysostomos2011-08-251-1/+3
* Allow ampersand calls for CORE subs with $*$$**$ protosFather Chrysostomos2011-08-251-2/+17
* Move most of pp_rv2gv into a static functionFather Chrysostomos2011-08-251-16/+44
* Allow ampersand calls to CORE subs with (_) protoFather Chrysostomos2011-08-241-1/+37
* [perl #97088] Prevent double get-magic in various casesGerard Goossen2011-08-241-3/+2
* Call get-magic once for defined ${...}Father Chrysostomos2011-08-231-2/+8
* Stop readline($foo) from autovivifyingFather Chrysostomos2011-08-231-2/+3
* close($undef) should not croak_no_modifyFather Chrysostomos2011-08-231-2/+2
* Call get-magic once for implicit rv2gv in close(), etc.Father Chrysostomos2011-08-231-3/+9
* Remove null checks from pp_rv2gvFather Chrysostomos2011-08-231-2/+2
* Make rv2gv return autovivified magic GVsFather Chrysostomos2011-08-211-1/+1
* pp.c:pp_rv2gv: Skip amagic check when vivifying a globFather Chrysostomos2011-08-191-1/+1
* &CORE::foo() for nullary functionsFather Chrysostomos2011-08-181-0/+28
* Add coreargs opFather Chrysostomos2011-08-181-0/+7
* Make lock(&foo) syntax nominally lock the subroutineFather Chrysostomos2011-08-151-2/+2
* Move pp_-specific code out of core_prototypeFather Chrysostomos2011-08-141-3/+6
* Change core_prototype to take a keyword numFather Chrysostomos2011-08-141-1/+2
* Make core_prototype provide the op number as wellFather Chrysostomos2011-08-141-1/+2
* Add core_prototype; make pp_prototype use itFather Chrysostomos2011-07-261-79/+3
* Don’t call get-magic twice for sym refsFather Chrysostomos2011-07-211-2/+12