This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlopentut: correct perlfaq links
[perl5.git] / op.c
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
2012-11-10 David MitchellConsolidate any single pad ops after a padrange
2012-11-10 David MitchellConsolidate adjacent padrange ops
2012-11-10 David Mitchellpadrange: handle @_ directly
2012-11-10 David Mitchelladd SAVEt_CLEARPADRANGE
2012-11-10 David Mitchelladd padrange op
2012-11-05 Steffen MuellerAdd C define to remove taint support from perl origin/smueller/no_taint3
2012-11-05 Father ChrysostomosStop the glob operator from leaking GVs
2012-11-05 Father Chrysostomosop.c:opslab_force_free: Make paranoid code reflect...
2012-11-05 Father Chrysostomosop.c: Stop SAVEFREEOP from leaking slabs
2012-11-05 Father ChrysostomosDon’t leak BEGIN blocks after syntax errors
2012-10-30 Father ChrysostomosAllow regexp-to-pvlv assignment
2012-10-26 Reini UrbanRe-enable static op allocation with obslab
2012-10-12 Father ChrysostomosDisable const repl optimisation for empty pattern
2012-10-12 Father ChrysostomosUse const repl optimisation with s///e where possible
2012-10-12 Father Chrysostomos[perl #49190] Don’t prematurely optimise s/foo/bar...
2012-10-12 Father ChrysostomosRemove PMf_MAYBE_CONST
2012-10-10 Father Chrysostomos[perl #26986] Skip subst const repl optimisation for...
2012-10-07 Daniel DraganMerge 2 gv_fetch* calls in Perl_newXS_len_flags
2012-09-28 Tony Cookfix -DPERL_GLOBAL_STRUCT build failure introduced in...
2012-09-26 Father ChrysostomosRestore special blocks to working order
2012-09-26 Father ChrysostomosMake PL_compcv visible to BEGIN blocks
2012-09-23 Father Chrysostomos[perl #97466] Stop defined from propagating ref cx...
2012-09-23 Father Chrysostomos[perl #94490] const fold should not trigger special...
2012-09-20 Father Chrysostomosop.c: Disentangle apply_attrs_my from apply_attrs
2012-09-20 Father Chrysostomos[perl #114764] Stop my vars with attrs from leaking
2012-09-19 Nicholas ClarkRemove MAD-only debugging code from Perl_newATTRSUB_fla...
2012-09-19 Nicholas ClarkDocument when the early return in Perl_newPROG() is...
2012-09-16 Father ChrysostomosAllow lexical sub redefinition inside eval
2012-09-16 Father ChrysostomosMove my sub prototype CVs to the pad names
2012-09-16 Father ChrysostomosHonour lexical prototypes
2012-09-16 Father ChrysostomosCvOUTSIDE should be strong for lexsub declared in inner...
2012-09-16 Father ChrysostomosCvNAME_HEK_set
2012-09-16 Father ChrysostomosClone my subs on scope entry
2012-09-16 Father Chrysostomosop.c: Remove proto storage optimisation for lex subs
next