summaryrefslogtreecommitdiff
path: root/perly.c
Commit message (Expand)AuthorAgeFilesLines
* Bump several file copyright datesSteffen Schwigon2012-01-191-1/+2
* Fix typos (spelling errors) in Perl sources.Peter J. Acklam) (via RT2011-01-071-1/+1
* function interface to parse Perl statementZefram2010-09-061-6/+26
* When discarding a token free the op associated with itGerard Goossen2009-12-181-0/+2
* Fix casting warningsRafael Garcia-Suarez2009-12-161-3/+3
* Store the PL_compcv instead of the the PL_comppad in parser stack, and make i...Gerard Goossen2009-12-161-14/+28
* Update copyright years.Nicholas Clark2008-10-251-1/+1
* Silence Borland compiler warnings (except for warnings from zlib) here:Steve Hay2008-02-251-1/+1
* [perl #43425] local $[: fix scoping during parser error handling.Dave Mitchell2007-07-161-0/+7
* Make parser_free() be called slightly later,Dave Mitchell2007-04-011-17/+3
* disable parser stack cleanup on reduce croak (too fragile)Dave Mitchell2007-01-181-1/+17
* silence a warning in perly.cDave Mitchell2007-01-071-1/+1
* Silence various VC6 warningsSteve Hay2007-01-051-1/+1
* make parser_free actually free the parser!Dave Mitchell2007-01-041-0/+3
* handle cloning of parsers on the save stackDave Mitchell2007-01-031-1/+1
* Update copyright years to include 2007. (Plus a couple of 2006s andNicholas Clark2007-01-021-1/+1
* fix -Mad build breakageDave Mitchell2007-01-021-1/+2
* move easy lexer state variables into PL_parserDave Mitchell2007-01-021-1/+1
* split parser initialisation from parser executionDave Mitchell2007-01-011-21/+6
* split parser stack from parser objectDave Mitchell2007-01-011-30/+29
* smoke signs suppressionJarkko Hietaniemi2006-12-311-1/+1
* further fix for #29543: fix parser leaks caused by croakingDave Mitchell2006-12-291-16/+39
* make -Dpv print 8 parser stack items, not 9Dave Mitchell2006-12-191-1/+1
* 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