doc f7abe7
[p5sagit/p5-mst-13.2.git] / perly.y
2010-05-23 Zefram fix MAD handling of package block syntax
2010-05-20 Zefram fix SEGV with eval("package Foo {")
2010-05-20 Zefram support "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 Clark Add length and flags arguments to Perl_allocmy().
2009-11-05 Jesse Vincent Implement facility to plug in syntax triggered by keywords
2009-10-08 Rafael Garcia-Suarez Restore MAD handling of package statements
2009-10-06 David Golden Add 'package NAME VERSION' syntax
2009-09-24 Nicholas Clark Fix building MAD with C++ - a MAD_PV of "" is illegal...
2009-08-26 Rafael Garcia-Suarez Make MAD understand the "..." operator
2009-03-28 Vincent Pit Allow when to be used as a statement modifier
2008-11-02 Tom Christiansen PATCH: Large omnibus patch to clean up the JRRT quotes
2008-10-25 Nicholas Clark Update copyright years.
2008-05-18 chromatic Add ..., !!!, and ??? operators
2008-04-18 Rafael Garcia-Suarez Fix the line-number-in-elsif longstanding bug.
2008-02-10 Nicholas Clark Eliminate use of Nullop in the core code. Dual life...
2007-10-06 Nicholas Clark Remove remaining C<Nullch>s and C<Nullsv>s
2007-07-16 Dave Mitchell [perl #43425] local $[: fix scoping during parser...
2007-05-13 Dave Mitchell fix some (mostly MAD) compiler warnings
2007-05-12 Gerard Goossen Give the 'local' declarator a new key, such that 'local...
2007-05-12 Dave Mitchell move PL_in_my and PL_in_my_stash into the PL_parser...
2007-05-12 Dave Mitchell move PL_rsfp_filters into the parser struct
2007-05-04 Dave Mitchell move PL_expect and PL_copline into the PL_parser structure
2007-04-10 Nicholas Clark Silence the g++ warnings "right-hand operand of comma...
2007-03-22 Gerard Goossen fix MAD compilation of C-style for loop
2007-03-15 Rafael Garcia-Suarez Patch by Gerard Goossen to add madprops to "require...
2006-12-20 Rafael Garcia-Suarez Fix leaks in label strings allocation in COPs
2006-12-13 Dave Mitchell misc MAD coredump fixes and parser leak fixes
2006-12-13 Dave Mitchell fixup some ival/opval type changes from perly.y/madly...
2006-12-11 Dave Mitchell fix 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 Mitchell parser: expand yy_is_opval[] to include all value types
2006-12-04 Dave Mitchell fix some casting issues with perly.y / madly.y merger
2006-12-04 Dave Mitchell merge perly.y and madlu.y
2006-11-13 Rafael Garcia-Suarez Parsing fix: it wasn't possible to call a function...
2006-10-19 Alexander Gough stab at UNITCHECK blocks
2006-05-26 Dave Mitchell stop eval "sub{" leaking
2006-03-09 Nicholas Clark Add the MAD change to perly.y, which brings a new PEG...
2005-12-19 Robin Houston latest switch/say/~~
2005-10-13 Rafael Garcia-Suarez The new REQUIRE token introduced by change 25599 must be
2005-09-27 Rafael Garcia-Suarez Fix the overriding of CORE::do, just like change 25599
2005-09-26 Rafael Garcia-Suarez CORE::require was always parsed as require().
2005-09-21 Nicholas Clark Remove 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 Clark More SvPV consting
2005-05-07 Dave Mitchell while (my $x ...) { ...; redo } shouldn't undef $x.
2005-02-10 Marcus Holland-Moritz [perl #34101] not() || 1 produces segmentation fault
2005-01-30 Dave Mitchell minor corrections to comments in perly.y
2004-10-10 Dave Mitchell Turn regcomp into a list op
2004-08-01 Dave Mitchell Add comment to top of reentr.c and fix typos in other...
2004-07-31 Dave Mitchell Add comment to the top of most .c files explaining...
2004-03-26 Dave Mitchell fix some comments in perly.y
2004-02-15 Dave Mitchell [perl #25824] Segmentation fault with
2004-02-14 Dave Mitchell Switch from byacc to bison and simplify the perly....
2003-12-27 Rafael Garcia-Suarez Fix bug [perl #24762] : C<*foo{CODE} ? 1 : 0> was a...
2003-03-02 Hugo van der Sanden Reverse copyright update (#18801) for files not changed...
2003-03-02 Hugo van der Sanden Update all copyrights to 2003, from Jarkko
2002-12-23 Hugo van der Sanden Reverse #18285, for reasons given in:
2002-12-11 Stephen McCamant Re: Precedence of ? :
2002-09-29 Abhijit Menon-Sen Remove package; (Heh heh.)
2002-08-11 Nick Ing-Simmons Integrate mainline.
2002-08-05 Brent Dax Defined-or patch (cleaned up)
2002-04-21 Gurusamy Sarathy fixes for all the warnings reported by Visual C (most...
2002-03-25 Craig A. Berry yfix fix for VMS (was YYDEBUG etc.)
2002-03-25 Rafael Garcia-Suarez Re: what is YYDEBUG and why does it reset errno?
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-23 Jarkko Hietaniemi Copyright++. (Not all the toplevel *.h have one, it...
2001-08-31 Gurusamy Sarathy remove deprecated PERL_OBJECT cruft, it has long since...
2001-06-19 Nick Ing-Simmons Perly.y and related file fixes to keep mainframe yacc...
2001-06-10 Simon Cozens perly.y overhaul
2001-06-03 Jarkko Hietaniemi Integrate change #10394 from maintperl; lexical file...
2001-03-19 Nick Ing-Simmons Tweak to perly.y to allow -DDEBUGGING to compile on...
2001-03-14 Robin Houston Re: [ID 20010309.004] my-variables lose values while...
2001-03-09 Dave Mitchell Re: [ PATCH perl@8956 ] new debug option -DR shows...
2001-01-24 Charles Bailey SYN SYN
2001-01-23 Roca, Ignasi RE: [PATCH perl@8269] Corrections for Perl_yylex_r...
2001-01-08 Charles Bailey Once again syncing after too long an absence
2001-01-01 Jarkko Hietaniemi Bump up Larry's copyright.
2000-10-20 Roca, Ignasi Make scan_num() reëntrant, as suggested in
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-06 Gurusamy Sarathy set SvUTF8 on vectors only if there are chars > 127...
2000-01-26 Gurusamy Sarathy s/STOP/CHECK/ blocks
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-11-14 Gurusamy Sarathy fix bug in change#4515 (STOP blocks now see @ARGV like...
1999-10-12 Gurusamy Sarathy various cleanups
1999-10-10 Gurusamy Sarathy revert SAVEDESTRUCTOR() to accepting void(*)(void*...
1999-10-07 Gurusamy Sarathy change#3728 was flawed (loop contexts saw the wrong...
1999-08-29 Spider Boardman sub : attrlist
1999-07-26 Stephen McCamant allow arrow omission in $foo[10]->('foo') etc. (but...
1999-07-18 Gurusamy Sarathy remove spurious newSTATEOP() that causes goto to enter...
1999-06-07 Gurusamy Sarathy initial stub implementation of implicit thread/this
1999-02-18 Gurusamy Sarathy distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy...
1999-02-07 Stephen McCamant applied suggested patch; regen perly* and vms/perly*
1998-11-29 Gurusamy Sarathy another threads reliability fix: serialize writes to...
1998-10-26 Jarkko Hietaniemi s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
1998-10-26 Jarkko Hietaniemi s/YYLEX_PARAM/YYLEXPARAM/
1998-10-17 Thomas Dorner POSIX BC2000 port from perl-mvs:
next