This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix a typo
[perl5.git] / perly.act
2020-12-27 Branislav ZahradníkUse explicit %empty
2020-12-27 Branislav ZahradníkCleanup remnants of 'KEY_err' removal
2020-12-27 Branislav ZahradníkDistinguish C- and perly- literals - PERLY_DOLLAR
2020-12-27 Branislav ZahradníkDistinguish C- and perly- literals - PERLY_SLASH
2020-12-27 Branislav ZahradníkDistinguish C- and perly- literals - PERLY_STAR
2020-12-27 Branislav ZahradníkDistinguish C- and perly- literals - PERLY_PAREN_CLOSE
2020-12-27 Branislav ZahradníkDistinguish C- and perly- literals - PERLY_PAREN_OPEN
2020-12-27 Branislav ZahradníkDistinguish C- and perly- literals - PERLY_PERCENT_SIGN
2020-12-27 Branislav ZahradníkDistinguish C- and perly- literals - PERLY_SNAIL
2020-12-27 Branislav ZahradníkDistinguish C- and perly- literals - PERLY_PLUS
2020-12-27 Branislav ZahradníkDistinguish C- and perly- literals - PERLY_MINUS
2020-12-27 Branislav ZahradníkDistinguish C- and perly- literals - PERLY_QUESTION_MARK
2020-12-27 Branislav ZahradníkDistinguish C- and perly- literals - PERLY_COLON
2020-12-27 Branislav ZahradníkDistinguish C- and perly- literals - PERLY_TILDE
2020-12-27 Branislav ZahradníkDistinguish C- and perly- literals - PERLY_EXCLAMATION_MARK
2020-12-27 Branislav ZahradníkDistinguish C- and perly- literals - PERLY_COMMA
2020-12-27 Branislav ZahradníkDistinguish C- and perly- literals - PERLY_AMPERSAND
2020-12-27 Branislav ZahradníkDistinguish C- and perly- literals - PERLY_EQUAL_SIGN
2020-12-27 Branislav ZahradníkDistinguish C- and perly- literals - PERLY_DOT
2020-12-27 Branislav ZahradníkDistinguish C- and perly- literals - PERLY_SEMICOLON
2020-12-27 Branislav ZahradníkDistinguish C- and perly- literals - PERLY_BRACKET_CLOSE
2020-12-27 Branislav ZahradníkDistinguish C- and perly- literals - PERLY_BRACKET_OPEN
2020-12-27 Branislav ZahradníkDistinguish C- and perly- literals - PERLY_BRACE_CLOSE
2020-12-27 Branislav ZahradníkDistinguish C- and perly- literals - PERLY_BRACE_OPEN
2020-12-07 Branislav ZahradníkUse GNU Bison's named references
2020-08-17 Dagfinn Ilmari Man... regen_perly.pl: remove extraneous comments from bison 3.x
2020-08-06 Dagfinn Ilmari Man... Add support for Bison versions up to 3.7
2020-08-06 Dagfinn Ilmari Man... Bump minimum required Bison version to 2.4
2020-05-22 Dagfinn Ilmari Man... Fix a bunch of repeated-word typos
2020-03-13 Zeframchained comparisons
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-07-11 Dagfinn Ilmari Man... Support Bison version 3.1 through 3.4
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-11 Nicolas RReplace multiple 'use vars' by 'our' in regen.
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-11-11 Aaron CraneRegen from the "special" regen scripts
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-05-17 Father Chrysostomosregen_perly.pl: Correct typo
2016-02-11 David Mitchellrun regen_perly.pl
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
next