This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Promote v5.36 usage and feature bundles doc
[perl5.git] / peep.c
2022-08-25 Richard LeachAdd OPpTARGET_MY optimization to OP_UNDEF
2022-08-23 Richard Leachrpeep: don't apply padsv_store and padrange together
2022-08-17 BramAdd extra scope block for switch case (fix g++)
2022-08-17 Richard LeachImplement OP_PADSV_STORE - combined sassign/padsv OP
2022-08-15 Paul "LeoNerd" EvansUse the cUNOPx-family of macros instead of manual ...
2022-08-15 Paul "LeoNerd" EvansUse the cLOGOPx-family of macros instead of manual...
2022-08-15 Paul "LeoNerd" EvansUse the cBINOPx-family of macros instead of manual...
2022-08-15 Paul "LeoNerd" EvansUse the cLISTOPx-family of macros instead of manual...
2022-08-15 Paul "LeoNerd" EvansUse the cSVOPx-family of macros instead of manual ...
2022-08-03 Paul "LeoNerd" EvansDefine the remaining convenience cMETHOP* macros
2022-07-18 Tony Cookprevent undefined behaviour in S_maybe_multideref()
2022-06-20 Paul "LeoNerd" EvansAdjust comments in op.c and peep.c about the files...
2022-06-20 Paul "LeoNerd" EvansAdd (C) declaration and an opening quote to peep.c
2022-06-20 Paul "LeoNerd" EvansSplit optree optimizer and finalizer from op.c into...