summaryrefslogtreecommitdiff
path: root/pp.c
Commit message (Expand)AuthorAgeFilesLines
* Stop tell($glob_copy) from clearing PL_last_in_gvFather Chrysostomos2011-12-171-1/+1
* Name anon handles __ANONIO__Father Chrysostomos2011-12-151-1/+1
* pp.c: Changing case of utf8 strings under locale uses locale for < 255Karl Williamson2011-12-151-4/+29
* Adjust substr offsets when using, not when creating, lvalueFather Chrysostomos2011-12-041-75/+96
* Optimise substr assignment in void contextFather Chrysostomos2011-11-261-8/+15
* Don’t coerce $x immediately in foo(substr $x...)Father Chrysostomos2011-11-261-16/+7
* Call FETCH once when chomping a tied refFather Chrysostomos2011-11-241-1/+1
* pp.c: Remove useless read-only check from S_do_chompFather Chrysostomos2011-11-241-1/+1
* amagic_deref_call does not necessitate SPAGAINFather Chrysostomos2011-11-221-4/+0
* [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