Imported Upstream version 5.23.8
[platform/upstream/perl.git] / perly.y
2017-06-28 DongHun KwakImported Upstream version 5.23.8 37/136037/1
2017-06-28 DongHun KwakImported Upstream version 5.23.4 33/136033/1
2017-06-28 DongHun KwakImported Upstream version 5.21.9 22/136022/1
2017-06-28 DongHun KwakImported Upstream version 5.21.8 21/136021/1
2017-06-28 DongHun KwakImported Upstream version 5.21.7 20/136020/1
2017-06-28 DongHun KwakImported Upstream version 5.21.6 19/136019/1
2017-06-28 DongHun KwakImported Upstream version 5.21.5 18/136018/1
2017-06-28 DongHun KwakImported Upstream version 5.21.4 17/136017/1
2017-06-28 DongHun KwakImported Upstream version 5.21.1 14/136014/1
2014-02-06 Zeframmerge basic zefram/purple_signatures into blead
2014-02-01 ZeframMerge blead into zefram/purple_signatures
2014-02-01 Zeframsubroutine signatures
2013-12-22 Dagfinn Ilmari Man... Remove support for "do SUBROUTINE(LIST)"
2013-12-02 Steve HayMerge branch 'dirnames' into blead
2013-11-24 Father Chrysostomos->$#*
2013-10-05 Ricardo SignesMerge branch 'postderef' into blead
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 Chrysostomos[Merge] Key/value hash and array slices
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 Chrysostomos[Merge] [perl #113930] Lexical subs
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-14 David MitchellMerge re_eval jumbo fix branch into blead
2012-06-13 David Mitchellmake qr/(?{})/ behave with closures
2012-06-04 Steve PetersMerge branch 'post-5.16' into blead
2012-05-25 Zeframremove deprecated qw-as-parens behaviour
2012-03-26 AbigailMerge branch 'abigail/for-5.17' into blead
2012-03-25 Brian FraserLabel UTF8 cleanup
2012-01-19 Steffen SchwigonBump several file copyright dates
2011-08-15 Jesse VincentMerge branch 'blead' of ssh://perl5.git.perl.org/perl...
2011-08-12 Father Chrysostomos[perl #95546] Allow () after __FILE__, etc.
2011-07-13 Father ChrysostomosMerge UTF8 pad stuff
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-28 brian d foyMerge branch 'briandfoy/pos' into blead
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-14 brian d foyMerge branch 'briandfoy/perlfaq' of ssh://perl5.git...
2010-09-11 Florian RagwitzShorten external symbol name for VMS
2010-09-08 Zeframmake qw(...) first-class syntax
2010-09-06 Zeframfunction interface to parse Perl statement
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 { ... }"
2009-12-15 Zefram[perl #22977] Bug in format/write
2009-12-01 Tony Cook-Dmad broken for c++
2009-11-29 Steve PetersMerge branch 'blead' of ssh://stevep@perl5.git.perl...
2009-11-09 Nicholas ClarkAdd length and flags arguments to Perl_allocmy().
2009-11-07 Steve HayMerge commit 'origin/blead' into blead
2009-11-06 Rafael Garcia-SuarezMerge branch 'legacy-pragma' into blead
2009-11-05 Jesse VincentImplement facility to plug in syntax triggered by keywords
2009-10-08 Rafael Garcia-SuarezMerge branch 'feature/package-name-version' into blead
2009-10-08 Rafael Garcia-SuarezRestore MAD handling of package statements
2009-10-06 David GoldenAdd 'package NAME VERSION' syntax
2009-09-24 Nicholas ClarkFix building MAD with C++ - a MAD_PV of "" is illegal...
2009-08-26 Chip SalzenbergMerge branch 'blead' of ssh://perl5.git.perl.org/perl...
2009-08-26 Rafael Garcia-SuarezMake MAD understand the "..." operator
2009-05-05 Rafael Garcia-SuarezMerge branch 'blead' into smartmatch
2009-03-29 Rafael Garcia-SuarezMerge commit 'origin/postfixwhen' into blead
2009-03-28 Vincent PitAllow when to be used as a statement modifier
2009-01-03 Rafael Garcia-SuarezMerge branch 'schwern/y2038' into blead
2008-11-02 Tom ChristiansenPATCH: Large omnibus patch to clean up the JRRT quotes
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-05-18 chromaticAdd ..., !!!, and ??? operators
2008-04-18 Rafael Garcia-SuarezFix the line-number-in-elsif longstanding bug.
2008-02-10 Nicholas ClarkEliminate use of Nullop in the core code. Dual life...
next