This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Manually remove file recalcitrant to 'git am'.
[perl5.git] / perly.act
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
2013-05-06 Nicholas ClarkImprove the logic in regen_perly.pl for manually genera...
2013-03-03 David Mitchellrun regen_perly
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 Luehrsapparently this actually needs to be regenerated too
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 ChrysostomosPrevent double frees/crashes with format syntax errs
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-27 Father Chrysostomosperly.*: update regen_perly checksum
2012-06-13 David MitchellAvoid braces warning in regen_perly.pl
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
2011-05-19 Nicholas ClarkAdd an optional third argument to open_new(), to invoke...
2011-05-19 Nicholas ClarkRename safer_open() to open_new(), and eliminate the...
2011-01-23 Nicholas ClarkStore the SHA-256 of the source in files generated...
2011-01-23 Nicholas ClarkOutput "read only" editor blocks from regen_perly.pl
2010-12-13 Zeframpermit labels to be stacked
2010-12-12 Zeframrecursive-descent expression parsing
2010-11-11 Father Chrysostomosmake regen_perly
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
2010-10-21 Zeframhandle bracket stack better in recdescent parsing
2010-10-12 ZeframAPIify op list constructors
2010-10-04 Zefram[PATCH] function to parse Perl statement sequence
2010-09-11 Florian RagwitzShorten external symbol name for VMS
2010-09-08 Zeframmake qw(...) first-class syntax
2010-09-06 Rafael Garcia-SuarezRegenerate headers after last patch
2010-08-31 Zeframremove dead listexprcom production from grammar
2010-05-23 Zeframfix MAD handling of package block syntax
2010-05-20 Zeframfix SEGV with eval("package Foo {")
2010-05-20 Zeframsupport "package Foo { ... }"
2010-02-03 Jesse VincentAllow arbitrary whitespace between NAME and VERSION...
2010-01-20 Ricardo Signesregen_perly prepping for 5.11.4
next