summaryrefslogtreecommitdiff
path: root/perly.c
Commit message (Expand)AuthorAgeFilesLines
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* perly.c: Emit nl after ‘Reading a token’Father Chrysostomos2015-01-071-1/+1
* perly.c: Fix EBCDIC bugKarl Williamson2014-12-091-10/+10
* perly.c: Fix off-by-1 error for EBCDIC platformsKarl Williamson2014-12-031-2/+2
* Remove or downgrade unnecessary dVAR.Jarkko Hietaniemi2014-06-251-1/+0
* Remove MAD.Jarkko Hietaniemi2014-06-131-42/+0
* Silence several -Wunused-parameter warnings about my_perlBrian Fraser2014-06-131-0/+1
* subroutine signaturesZefram2014-02-011-0/+1
* Remove support for "do SUBROUTINE(LIST)"Dagfinn Ilmari Mannsåker2013-12-221-3/+0
* Remove EBCDIC remappingsKarl Williamson2013-08-291-1/+4
* pad.c: Use &PL_sv_no for const pad namesFather Chrysostomos2013-07-251-0/+1
* perly.c: Disarm the YYDEBUG defines in perly.hFather Chrysostomos2012-10-011-7/+9
* Restore perly.o build with -DDEBUGGINGFather Chrysostomos2012-09-251-4/+9
* Prevent assertion failure with ‘no a a 3’Father Chrysostomos2012-09-141-2/+0
* Omnibus removal of register declarationsKarl Williamson2012-08-181-4/+4
* Remove op_latefree(d)Father Chrysostomos2012-07-141-110/+1
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* Label UTF8 cleanupBrian Fraser2012-03-251-5/+0
* 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