summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* Convert some uvuni() to uvchr()Karl Williamson2013-08-291-10/+10
* Use real illegal UTF-8 byteKarl Williamson2013-08-291-10/+8
* Use new clearer named #definesKarl Williamson2013-08-291-5/+5
* Use SSize_t for arraysFather Chrysostomos2013-08-251-1/+1
* Use SSize_t for tmps stack offsetsFather Chrysostomos2013-08-251-1/+1
* [perl #118753] Remove erroneous elsif("") warningFather Chrysostomos2013-08-201-2/+2
* [perl #118693] Remove PADTMP exemption from uninit warningsFather Chrysostomos2013-08-201-1/+2
* Fix skip logic in pad_tidy and cv_cloneFather Chrysostomos2013-08-201-1/+1
* Stop recursion from losing lex fh namesFather Chrysostomos2013-08-201-1/+1
* Mark COWable constants as COWable at compile timeFather Chrysostomos2013-08-121-2/+13
* Set PL_curcop to NULL in op.c:S_cop_freeFather Chrysostomos2013-08-111-0/+2
* Make PL_hints an alias for PL_compiling.cop_hintsFather Chrysostomos2013-08-111-4/+0
* op.c: Force shared hash key optimisation for existing COWsFather Chrysostomos2013-08-111-2/+2
* op.c:ck_svconst: Don’t allow ro COWs under old COWFather Chrysostomos2013-08-111-0/+3
* Make constant folding use the right hintsFather Chrysostomos2013-08-091-0/+1
* Revert "[perl #117855] Store CopFILEGV in a pad under ithreads"Father Chrysostomos2013-08-091-51/+15
* op.c:ck_eval: remove redundant null checkFather Chrysostomos2013-08-091-5/+2
* Don’t stringify undef hash keys at compile timeFather Chrysostomos2013-08-091-1/+1
* 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