This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
WinCE Perl EVC4 support
[perl5.git] / op.c
2013-10-16 Peter MartiniAdding a prototype attribute.
2013-09-30 Karl WilliamsonRevert "Optimise if/unless wrt OP_AND/OP_OR/OP_DOR...
2013-09-21 Father ChrysostomosAnother faulty padrange assumption
2013-09-20 Matthew Horsfall... Optimise if/unless wrt OP_AND/OP_OR/OP_DOR. Also optimi...
2013-09-20 Nicholas ClarkUse hv_fetch_ent() instead of hv_fetch() in S_finalize_...
2013-09-17 Father Chrysostomos[perl #119501] \(1+2) always referencing the same sv
2013-09-16 Father ChrysostomosFix minor flagging bug in op.c:fold_constants
2013-09-16 Father ChrysostomosRemove OPpCONST_FOLDED
2013-09-15 Niels Thykierop.c: Warn on "return $a or $b" [perl #59802]
2013-09-15 Father ChrysostomosReduce false positives for @hsh{$s} and @ary[$s] warnings
2013-09-15 Father Chrysostomosop.c: Factor out common varname code
2013-09-13 Father ChrysostomosDocument the %hash{$scalar} warning
2013-09-13 Father ChrysostomosFewer false positives for %hash{$scalar} warning
2013-09-13 Father ChrysostomosHard-code op name in ck_exists|delete errors
2013-09-13 Ruslan Zakirovindex/value array slice operation
2013-09-13 Ruslan Zakirovkey/value hash slice operation
2013-09-13 Father ChrysostomosPreserve undef identity in const ops
2013-09-08 Father ChrysostomosFix line numbers with #! -d:foo and PERL5DB=$'\n'
2013-09-08 Father Chrysostomosop.c:newSTATEOP: remove unnecessary null check
2013-09-08 Father ChrysostomosRespect #line directives in here-docs
2013-09-02 Father ChrysostomosDon’t assume targs are contiguous for ‘my $x; my $y’
2013-08-29 Karl WilliamsonConvert some uvuni() to uvchr()
2013-08-29 Karl WilliamsonUse real illegal UTF-8 byte
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
next