summaryrefslogtreecommitdiff
path: root/pp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reinstate UTF8fFather Chrysostomos2013-06-281-5/+2
* Revert "Use UTF8f in more places"Karl Williamson2013-06-251-2/+5
* Stop undef &foo from crashing on lex subsFather Chrysostomos2013-06-231-1/+6
* Use UTF8f in more placesFather Chrysostomos2013-06-231-5/+2
* pp.c: Use correct size for two arrays.Karl Williamson2013-06-181-2/+2
* pp.c: pp_ref: remove null checksFather Chrysostomos2013-06-141-4/+2
* pp.c: Eliminate unnecessary dORIGMARK from pp_anonlistFather Chrysostomos2013-06-141-2/+2
* [perl #117941] Blessing into freed current stashFather Chrysostomos2013-06-081-0/+4