This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Correct ambiguous regex capture syntax.
[perl5.git] / perly.y
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
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 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-09 Nicholas ClarkAdd length and flags arguments to Perl_allocmy().
2009-11-05 Jesse VincentImplement facility to plug in syntax triggered by keywords
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 Rafael Garcia-SuarezMake MAD understand the "..." operator
2009-03-28 Vincent PitAllow when to be used as a statement modifier
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...
2007-10-06 Nicholas ClarkRemove remaining C<Nullch>s and C<Nullsv>s
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 Gerard GoossenGive the 'local' declarator a new key, such that 'local...
2007-05-12 Dave Mitchellmove PL_in_my and PL_in_my_stash into the PL_parser...
2007-05-12 Dave Mitchellmove PL_rsfp_filters into the parser struct
2007-05-04 Dave Mitchellmove PL_expect and PL_copline into the PL_parser structure
2007-04-10 Nicholas ClarkSilence the g++ warnings "right-hand operand of comma...
2007-03-22 Gerard Goossenfix MAD compilation of C-style for loop
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-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-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-27 Rafael Garcia-SuarezFix the overriding of CORE::do, just like change 25599
2005-09-26 Rafael Garcia-SuarezCORE::require was always parsed as require().
2005-09-21 Nicholas ClarkRemove the last STRLEN n_a;s that my compiler can reach.
2005-09-13 Yitzchak Scott-Tho... Allow non-arrowed form of chained subscripts after...
2005-06-08 Nicholas ClarkMore SvPV consting
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
2005-01-30 Dave Mitchellminor corrections to comments in perly.y
2004-10-10 Dave MitchellTurn regcomp into a list op
2004-08-01 Dave MitchellAdd comment to top of reentr.c and fix typos in other...
2004-07-31 Dave MitchellAdd comment to the top of most .c files explaining...
2004-03-26 Dave Mitchellfix some comments in perly.y
2004-02-15 Dave Mitchell [perl #25824] Segmentation fault with
2004-02-14 Dave MitchellSwitch from byacc to bison and simplify the perly....
2003-12-27 Rafael Garcia-SuarezFix bug [perl #24762] : C<*foo{CODE} ? 1 : 0> was a...
2003-03-02 Hugo van der SandenReverse copyright update (#18801) for files not changed...
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2002-12-23 Hugo van der SandenReverse #18285, for reasons given in:
2002-12-11 Stephen McCamantRe: Precedence of ? :
2002-09-29 Abhijit Menon-SenRemove package; (Heh heh.)
2002-08-11 Nick Ing-SimmonsIntegrate mainline.
2002-08-05 Brent DaxDefined-or patch (cleaned up)
2002-04-21 Gurusamy Sarathyfixes for all the warnings reported by Visual C (most...
2002-03-25 Craig A. Berryyfix fix for VMS (was YYDEBUG etc.)
2002-03-25 Rafael Garcia-SuarezRe: what is YYDEBUG and why does it reset errno?
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-23 Jarkko HietaniemiCopyright++. (Not all the toplevel *.h have one, it...
2001-08-31 Gurusamy Sarathyremove deprecated PERL_OBJECT cruft, it has long since...
2001-06-19 Nick Ing-SimmonsPerly.y and related file fixes to keep mainframe yacc...
2001-06-10 Simon Cozensperly.y overhaul
2001-06-03 Jarkko HietaniemiIntegrate change #10394 from maintperl; lexical file...
2001-03-19 Nick Ing-SimmonsTweak to perly.y to allow -DDEBUGGING to compile on...
2001-03-14 Robin HoustonRe: [ID 20010309.004] my-variables lose values while...
2001-03-09 Dave MitchellRe: [ PATCH perl@8956 ] new debug option -DR shows...
2001-01-24 Charles BaileySYN SYN
2001-01-23 Roca, IgnasiRE: [PATCH perl@8269] Corrections for Perl_yylex_r...
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2001-01-01 Jarkko HietaniemiBump up Larry's copyright.
2000-10-20 Roca, IgnasiMake scan_num() reëntrant, as suggested in
next