summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* op.c: Add op_folded to BASEOPNiels Thykier2013-07-191-4/+10
* Stop using IV in pmop; remove workaroundFather Chrysostomos2013-07-061-13/+0
* op.c: White-space onlyKarl Williamson2013-07-041-10/+10
* PATCH: [perl #114178] di/ds/ig exempt from warnings in void contextKarl Williamson2013-07-041-14/+1
* Terser fix to avoid warning about an empty body for Slab_to_rw().Nicholas Clark2013-07-021-4/+3
* op.c: Suppress compiler warningFather Chrysostomos2013-06-281-0/+1
* op.c: Remove dummy code from const_sv_xsubFather Chrysostomos2013-06-281-8/+0
* op.c:cv_ckproto_len_flags: do null checks firstFather Chrysostomos2013-06-281-2/+2
* Reinstate UTF8fFather Chrysostomos2013-06-281-3/+3
* cv_ckproto should disregard spacesPeter Martini2013-06-271-41/+50
* Put all sort arguments in list contextFather Chrysostomos2013-06-261-2/+2
* Put sort arguments in lvalue contextFather Chrysostomos2013-06-261-1/+7
* op.c:S_simplify_sort: remove redundant OPf_STACKED checkFather Chrysostomos2013-06-251-2/+0
* op.c:ck_sort: Restore HINT_LOCALIZE_HH checkFather Chrysostomos2013-06-251-1/+2
* Revert "Use UTF8f in more places"Karl Williamson2013-06-251-2/+4
* Remove spaces from a (copy of) a proto when used. The logic that uses prototy...Peter Martini2013-06-251-0/+1
* perldiag: Correct ‘length() used on %s’Father Chrysostomos2013-06-231-0/+2
* op.c: Refactor calls to bad_type_svFather Chrysostomos2013-06-231-11/+12
* Use UTF8f in more placesFather Chrysostomos2013-06-231-4/+2
* Stop ck_index from flattening other people’s SVsFather Chrysostomos2013-06-221-1/+8
* Stop split from mangling constantsFather Chrysostomos2013-06-221-1/+17
* Improved struct pmop alignment fix - avoid the slow path on 64 bit systems.Nicholas Clark2013-06-211-1/+1
* [perl #118047] Don’t warn for tr//a/cFather Chrysostomos2013-06-191-1/+1
* op.c: Don’t reallocate a temp for lvalue funcsFather Chrysostomos2013-06-141-3/+0
* op.c: add assertionFather Chrysostomos2013-06-141-0/+1
* fix category on "Statement unlikely to be reached"Ricardo Signes2013-06-131-1/+1
* Fix crashes after syntax errors in lexical subsFather Chrysostomos2013-06-021-2/+4
* [perl #116735] Honour lexical prototypes when no parens are usedFather Chrysostomos2013-06-021-19/+23
* Name lexical constantsFather Chrysostomos2013-06-021-1/+4
* Ensure that the IV in struct pmop (for ithreads) is aligned properly.Nicholas Clark2013-05-241-0/+13
* fix various podcheck nitsDavid Golden2013-05-231-2/+2
* Some more comments describing the slab allocator.Nicholas Clark2013-05-221-1/+16
* op.c: Don't fold constant fc() in localeKarl Williamson2013-05-201-0/+1
* silence warnings under NO_TAINT_SUPPORTDavid Mitchell2013-05-091-1/+4
* Handle /@a/ array expansion within regex engineDavid Mitchell2013-04-201-1/+17
* rework split() special case interaction with regex engineYves Orton2013-03-271-6/+7
* Note what incrementing the op_type actually doesRafael Garcia-Suarez2013-02-271-0/+2
* put an experimental warning on lexical topicRicardo Signes2013-02-201-0/+7
* Un-deprecate the support for lexical $_Rafael Garcia-Suarez2013-02-201-7/+0
* pmruntime(): change '=' to '==' in an assertionDavid Mitchell2013-01-301-1/+1
* pmruntime(): rename var to avoid macro name clashDavid Mitchell2013-01-301-9/+9
* Change core calls of isALNUM() to isWORDCHAR()Karl Williamson2012-12-311-2/+2
* Copy keys for aassign in lvalue subFather Chrysostomos2012-12-111-2/+3
* Stop using PL_glob_index for PL_globhookFather Chrysostomos2012-12-091-3/+0
* Don’t pass PL_glob_index to glob overridesFather Chrysostomos2012-12-091-3/+1
* Convert some SvREFCNT_dec's to SvREFCNT_dec_NN's for efficiencySteffen Mueller2012-12-091-6/+6
* Stop renamed packages from making reset() crashFather Chrysostomos2012-12-051-15/+2
* Don’t use PMf_ONCE flag for split-to-arrayFather Chrysostomos2012-12-051-1/+0
* Deprecate lexical $_Father Chrysostomos2012-12-041-0/+7
* Stop newCONSTSUB from leaking the constant under fatal warningsFather Chrysostomos2012-11-301-1/+4