summaryrefslogtreecommitdiff
path: root/pp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [perl #117941] Handle vivification crashing w/freed stashFather Chrysostomos2013-06-081-1/+3
* Stop delete local $ENV{foo} from leakingFather Chrysostomos2013-06-071-2/+4
* stop callers of rex engine using RX_MATCH_UTF8_setDavid Mitchell2013-06-021-2/+0
* pp.c: Eliminate custom macro and use Copy() insteadKarl Williamson2013-05-201-15/+11
* Use new case changing macrosKarl Williamson2013-05-201-5/+2
* pp.c: Nit in commentKarl Williamson2013-05-201-1/+1
* Fix -Wformat-security issuesNiko Tyni2013-05-101-2/+2
* rework split() special case interaction with regex engineYves Orton2013-03-271-4/+3
* pp.c: White-space onlyKarl Williamson2013-02-091-35/+45
* Create internal _is_utf8_mark()Karl Williamson2012-12-221-1/+1
* pp.c pp_pack.c: Use macro instead of functionKarl Williamson2012-12-091-4/+4
* Silence some g++ compiler warningsKarl Williamson2012-12-091-2/+2
* Don’t use PMf_ONCE flag for split-to-arrayFather Chrysostomos2012-12-051-1/+1