2017-10-31 |
David Mitchell | panic if a freed op is called |
blob | commitdiff |
2017-10-22 |
Lukas Mai | avoid "implicit fallthrough" warning under ithreads |
blob | commitdiff | diff to current |
2017-10-21 |
Aaron Crane | Don't use VOL internally, because "volatile" works... |
blob | commitdiff | diff to current |
2017-10-20 |
Father Chrysostomos | Temporarily revert CV-in-stash optimisation |
blob | commitdiff | diff to current |
2017-10-13 |
Lukas Mai | get rid of "implicit fallthrough" warnings with gcc 7 |
blob | commitdiff | diff to current |
2017-10-09 |
James E Keenan | Eliminate recently introduced compilation warnings. |
blob | commitdiff | diff to current |
2017-10-08 |
Father Chrysostomos | [perl #129916] Allow sub-in-stash outside of main |
blob | commitdiff | diff to current |
2017-08-28 |
Father Chrysostomos | [perl #131883] Include pkg in :prototype warnings |
blob | commitdiff | diff to current |
2017-08-28 |
Father Chrysostomos | Add another param to validate_proto |
blob | commitdiff | diff to current |
2017-08-22 |
Father Chrysostomos | Sprinkle diag_listed_as; perldiag tweaks |
blob | commitdiff | diff to current |
2017-08-22 |
Father Chrysostomos | Add SORTf_UNSTABLE flag |
blob | commitdiff | diff to current |
2017-08-08 |
Zefram | use cv_set_call_checker_flags() where possible |
blob | commitdiff | diff to current |
2017-08-08 |
Zefram | add cv_get_call_checker_flags() |
blob | commitdiff | diff to current |
2017-08-08 |
Zefram | fix parameter name in doc |
blob | commitdiff | diff to current |
2017-08-07 |
David Mitchell | fix index(...) == -1 type optimisations |
blob | commitdiff | diff to current |
2017-08-05 |
David Mitchell | extend index(...) == -1 optimisation |
blob | commitdiff | diff to current |
2017-08-04 |
David Mitchell | merge Perl_ck_cmp() and Perl_ck_eq() |
blob | commitdiff | diff to current |
2017-08-01 |
David Mitchell | fix ($lex = index(....)) == -1 |
blob | commitdiff | diff to current |
2017-07-31 |
Zefram | fix example code in wrap_op_checker() doc |
blob | commitdiff | diff to current |
2017-07-27 |
David Mitchell | make scalar(keys(%lexical)) less slow. |
blob | commitdiff | diff to current |
2017-07-27 |
David Mitchell | optimise (index() == -1) |
blob | commitdiff | diff to current |
2017-07-27 |
David Mitchell | add boolean context support to several ops |
blob | commitdiff | diff to current |
2017-07-27 |
David Mitchell | S_check_for_bool_cxt(): avoid OPpTARGET_MY + bool |
blob | commitdiff | diff to current |
2017-07-27 |
David Mitchell | optimise @array in boolean context |
blob | commitdiff | diff to current |
2017-07-27 |
David Mitchell | optimise away OP_KEYS op in scalar/void context |
blob | commitdiff | diff to current |
2017-07-27 |
David Mitchell | use OPpAVHVSWITCH_MASK |
blob | commitdiff | diff to current |
2017-07-27 |
David Mitchell | give REGEXP SVs the POK flag again |
blob | commitdiff | diff to current |
2017-07-27 |
David Mitchell | S_check_for_bool_cxt(): special-case OP_AND |
blob | commitdiff | diff to current |
2017-07-21 |
Father Chrysostomos | op.c: Confusing comment typo |
blob | commitdiff | diff to current |
2017-07-10 |
Tony Cook | (perl #131597) ensure the GV slot is filled for our... |
blob | commitdiff | diff to current |
2017-07-02 |
Father Chrysostomos | op.c: Remove unused THX param |
blob | commitdiff | diff to current |
2017-06-26 |
David Mitchell | S_gen_constant_list(): initialise si_stack_hwm |
blob | commitdiff | diff to current |
2017-06-22 |
Dagfinn Ilmari Man... | [perl #131627] Fix multideref for $x{qw/a/->$*} |
blob | commitdiff | diff to current |
2017-06-05 |
David Mitchell | make OP_REF support boolean context |
blob | commitdiff | diff to current |
2017-06-02 |
Dagfinn Ilmari Man... | Add support for deleting key/value slices (RT#131328) |
blob | commitdiff | diff to current |
2017-02-20 |
Karl Williamson | op.c: Add comment |
blob | commitdiff | diff to current |
2017-02-19 |
Aaron Crane | [perl #130815] fix ck_return null-pointer deref on... |
blob | commitdiff | diff to current |
2017-02-18 |
Andy Lester | Moving variables to their innermost scope. |
blob | commitdiff | diff to current |
2017-02-18 |
David Mitchell | pp_multideref: tweak an assertion |
blob | commitdiff | diff to current |
2017-02-14 |
Karl Williamson | Improve handling pattern compilation errors |
blob | commitdiff | diff to current |
2017-02-08 |
Tony Cook | (perl #130705) don't convert match with argument to qr |
blob | commitdiff | diff to current |
2017-02-07 |
David Mitchell | multideref: handle both OPpLVAL_INTRO,OPpDEREF |
blob | commitdiff | diff to current |
2017-01-27 |
Zefram | fix range op under aborted constant folding |
blob | commitdiff | diff to current |
2017-01-24 |
David Mitchell | handle op_pv better in op_clear() and op_dump() |
blob | commitdiff | diff to current |
2017-01-23 |
David Mitchell | avoid sort assert failure after compile fail |
blob | commitdiff | diff to current |
2017-01-22 |
Zefram | handle errors in gen_constant_list |
blob | commitdiff | diff to current |
2017-01-17 |
David Mitchell | add S_process_optree() function to op.c |
blob | commitdiff | diff to current |
2017-01-16 |
Abigail | my() in a false conditional will be fatal in Perl 5.30 |
blob | commitdiff | diff to current |
2017-01-14 |
Father Chrysostomos | [perl #130546] Restore delete-scalar-slice warning |
blob | commitdiff | diff to current |
2017-01-06 |
David Mitchell | In A && B, stop special-casing boolean-ness of A |
blob | commitdiff | diff to current |
2017-01-06 |
David Mitchell | add xor, grep, flip, flop to boolean cxt detection |
blob | commitdiff | diff to current |
2017-01-06 |
David Mitchell | reindent block in rpeep() |
blob | commitdiff | diff to current |
2017-01-06 |
David Mitchell | re-implement boolean context detection |
blob | commitdiff | diff to current |
2017-01-02 |
David Mitchell | Handle chop(@a =~ tr///) |
blob | commitdiff | diff to current |
2016-12-23 |
Karl Williamson | Convert core (except toke.c) to use isFOO_utf8_safe() |
blob | commitdiff | diff to current |
2016-12-05 |
David Mitchell | assertion failure in ... or ((0) x 0)) |
blob | commitdiff | diff to current |
2016-12-05 |
David Mitchell | add some /* NOTREACHED */ |
blob | commitdiff | diff to current |
2016-12-05 |
Andy Lester | Clean up warnings uncovered by 'clang -Weverything'. |
blob | commitdiff | diff to current |
2016-11-24 |
David Mitchell | avoid premature free of referent in list assign |
blob | commitdiff | diff to current |
2016-11-18 |
Karl Williamson | Change white space to avoid C++ deprecation warning |
blob | commitdiff | diff to current |
2016-11-14 |
David Mitchell | eliminate OPpRUNTIME private PMOP flag |
blob | commitdiff | diff to current |
2016-11-12 |
Aaron Crane | op.c: clarify documentation for Perl_load_module() |
blob | commitdiff | diff to current |
2016-10-22 |
Lukas Mai | op.c: silence compiler warning in fold_constants() |
blob | commitdiff | diff to current |
2016-10-19 |
Yves Orton | op.c: use new SvPVCLEAR and constant string friendly... |
blob | commitdiff | diff to current |
2016-10-18 |
Karl Williamson | op.c: Fix EBCDIC-only bug |
blob | commitdiff | diff to current |
2016-10-17 |
Tony Cook | (perl #128996) prevent PL_op pointing to freed ops |
blob | commitdiff | diff to current |
2016-10-12 |
Lukas Mai | op.c: fix what looks like typos in comments |
blob | commitdiff | diff to current |
2016-10-04 |
David Mitchell | Perl_newASSIGNOP: fix on g++ builds |
blob | commitdiff | diff to current |
2016-10-04 |
David Mitchell | fix common assign issue on @a = (split(), 1) |
blob | commitdiff | diff to current |
2016-10-04 |
David Mitchell | Better optimise my/local @a = split() |
blob | commitdiff | diff to current |
2016-10-04 |
David Mitchell | re-indent block in Perl_newASSIGNOP |
blob | commitdiff | diff to current |
2016-10-04 |
David Mitchell | make OP_SPLIT a PMOP, and eliminate OP_PUSHRE |
blob | commitdiff | diff to current |
2016-09-29 |
David Mitchell | OP_SASSIGN: make op_first==op_last for UNOP |
blob | commitdiff | diff to current |
2016-09-29 |
Reini Urban | sassign was used as UNOP, optimize {or,and,dor}assign |
blob | commitdiff | diff to current |
2016-09-29 |
Reini Urban | sassign is wrongly declared as BASEOP, not BINOP. |
blob | commitdiff | diff to current |
2016-09-28 |
David Mitchell | OP_MULTIDEREF: ignore customised delete/exists |
blob | commitdiff | diff to current |
2016-09-26 |
David Mitchell | make PADOFFSET be SSizet_t |
blob | commitdiff | diff to current |
2016-09-26 |
David Mitchell | fix builds under USE_PAD_RESET |
blob | commitdiff | diff to current |
2016-09-10 |
Father Chrysostomos | [perl #129090] Crash with sub c{sub c} |
blob | commitdiff | diff to current |
2016-09-10 |
Father Chrysostomos | op.c: Avoid string cmp when unnecessary |
blob | commitdiff | diff to current |
2016-09-05 |
Father Chrysostomos | [perl #47047] Fix erroneous AUTOLOAD warning |
blob | commitdiff | diff to current |
2016-09-05 |
Father Chrysostomos | Stop setting OPf_REF on OP_ENTERSUB |
blob | commitdiff | diff to current |
2016-09-05 |
David Mitchell | newATTRSUB_x(): document what the cv var is for |
blob | commitdiff | diff to current |
2016-09-05 |
David Mitchell | make S_already_defined() in op.c return void |
blob | commitdiff | diff to current |
2016-09-05 |
David Mitchell | reindent and reformat newMYSUB and newATTRSUB_x |
blob | commitdiff | diff to current |
2016-09-05 |
David Mitchell | newMYSUB/Perl_newATTRSUB_x remove a goto |
blob | commitdiff | diff to current |
2016-09-05 |
David Mitchell | avoid using freed ops on BEGIN :attr {} |
blob | commitdiff | diff to current |
2016-09-05 |
David Mitchell | assert op not freed in finalize_op() and rpeep() |
blob | commitdiff | diff to current |
2016-08-28 |
Father Chrysostomos | [perl #125679] Don’t make lvref ops on error |
blob | commitdiff | diff to current |
2016-08-17 |
Jarkko Hietaniemi | Coverity CID #152143: annotate switch fallthru. |
blob | commitdiff | diff to current |
2016-08-03 |
David Mitchell | peephole optimise op_other branch in OP_ARGDEFELEM |
blob | commitdiff | diff to current |
2016-08-03 |
David Mitchell | OP_MULTIDEREF: remove ghost entry in op_aux list |
blob | commitdiff | diff to current |
2016-08-03 |
David Mitchell | add OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK ops |
blob | commitdiff | diff to current |
2016-08-03 |
David Mitchell | make op.c:S_alloc_LOGOP() non-static |
blob | commitdiff | diff to current |
2016-08-03 |
David Mitchell | sub signatures: use parser rather than lexer |
blob | commitdiff | diff to current |
2016-07-29 |
Father Chrysostomos | New bug numbers in *.[ch] |
blob | commitdiff | diff to current |
2016-07-17 |
Father Chrysostomos | Clearer declared_refs warning msg |
blob | commitdiff | diff to current |
2016-07-17 |
Father Chrysostomos | Make my\ experimental |
blob | commitdiff | diff to current |
2016-07-17 |
Father Chrysostomos | Allow my \$a |
blob | commitdiff | diff to current |
2016-07-13 |
David Mitchell | op.c: explain op_next generation better |
blob | commitdiff | diff to current |
next |