summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* op.c:newCONSTSUB: Stop using CopFILESV for CvFILEFather Chrysostomos2013-08-051-5/+0
* op.c:aassign_common_vars: merge duplicate codeFather Chrysostomos2013-08-051-10/+6
* op.c: correct commentFather Chrysostomos2013-08-051-1/+1
* [perl #117855] Store CopFILEGV in a pad under ithreadsFather Chrysostomos2013-08-051-15/+51
* Revert "[perl #119043] Exempt shared hash key consts from ro"Father Chrysostomos2013-08-031-3/+1
* [perl #119055] Make qq with no vars read-onlyFather Chrysostomos2013-07-281-1/+2
* [perl #119043] Exempt shared hash key consts from roFather Chrysostomos2013-07-281-1/+3
* [perl #119051] Fix crash with \&$glob_copyFather Chrysostomos2013-07-281-1/+7
* Make overloaded constants always read-onlyFather Chrysostomos2013-07-251-1/+1
* [perl #79908] Stop sub inlining from breaking closuresFather Chrysostomos2013-07-251-54/+3
* Make sub(){42} return a mutable valueFather Chrysostomos2013-07-251-0/+2
* Inline list constantsFather Chrysostomos2013-07-251-0/+11
* Allow stash elems to be array refsFather Chrysostomos2013-07-251-2/+35
* Stop folding of ops from changing mutabilityFather Chrysostomos2013-07-251-0/+1
* [perl #3105] Make 1..3 modification safeFather Chrysostomos2013-07-251-1/+7
* op.c: Stop copying constants under ithreadsFather Chrysostomos2013-07-251-11/+1
* pad.c: Use &PL_sv_no for const pad namesFather Chrysostomos2013-07-251-1/+1
* op.c:S_fold_constants: Add assertionFather Chrysostomos2013-07-251-0/+1
* 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