summaryrefslogtreecommitdiff
path: root/perly.c
Commit message (Expand)AuthorAgeFilesLines
* perl.h, pp_ctl.c - switch to standard way of terminating compilationYves Orton2023-02-201-1/+2
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-49/+49
* perly.y: avoid <0 test on unsigned valueDavid Mitchell2020-12-081-3/+3
* Add support for Bison versions up to 3.7Dagfinn Ilmari Mannsåker2020-08-061-0/+18
* Remove use of dVAR in coreDagfinn Ilmari Mannsåker2020-07-201-1/+0
* perly.c: Fix typo in commentKarl Williamson2019-04-291-1/+1
* perly.c: Clarify commentKarl Williamson2017-02-131-5/+5
* yyparse(): extend parser stack before every shift.David Mitchell2016-12-101-28/+20
* perly.c: silence a -Wempty-body warningDavid Mitchell2016-12-071-1/+2
* yyparse: only calculate yytoken on yychar changeDavid Mitchell2016-12-051-22/+28
* yyparse(): only check stack size in outer loopDavid Mitchell2016-12-051-22/+28
* yyparse: reindentDavid Mitchell2016-12-051-216/+215
* yyparse: replace yynewstate label with while(1) {}David Mitchell2016-12-051-7/+4
* yyparse: eliminate yyreduce labelDavid Mitchell2016-12-051-15/+15
* yyparse: reindentDavid Mitchell2016-12-051-97/+97
* yyparse: replace some gotos with a while(1) loopDavid Mitchell2016-12-051-7/+6
* optimising yyparse: avoid a < 0 checkDavid Mitchell2016-12-051-2/+4
* optimising yyparse: replace stack_size with a ptrDavid Mitchell2016-12-051-10/+12
* Change white space to avoid C++ deprecation warningKarl Williamson2016-11-181-3/+3
* sub signatures: use parser rather than lexerDavid Mitchell2016-08-031-0/+2
* Add support for bison 3.0David Mitchell2016-02-031-0/+10
* Tentative fix for RT#125350 - AFL detected crash.Shlomi Fish2015-09-171-1/+1
* 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