This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Extract common code to an inline function
[perl5.git] / op.c
2013-08-29 Karl WilliamsonUse new clearer named #defines
2013-08-25 Father ChrysostomosUse SSize_t for arrays
2013-08-25 Father ChrysostomosUse SSize_t for tmps stack offsets
2013-08-21 Father Chrysostomos[perl #118753] Remove erroneous elsif("") warning
2013-08-20 Father Chrysostomos[perl #118693] Remove PADTMP exemption from uninit...
2013-08-20 Father ChrysostomosFix skip logic in pad_tidy and cv_clone
2013-08-20 Father ChrysostomosStop recursion from losing lex fh names
2013-08-12 Father ChrysostomosMark COWable constants as COWable at compile time
2013-08-11 Father ChrysostomosSet PL_curcop to NULL in op.c:S_cop_free
2013-08-11 Father ChrysostomosMake PL_hints an alias for PL_compiling.cop_hints
2013-08-11 Father Chrysostomosop.c: Force shared hash key optimisation for existing...
2013-08-11 Father Chrysostomosop.c:ck_svconst: Don’t allow ro COWs under old COW
2013-08-10 Father ChrysostomosMake constant folding use the right hints
2013-08-10 Father ChrysostomosRevert "[perl #117855] Store CopFILEGV in a pad under...
2013-08-10 Father Chrysostomosop.c:ck_eval: remove redundant null check
2013-08-10 Father ChrysostomosDon’t stringify undef hash keys at compile time
2013-08-05 Father Chrysostomosop.c:newCONSTSUB: Stop using CopFILESV for CvFILE
2013-08-05 Father Chrysostomosop.c:aassign_common_vars: merge duplicate code
2013-08-05 Father Chrysostomosop.c: correct comment
2013-08-05 Father Chrysostomos[perl #117855] Store CopFILEGV in a pad under ithreads
2013-08-04 Father ChrysostomosRevert "[perl #119043] Exempt shared hash key consts...
2013-07-28 Father Chrysostomos[perl #119055] Make qq with no vars read-only
2013-07-28 Father Chrysostomos[perl #119043] Exempt shared hash key consts from ro
2013-07-28 Father Chrysostomos[perl #119051] Fix crash with \&$glob_copy
2013-07-26 Father ChrysostomosMake overloaded constants always read-only
2013-07-26 Father Chrysostomos[perl #79908] Stop sub inlining from breaking closures
2013-07-26 Father ChrysostomosMake sub(){42} return a mutable value
2013-07-26 Father ChrysostomosInline list constants
2013-07-26 Father ChrysostomosAllow stash elems to be array refs
2013-07-26 Father ChrysostomosStop folding of ops from changing mutability
2013-07-26 Father Chrysostomos[perl #3105] Make 1..3 modification safe
2013-07-26 Father Chrysostomosop.c: Stop copying constants under ithreads
2013-07-26 Father Chrysostomospad.c: Use &PL_sv_no for const pad names
2013-07-26 Father Chrysostomosop.c:S_fold_constants: Add assertion
2013-07-19 Niels Thykierop.c: Add op_folded to BASEOP
2013-07-07 Father ChrysostomosStop using IV in pmop; remove workaround
2013-07-04 Karl Williamsonop.c: White-space only
2013-07-04 Karl WilliamsonPATCH: [perl #114178] di/ds/ig exempt from warnings...
2013-07-02 Nicholas ClarkTerser fix to avoid warning about an empty body for...
2013-06-29 Father Chrysostomosop.c: Suppress compiler warning
2013-06-28 Father Chrysostomosop.c: Remove dummy code from const_sv_xsub
2013-06-28 Father Chrysostomosop.c:cv_ckproto_len_flags: do null checks first
2013-06-28 Father ChrysostomosReinstate UTF8f
2013-06-27 Peter Martinicv_ckproto should disregard spaces
2013-06-26 Father ChrysostomosPut all sort arguments in list context
2013-06-26 Father ChrysostomosPut sort arguments in lvalue context
2013-06-26 Father Chrysostomosop.c:S_simplify_sort: remove redundant OPf_STACKED...
2013-06-26 Father Chrysostomosop.c:ck_sort: Restore HINT_LOCALIZE_HH check
2013-06-26 Karl WilliamsonRevert "Use UTF8f in more places"
2013-06-25 Peter MartiniRemove spaces from a (copy of) a proto when used. The...
2013-06-23 Father Chrysostomosperldiag: Correct ‘length() used on %s’
2013-06-23 Father Chrysostomosop.c: Refactor calls to bad_type_sv
2013-06-23 Father ChrysostomosUse UTF8f in more places
2013-06-23 Father ChrysostomosStop ck_index from flattening other people’s SVs
2013-06-23 Father ChrysostomosStop split from mangling constants
2013-06-21 Nicholas ClarkImproved struct pmop alignment fix - avoid the slow...
2013-06-19 Father Chrysostomos[perl #118047] Don’t warn for tr//a/c
2013-06-15 Father Chrysostomosop.c: Don’t reallocate a temp for lvalue funcs
2013-06-15 Father Chrysostomosop.c: add assertion
2013-06-14 Ricardo Signesfix category on "Statement unlikely to be reached"
2013-06-02 Father ChrysostomosFix crashes after syntax errors in lexical subs
2013-06-02 Father Chrysostomos[perl #116735] Honour lexical prototypes when no parens...
2013-06-02 Father ChrysostomosName lexical constants
2013-05-24 Nicholas ClarkEnsure that the IV in struct pmop (for ithreads) is...
2013-05-24 David Goldenfix various podcheck nits
2013-05-22 Nicholas ClarkSome more comments describing the slab allocator.
2013-05-20 Karl Williamsonop.c: Don't fold constant fc() in locale
2013-05-09 David Mitchellsilence warnings under NO_TAINT_SUPPORT
2013-04-20 David MitchellHandle /@a/ array expansion within regex engine
2013-03-27 Yves Ortonrework split() special case interaction with regex...
2013-02-27 Rafael Garcia-SuarezNote what incrementing the op_type actually does
2013-02-20 Ricardo Signesput an experimental warning on lexical topic
2013-02-20 Rafael Garcia-SuarezUn-deprecate the support for lexical $_
2013-01-30 David Mitchellpmruntime(): change '=' to '==' in an assertion
2013-01-30 David Mitchellpmruntime(): rename var to avoid macro name clash
2012-12-31 Karl WilliamsonChange core calls of isALNUM() to isWORDCHAR()
2012-12-11 Father ChrysostomosCopy keys for aassign in lvalue sub
2012-12-10 Father ChrysostomosStop using PL_glob_index for PL_globhook
2012-12-10 Father ChrysostomosDon’t pass PL_glob_index to glob overrides
2012-12-09 Steffen MuellerConvert some SvREFCNT_dec's to SvREFCNT_dec_NN's for...
2012-12-06 Father ChrysostomosStop renamed packages from making reset() crash
2012-12-06 Father ChrysostomosDon’t use PMf_ONCE flag for split-to-array
2012-12-04 Father ChrysostomosDeprecate lexical $_
2012-12-01 Father ChrysostomosStop newCONSTSUB from leaking the constant under fatal...
2012-11-29 Father ChrysostomosReset method caches when GPs are shared
2012-11-27 Matthew Horsfall... Fix comment referencing pp_iterinit (should be pp_enter...
2012-11-25 Karl WilliamsonRemove "register" declarations
2012-11-24 Father ChrysostomosStop sub decl redef warnings from leaking CVs
2012-11-24 Father Chrysostomosop.c: Factor common ‘existing sub’ logic into static...
2012-11-24 Father ChrysostomosWarn by default for constant my sub redefinition
2012-11-24 Father Chrysostomosop.c:newATTRSUB: Change an if condition to an else
2012-11-24 Father ChrysostomosStop ignored :lvalue warning from leaking CVs
2012-11-23 Daniel Draganprevent multiple evaluations of ERRSV
2012-11-14 Father ChrysostomosSVf_IsCOW
2012-11-14 Father ChrysostomosStop my subs with syntax errors from leaking
2012-11-14 Father Chrysostomosop.c: Fix mad+POISON build under clang
2012-11-13 Father ChrysostomosFix assertion failures with anon subs
2012-11-13 Father ChrysostomosDon’t leak subs containing syntax errors
2012-11-13 Father ChrysostomosStop anon subs with bad attributes from leaking
2012-11-12 David MitchellPADRANGE: don't assume targs are contiguous
next