This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
documentation on how -I, -M, PERL5LIB and PERL5OPT interact
[perl5.git] / perly.y
2019-09-23 David Mitchellput signature ops in their own subtree.
2019-09-23 David MitchellOP_ARGCHECK: use custom aux struct
2019-07-22 Paul "LeoNerd" Evans[perl #132474] Add function for parsing sub signatures
2019-06-12 Tony Cook(perl #130585) prevent a spurious ) in a subparse confu...
2019-04-05 David Mitchellparser: change LABEL type from pval to opval
2018-03-02 David Mitchelldetect sub attributes following a signature
2018-03-02 David Mitchellrationalise subroutine parsing rules
2018-03-02 David Mitchellparse subs and signature subs separately
2018-03-02 David Mitchelladd Perl_init_named_cv() functiom
2018-01-19 David Mitchellmove sub attributes before the signature
2018-01-16 Zeframfix parsing of braced subscript after parens
2017-12-29 Zeframrevert smartmatch to 5.27.6 behaviour
2017-12-06 Zeframadd "whereis"
2017-12-05 Zeframinternally change "when" to "whereso"
2017-12-05 Zeframchange "when" keyword to "whereso"
2017-11-28 Zeframremove useless "default" mechanism
2017-11-16 David Mitchellexpand code comment in perly.y
2017-11-10 Zeframparse yada-yada only as a statement
2017-06-07 David Mitchellperly.y: add $$ = 0 for midrule code blocks
2016-12-05 David Mitchellyyparse: only calculate yytoken on yychar change
2016-10-20 Lukas Maiperly.y: remove redundant NULL casts
2016-09-04 Father Chrysostomos[perl #129073] Assert failure: ${p{};sub p}()
2016-08-18 David Mitchellsignatures: eliminate XSIGVAR, add KEY_sigvar
2016-08-04 Father ChrysostomosUse parser, not PL_parser, in perly.y
2016-08-03 David Mitchellsilence compiler warning in perly.y
2016-08-03 David Mitchellsignatures: make param and optional param count IV
2016-08-03 David Mitchellucfirst() new signature diagnostic messages
2016-08-03 David Mitchelladd OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK ops
2016-08-03 David Mitchellsub signatures: use parser rather than lexer
2016-07-20 David Mitchellrename "WORD" lexical token to "BAREWORD"
2016-07-17 Father ChrysostomosAllow my \$a
2016-05-21 Father ChrysostomosSimplify parser’s handling of my/local
2016-02-03 David MitchellAdd support for bison 3.0
2016-01-21 Tony Cook[perl #127122] warn on unless (assignment) when syntax...
2015-10-02 David Mitchellgiven(): remove support for lexical $_
2015-02-16 Father Chrysostomosperly.y: Remove type from ';'
2015-02-07 Father Chrysostomosperly.y: Remove types for '$' and '*'
2015-02-01 Father ChrysostomosParse and compile string- and num-specific bitops
2015-01-18 Peter Martiniperly.y changes from Lukas Mai in RT 123069
2015-01-09 Father ChrysostomosSimplify s/// and tr/// parsing logic
2015-01-06 Father Chrysostomosperly.y: Don’t call op_lvalue on refgen kid
2014-12-09 Father ChrysostomosUnify format and named-sub pad weakref code
2014-12-06 Father ChrysostomosDeparse formats in the right spot
2014-11-26 Father Chrysostomos[perl #123286] Lone C-style for in a block
2014-11-21 Father Chrysostomos[perl #77452] Deparse { ...; BEGIN{} } correctly
2014-11-07 Father Chrysostomos[perl #77452] Deparse BEGIN blocks in the right place
2014-10-26 Lukas Mairename convert to op_convert_list and APIfy
2014-10-25 Father ChrysostomosRemove redundant op_lvalue calls in perly.y
2014-10-11 Father Chrysostomosforeach \$var
2014-10-03 syberMake OP_METHOD* to be of new class METHOP
2014-08-25 Father ChrysostomosIn perly.y, change PL_parser to parser
2014-08-25 Father ChrysostomosSet PL_expect only once after curly subscripts
2014-08-25 Father ChrysostomosSet PL_expect less often when parsing semicolons
2014-06-13 Jarkko HietaniemiRemove MAD.
2014-02-01 Zeframsubroutine signatures
2013-12-22 Dagfinn Ilmari Man... Remove support for "do SUBROUTINE(LIST)"
2013-11-24 Father Chrysostomos->$#*
2013-10-05 Father ChrysostomosAllow ->@ ->$ interpolation under postderef_qq feature
2013-10-05 Father Chrysostomos->%{ ->%[
2013-10-05 Father ChrysostomosPostfix dereference syntax
2013-09-15 Father ChrysostomosReduce false positives for @hsh{$s} and @ary[$s] warnings
2013-09-13 Father ChrysostomosFewer false positives for %hash{$scalar} warning
2013-09-13 Ruslan Zakirovindex/value array slice operation
2013-09-13 Ruslan Zakirovkey/value hash slice operation
2013-06-01 Father ChrysostomosCorrect three sub call comments in perly.y
2012-11-05 Father ChrysostomosFix invalid token warning with PERL_XMLDUMP and label
2012-11-05 Father ChrysostomosStop statement labels from leaking
2012-09-25 Jesse Luehrsfix regen_perly.pl for bison 2.6
2012-09-16 Father Chrysostomosperly.y: Remove MYSUB
2012-09-16 Father ChrysostomosClone my subs on scope entry
2012-09-16 Father ChrysostomosClone state subs in anon subs
2012-09-16 Father ChrysostomosLook up state subs in the pad
2012-09-16 Father ChrysostomosStore state subs in the pad
2012-09-16 Father ChrysostomosMake ‘sub foo{}’ respect ‘our foo’
2012-09-16 Father ChrysostomosAllocate ‘our sub’ in the pad
2012-08-08 Father ChrysostomosDon’t let format arguments ‘leak out’ of formline
2012-08-08 Father ChrysostomosDon’t create formats after compilation errors
2012-08-06 Father ChrysostomosForbid braces as format delimiters
2012-08-02 Father Chrysostomos[perl #114020, #90018, #53186] Make given alias $_
2012-07-15 Father Chrysostomosperly.y: Remove use of latefree from package foo {}
2012-06-30 Father ChrysostomosDon’t crash with formats in special blocks
2012-06-13 David Mitchellmake qr/(?{})/ behave with closures
2012-05-25 Zeframremove deprecated qw-as-parens behaviour
2012-03-25 Brian FraserLabel UTF8 cleanup
2012-01-19 Steffen SchwigonBump several file copyright dates
2011-08-12 Father Chrysostomos[perl #95546] Allow () after __FILE__, etc.
2011-07-13 ZeframAPIify pad functions
2011-06-03 Father ChrysostomosFix a confusing comment in perly.y
2010-12-13 Zeframpermit labels to be stacked
2010-12-12 Zeframrename some grammar productions for clarity
2010-12-12 Zeframrecursive-descent expression parsing
2010-11-11 Zefram[perl #78586] Bleadperl eae48c89 breaks TIMB/Devel...
2010-11-07 Zeframrefactor GRAMPROG grammar slightly
2010-10-27 Zeframnew API functions op_scope and op_lvalue
2010-10-25 Zeframfunction to parse unlabelled statement
2010-10-25 Zeframstop passing line numbers into op constructor functions
2010-10-25 Zeframrefactor and regularise label/statement grammar
2010-10-24 Zeframpermit labels to appear before declarations
2010-10-21 Zeframfunction to parse Perl code block
2010-10-21 Zeframfix and test PL_expect in recdescent parsing
next