summaryrefslogtreecommitdiff
path: root/pp.c
Commit message (Expand)AuthorAgeFilesLines
* pp.c: Fixed a quotemeta bug on perls built without locale.Brian Fraser2014-07-251-3/+6
* refactor pp_refDaniel Dragan2014-07-141-6/+11
* Remove or downgrade unnecessary dVAR.Jarkko Hietaniemi2014-06-251-110/+86
* PERL_UNUSED_CONTEXT -> remove interp context where possibleDaniel Dragan2014-06-241-5/+4
* Revert "/* NOTREACHED */ belongs *before* the unreachable."Jarkko Hietaniemi2014-06-191-2/+1
* /* NOTREACHED */ belongs *before* the unreachable.Jarkko Hietaniemi2014-06-191-1/+2
* PATCH: [perl #122126] BBC DBD::SQLiteKarl Williamson2014-06-181-2/+2
* PATCH: [perl #121816] Add warning for repetition x < 0Karl Williamson2014-06-171-6/+8
* Some low-hanging -Wunreachable-code fruits.Jarkko Hietaniemi2014-06-151-12/+14
* Revert "Some low-hanging -Wunreachable-code fruits."Jarkko Hietaniemi2014-06-131-14/+12
* Some low-hanging -Wunreachable-code fruits.Jarkko Hietaniemi2014-06-131-12/+14
* pp.c: Add commentKarl Williamson2014-06-131-1/+2
* Silence several -Wunused-parameter warnings about my_perlBrian Fraser2014-06-131-0/+1
* Adding missing SVfARG() invocationsBrian Fraser2014-06-131-1/+1
* Fix some compilation warningsKarl Williamson2014-06-121-1/+6
* pp.c: Fix Win32 compilation problemsKarl Williamson2014-06-121-16/+8
* Allow to compile if don't have LC_CTYPE etc definedKarl Williamson2014-06-121-19/+82
* pp.c: Vertically stack ternary operatorsKarl Williamson2014-06-121-2/+5
* Add parameters to "use locale"Karl Williamson2014-06-051-18/+18
* Accessing array before its start is dubious.Jarkko Hietaniemi2014-05-281-4/+4
* refactor pp_listDaniel Dragan2014-05-281-2/+6
* fix the I32 bug for index() and rindex()Tony Cook2014-05-281-5/+5
* don't set SvPADTMP() on PADGV'sDavid Mitchell2014-02-271-5/+10
* Change av_len calls to av_tindex for clarityKarl Williamson2014-02-201-3/+3
* [perl #121242] Fix crash in gp_free when gv is freedFather Chrysostomos2014-02-151-0/+1
* pp.c: Silence compiler warningKarl Williamson2014-01-301-1/+1
* Move the RXf_ANCH flags to intflags as PREGf_ANCH_xxx and add RXf_IS_ANCHORED...Yves Orton2014-01-311-1/+1
* Work properly under UTF-8 LC_CTYPE localesKarl Williamson2014-01-271-15/+38
* Taint more operands with case changesKarl Williamson2014-01-271-41/+23
* Add some cBOOL casts to macrosKarl Williamson2014-01-221-4/+4
* pp.c: Remove unnecessary mask operation.Karl Williamson2014-01-011-1/+1
* pp.c: Guard against malformed UTF-8 input in ord()Karl Williamson2014-01-011-1/+2
* pp.c: Simplify lc and uc stringification codeFather Chrysostomos2014-01-011-39/+3
* pp.c: Improve self-referential commentFather Chrysostomos2014-01-011-1/+1
* Reënable in-place lc/ucFather Chrysostomos2014-01-011-5/+15
* pp.c: Remove redundant diag_listed_asFather Chrysostomos2013-12-231-1/+0
* Revert "make perl core quiet under -Wfloat-equal"David Mitchell2013-11-161-5/+5
* make perl core quiet under -Wfloat-equalDavid Mitchell2013-11-091-5/+5
* Stop lexical CORE sub from interfering with CORE::Father Chrysostomos2013-11-081-1/+1
* ‘Attempt to bless into a ref’ with stale method cachesFather Chrysostomos2013-10-311-2/+11
* [perl #119809] Disallow bless($ref, $tied_ref)Father Chrysostomos2013-10-311-2/+3
* pp.c:pp_undef: Don’t vivify the scalar slotFather Chrysostomos2013-10-281-0/+2
* Silence some Win32 compiler warningsKarl Williamson2013-10-241-1/+1
* pp.c: Allow 64-bit stack offsets in kv[ah]sliceFather Chrysostomos2013-09-131-2/+2
* pp.c:pp_kvhslice: remove unused varFather Chrysostomos2013-09-131-1/+1
* Use diag_listed_as two suppress two diag.t failuresFather Chrysostomos2013-09-131-0/+2
* index/value array slice operationRuslan Zakirov2013-09-131-0/+44
* key/value hash slice operationRuslan Zakirov2013-09-131-0/+48
* [perl #115928] a consistent (public) rand() implementationTony Cook2013-09-131-4/+0
* Use separate macros for byte vs uv UnicodeKarl Williamson2013-09-101-1/+1