summaryrefslogtreecommitdiff
path: root/perly.c
Commit message (Expand)AuthorAgeFilesLines
* move parser state into new parser object, PL_parserDave Mitchell2006-12-181-70/+36
* merge the four parser stacks into oneDave Mitchell2006-12-171-247/+145
* delete dead code and macros from perly.cDave Mitchell2006-12-171-129/+3
* unify stacks arithmetic in parserDave Mitchell2006-12-171-16/+12
* fix a cast warning in perly.cDave Mitchell2006-12-161-1/+1
* make -Dpv display the parser stack before reductionDave Mitchell2006-12-131-11/+1
* fix parser leaks caused by croaking while shifting or reducingDave Mitchell2006-12-131-16/+102
* remove extraneous debugging code introduced by #29504Dave Mitchell2006-12-111-34/+0
* fix eval qw(BEGIN{die}) style leaks (second attempt).Dave Mitchell2006-12-111-22/+129
* #28315 could crash when freeing ops with different padsDave Mitchell2006-12-101-2/+17
* parser: expand yy_is_opval[] to include all value typesDave Mitchell2006-12-101-6/+19
* merge perly.y and madlu.yDave Mitchell2006-12-041-17/+28
* add support for bison 2.3Dave Mitchell2006-12-031-0/+5
* merge perly.c and madly.cDave Mitchell2006-12-031-5/+27
* synchronise perly.c and madly.cDave Mitchell2006-12-021-6/+6
* Revert change 28319, which may cause segfaults with threaded perlsRafael Garcia-Suarez2006-08-151-53/+1
* fix eval qw(BEGIN{die}) style leaks.Dave Mitchell2006-05-271-3/+53
* make -Dpv display OP names ons the parser stackDave Mitchell2006-05-271-6/+15
* stop OPs leaking in eval "syntax error"Dave Mitchell2006-05-271-0/+8
* Add the madly parser. I believe that this is all the C code. Now toNicholas Clark2006-03-091-3/+3
* Make MAD at least compile and link once more. Although it's now failingNicholas Clark2006-03-081-3/+3
* Further MAD changes.Nicholas Clark2006-03-081-0/+9
* cleaning up perly.cAndy Lester2006-02-171-9/+2
* Change all NEWSV() to newSV() in the core and non-dual-lived modules.Steve Hay2006-01-181-3/+3
* Update copyright years (including some years where we made changes butNicholas Clark2006-01-081-1/+1
* sprinkle dVARJarkko Hietaniemi2006-01-061-0/+1
* Missed a New() -> Newx().Steve Hay2005-07-121-1/+1
* regcomp.c and moreAndy Lester2005-06-091-0/+2
* Quotes fixed, see also perl #36079Andy Lester2005-06-021-4/+4
* VMS build update for bleadCraig A. Berry2005-05-291-2/+2
* SvPVX_const - patch #2Steve Peters2005-05-211-2/+2
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-2/+2
* Add editor boilerplates to all C filesRafael Garcia-Suarez2005-05-101-0/+10
* Removing yydestruct from perly.cAndy Lester2005-04-131-36/+6
* -Wformat Robin Barker2005-04-131-2/+2
* Third consting batchAndy Lester2005-03-241-6/+6
* make the bison-based parser threadsafe and capable of deepDave Mitchell2004-02-281-12/+12
* Enable v (verbose) switch on -Dp to display the top 8 elementsCraig A. Berry2004-02-141-35/+100
* Switch from byacc to bison and simplify the perly.* regenerationDave Mitchell2004-02-141-2609/+626
* Fix bug [perl #24762] : C<*foo{CODE} ? 1 : 0> was a syntax errorRafael Garcia-Suarez2003-12-271-104/+105
* Reverse #18285, for reasons given in:Hugo van der Sanden2002-12-231-288/+288
* Re: Precedence of ? :Stephen McCamant2002-12-111-288/+288
* Remove package; (Heh heh.)Abhijit Menon-Sen2002-09-291-1245/+1240
* Defined-or patch (cleaned up)Brent Dax2002-08-051-1185/+1293
* 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
* taint + deprecated warningsPaul Marquess2002-03-041-1/+1
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-6/+2
* Perly.y and related file fixes to keep mainframe yacc (and bison) happy.Nick Ing-Simmons2001-06-191-241/+241