summaryrefslogtreecommitdiff
path: root/perly.y
Commit message (Expand)AuthorAgeFilesLines
...
* Fix leaks in label strings allocation in COPsRafael Garcia-Suarez2006-12-201-4/+2
* misc MAD coredump fixes and parser leak fixesDave Mitchell2006-12-131-8/+11
* fixup some ival/opval type changes from perly.y/madly.y mergerDave Mitchell2006-12-131-0/+4
* fix eval qw(BEGIN{die}) style leaks (second attempt).Dave Mitchell2006-12-111-31/+25
* #28315 could crash when freeing ops with different padsDave Mitchell2006-12-101-25/+31
* parser: expand yy_is_opval[] to include all value typesDave Mitchell2006-12-101-1/+2
* fix some casting issues with perly.y / madly.y mergerDave Mitchell2006-12-041-33/+36
* merge perly.y and madlu.yDave Mitchell2006-12-041-220/+736
* Parsing fix: it wasn't possible to call a function with a (_) prototypeRafael Garcia-Suarez2006-11-131-0/+2
* stab at UNITCHECK blocksAlexander Gough2006-10-191-1/+2
* stop eval "sub{" leakingDave Mitchell2006-05-261-9/+18
* Add the MAD change to perly.y, which brings a new PEG token.Nicholas Clark2006-03-091-0/+5
* latest switch/say/~~Robin Houston2005-12-191-1/+28
* The new REQUIRE token introduced by change 25599 must beRafael Garcia-Suarez2005-10-131-0/+1
* Fix the overriding of CORE::do, just like change 25599Rafael Garcia-Suarez2005-09-271-1/+1
* CORE::require was always parsed as require().Rafael Garcia-Suarez2005-09-261-1/+5
* Remove the last STRLEN n_a;s that my compiler can reach.Nicholas Clark2005-09-211-1/+1
* Allow non-arrowed form of chained subscripts after slicesYitzchak Scott-Thoennes2005-09-131-4/+4
* More SvPV constingNicholas Clark2005-06-081-1/+1
* while (my $x ...) { ...; redo } shouldn't undef $x.Dave Mitchell2005-05-071-13/+16
* [perl #34101] not() || 1 produces segmentation faultMarcus Holland-Moritz2005-02-101-1/+2
* minor corrections to comments in perly.yDave Mitchell2005-01-301-2/+2
* Turn regcomp into a list opDave Mitchell2004-10-101-4/+2
* Add comment to top of reentr.c and fix typos in other filesDave Mitchell2004-08-011-1/+1
* Add comment to the top of most .c files explaining their purposeDave Mitchell2004-07-311-0/+9
* fix some comments in perly.yDave Mitchell2004-03-261-3/+3
* [perl #25824] Segmentation fault withDave Mitchell2004-02-151-5/+9
* Switch from byacc to bison and simplify the perly.* regenerationDave Mitchell2004-02-141-60/+4
* Fix bug [perl #24762] : C<*foo{CODE} ? 1 : 0> was a syntax errorRafael Garcia-Suarez2003-12-271-1/+2
* Reverse copyright update (#18801) for files not changed in 2003.Hugo van der Sanden2003-03-021-1/+1
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* Reverse #18285, for reasons given in:Hugo van der Sanden2002-12-231-1/+1
* Re: Precedence of ? :Stephen McCamant2002-12-111-1/+1
* Remove package; (Heh heh.)Abhijit Menon-Sen2002-09-291-2/+0
* Defined-or patch (cleaned up)Brent Dax2002-08-051-2/+6
* fixes for all the warnings reported by Visual C (most of thisGurusamy Sarathy2002-04-211-12/+12
* yfix fix for VMS (was YYDEBUG etc.)Craig A. Berry2002-03-251-1/+1
* Re: what is YYDEBUG and why does it reset errno?Rafael Garcia-Suarez2002-03-251-1/+1
* Copyright++. (Not all the toplevel *.h have one, it seems.)Jarkko Hietaniemi2002-01-231-1/+1
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-1/+1
* Perly.y and related file fixes to keep mainframe yacc (and bison) happy.Nick Ing-Simmons2001-06-191-12/+16
* perly.y overhaulSimon Cozens2001-06-101-109/+162
* Integrate change #10394 from maintperl; lexical file scope leakage.Jarkko Hietaniemi2001-06-031-2/+2
* Tweak to perly.y to allow -DDEBUGGING to compile on OS390.Nick Ing-Simmons2001-03-191-1/+3
* Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;...Robin Houston2001-03-141-6/+13
* Re: [ PATCH perl@8956 ] new debug option -DR shows ref countsDave Mitchell2001-03-091-1/+1
* RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parse...Roca, Ignasi2001-01-231-0/+1
* Bump up Larry's copyright.Jarkko Hietaniemi2001-01-011-1/+1
* Make scan_num() reëntrant, as suggested inRoca, Ignasi2000-10-201-1/+1
* set SvUTF8 on vectors only if there are chars > 127; update copyrightGurusamy Sarathy2000-02-061-1/+1