This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
document Hash::Util::hash_traversal_mask()
[perl5.git] / perly.tab
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 Zeframrename some grammar productions for clarity
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-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
2009-12-15 Zefram[perl #22977] Bug in format/write
2009-11-05 Jesse Vincentregen generated files changed by the previous patch...
2009-10-20 Jesse Vincentmake regen; make regen_perly
2009-10-08 Rafael Garcia-SuarezRestore MAD handling of package statements
2009-10-06 David GoldenAdd 'package NAME VERSION' syntax
2009-10-01 Jesse Vincentmake regen; make regen_perly
2009-08-26 Rafael Garcia-SuarezMake MAD understand the "..." operator
2009-03-28 Vincent PitAllow when to be used as a statement modifier
2008-05-18 chromaticAdd ..., !!!, and ??? operators
2007-07-16 Dave Mitchell [perl #43425] local $[: fix scoping during parser...
2007-05-13 Dave Mitchellfix some (mostly MAD) compiler warnings
2007-05-12 Dave Mitchellmove PL_rsfp_filters into the parser struct
2007-03-15 Rafael Garcia-SuarezPatch by Gerard Goossen to add madprops to "require...
2006-12-20 Rafael Garcia-SuarezFix leaks in label strings allocation in COPs
2006-12-16 Dave Mitchellremove extraneous declaration prom perly.tab
2006-12-13 Dave Mitchellmisc MAD coredump fixes and parser leak fixes
2006-12-13 Dave Mitchellfixup some ival/opval type changes from perly.y/madly...
2006-12-11 Dave Mitchellfix eval qw(BEGIN{die}) style leaks (second attempt).
2006-12-10 Dave Mitchell#28315 could crash when freeing ops with different...
2006-12-10 Dave Mitchellparser: expand yy_is_opval[] to include all value types
2006-12-04 Dave Mitchellfix some casting issues with perly.y / madly.y merger
2006-12-04 Dave Mitchellmerge perly.y and madlu.y
2006-11-13 Rafael Garcia-SuarezParsing fix: it wasn't possible to call a function...
2006-10-19 Alexander Goughstab at UNITCHECK blocks
2006-05-27 Dave Mitchellstop OPs leaking in eval "syntax error"
2006-05-26 Dave Mitchellstop eval "sub{" leaking
2006-03-09 Nicholas ClarkAdd the MAD change to perly.y, which brings a new PEG...
2005-12-19 Robin Houstonlatest switch/say/~~
2005-10-13 Rafael Garcia-SuarezThe new REQUIRE token introduced by change 25599 must be
2005-09-26 Rafael Garcia-SuarezCORE::require was always parsed as require().
2005-09-13 Yitzchak Scott-Tho... Allow non-arrowed form of chained subscripts after...
2005-05-07 Dave Mitchellwhile (my $x ...) { ...; redo } shouldn't undef $x.
2005-02-10 Marcus Holland-Moritz[perl #34101] not() || 1 produces segmentation fault
2004-10-10 Dave MitchellTurn regcomp into a list op
2004-07-31 Dave MitchellAdd comment to the top of most .c files explaining...
2004-02-15 Dave Mitchell [perl #25824] Segmentation fault with
2004-02-14 Dave MitchellSwitch from byacc to bison and simplify the perly....