summaryrefslogtreecommitdiff
path: root/pp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make pp_splice handle nonexistent array elementsFather Chrysostomos2013-09-061-8/+15
* pp.c: White-space onlyKarl Williamson2013-08-291-3/+3
* Remove EBCDIC remappingsKarl Williamson2013-08-291-1/+1
* Add and use macro to return EBCDICKarl Williamson2013-08-291-1/+1
* Stop pos() from being confused by changing utf8nessFather Chrysostomos2013-08-251-1/+1
* Don’t push nulls on to the stack in pp_padavFather Chrysostomos2013-08-251-1/+5
* Use SSize_t for arraysFather Chrysostomos2013-08-251-19/+19
* [perl #7508] Use NULL for nonexistent array elemsFather Chrysostomos2013-08-201-2/+2
* [perl #118693] Remove PADTMP exemption from uninit warningsFather Chrysostomos2013-08-201-2/+0
* Avoid double stringification in pp_complementFather Chrysostomos2013-08-201-3/+2
* XXX Patch for discussion: [perl #117355] [lu]cfirst don't respect 'use bytes'Karl Williamson2013-08-121-1/+1
* [perl #78194] Make x copy PADTMPs in lv cxFather Chrysostomos2013-07-251-0/+5
* [perl #78194] Make list slices copy PADTMPs in lv cxFather Chrysostomos2013-07-251-0/+3
* [perl #72766] Allow huge pos() settingsFather Chrysostomos2013-07-231-4/+4
* [perl #77814] Make defelems propagate posFather Chrysostomos2013-07-151-4/+2
* Very few PAD[HA]Vs are "LVALUE": branch predictor hintsSteffen Mueller2013-07-021-4/+4
* Branch predictor hints: exists is mostly run on hashesSteffen Mueller2013-07-021-2/+2
* Fix to make 8d455b9f99c1046e969462419b0eb5b8bf740a47 not a lieSteffen Mueller2013-07-011-2/+2
* Avoid needless refcount and mortialization on pp_anonhashSteffen Mueller2013-07-011-3/+4
* change tied_method to use SVs with precomputed hash valuesRuslan Zakirov2013-06-301-2/+2
* change magic_methcall to use SV with shared hash valueRuslan Zakirov2013-06-301-2/+2
* G_METHOD_NAMED flag for call_method and call_svRuslan Zakirov2013-06-301-3/+3