summaryrefslogtreecommitdiff
path: root/pp.c
Commit message (Expand)AuthorAgeFilesLines
* [perl #80628] __SUB__Father Chrysostomos2011-11-221-0/+19
* Mention implicit $_ in y///r uninit warningFather Chrysostomos2011-11-191-2/+4
* expunge gratuitous Unicode punctuation in commentsZefram2011-11-161-1/+1
* pp.c: Make sure variable is initializedKarl Williamson2011-11-121-0/+1
* pp.c: Call subroutine instead of repeat codeKarl Williamson2011-11-111-49/+34
* pp.c: Remove macro no-longer calledKarl Williamson2011-11-111-10/+2
* pp.c: Call subroutine instead of repeat codeKarl Williamson2011-11-111-38/+2
* pp.c: White-space onlyKarl Williamson2011-11-111-7/+6
* pp.c: Call subroutine instead of repeat codeKarl Williamson2011-11-111-76/+1
* pp.c: White-space onlyKarl Williamson2011-11-111-28/+28
* pp.c: Call subroutine instead of repeat codeKarl Williamson2011-11-111-24/+8
* pp.c: Add compiler hintKarl Williamson2011-11-111-1/+1
* pp.c: White-space onlyKarl Williamson2011-11-111-24/+23
* pp.c: Call subroutine instead of repeat codeKarl Williamson2011-11-111-19/+0
* [perl #96326] *{$io} should not be semi-definedFather Chrysostomos2011-11-061-1/+1
* pp.c: White space onlyKarl Williamson2011-10-171-16/+15
* pp.c: Remove disabled code for context sensitive lcKarl Williamson2011-10-171-70/+4
* do not return useless value from void-context substrChip Salzenberg2011-10-101-9/+14
* Resolve XS AUTOLOAD-prototype conflictFather Chrysostomos2011-10-091-1/+3
* gv.c, op.c, pp.c: Stash-injected prototypes and prototype() are UTF-8 clean.Brian Fraser2011-10-061-1/+1
* pp.c: Got pp_gelem nul-clean.Brian Fraser2011-10-061-11/+12
* pp.c: Make warnings utf8-cleanBrian Fraser2011-10-061-3/+5
* pp.c: pp_substr for UTF-8 globs.Brian Fraser2011-10-061-2/+2
* 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