summaryrefslogtreecommitdiff
path: root/pp.c
Commit message (Expand)AuthorAgeFilesLines
* Use the new utf8 to code point functionsKarl Williamson2012-03-191-3/+3
* pp.c: Cast function argument to expected typeKarl Williamson2012-02-151-1/+1
* pp_quote_meta: in locale, quote all UTF-8 Latin1 non-ASCIIKarl Williamson2012-02-151-1/+5
* pp.c: white-space onlyKarl Williamson2012-02-151-6/+6
* perl #77654: quotemeta quotes non-ASCII consistentlyKarl Williamson2012-02-151-8/+29
* pp_quotemeta(): Use more explicit macroKarl Williamson2012-02-151-1/+1
* Make pp_study a no-op, as discussed on p5pAbhijit Menon-Sen2012-02-131-0/+5
* use locale; fc(""); shouldn't taint.Brian Fraser2012-01-301-1/+1
* pp.c: Can grow scalar by lessKarl Williamson2012-01-291-1/+3
* Implement the fc keyword and the \F string escape.Brian Fraser2012-01-291-0/+151
* [perl #108480] $cow |= number undefines $cowFather Chrysostomos2012-01-171-2/+2
* Provide as much diagnostic information as possible in "panic: ..." messages.Nicholas Clark2012-01-161-1/+1
* Better fix for perl #107440Father Chrysostomos2012-01-091-2/+2
* [perl #107440] Save av/hv on mortals stack when clearingFather Chrysostomos2012-01-061-2/+2
* diag_listed_as galoreFather Chrysostomos2011-12-281-0/+1
* diag_listed_as for lvalue scalar context errorsFather Chrysostomos2011-12-281-0/+2
* Fix two (er, four) sub:lvalue { &$x } bugsFather Chrysostomos2011-12-261-6/+0
* Don’t crash when writing to null hash elemFather Chrysostomos2011-12-241-2/+2
* 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