summaryrefslogtreecommitdiff
path: root/perly.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add new step to run_byacc which:Nick Ing-Simmons2001-06-141-4/+4
* One more run_byacc (a hand-tweaked version had slipped in).Jarkko Hietaniemi2001-06-111-5/+3
* Update perly_c.diff, update perly.fixer to edit awayJarkko Hietaniemi2001-06-101-4/+6
* perly.y overhaulSimon Cozens2001-06-101-1286/+1321
* 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-190/+192
* Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;...Robin Houston2001-03-141-201/+206
* Re: [ PATCH perl@8956 ] new debug option -DR shows ref countsDave Mitchell2001-03-091-1/+1
* Make scan_num() reëntrant, as suggested inRoca, Ignasi2000-10-201-1/+1
* fix small eval"" memory leaks under USE_ITHREADSGurusamy Sarathy2000-06-021-0/+6
* s/STOP/CHECK/ blocksGurusamy Sarathy2000-01-261-1/+1
* fix bug in change#4515 (STOP blocks now see @ARGV like the rest)Gurusamy Sarathy1999-11-141-1/+1
* remove VIRTUAL tag, PERL_OBJECT doesn't need it anymoreGurusamy Sarathy1999-11-041-1/+0
* various cleanupsGurusamy Sarathy1999-10-121-17/+22
* revert SAVEDESTRUCTOR() to accepting void(*)(void*) for sourceGurusamy Sarathy1999-10-101-21/+16
* change#3728 was flawed (loop contexts saw the wrong statementGurusamy Sarathy1999-10-071-1/+1
* sub : attrlistSpider Boardman1999-08-291-1384/+1437
* allow arrow omission in $foo[10]->('foo') etc. (but not inStephen McCamant1999-07-261-1266/+1321
* remove spurious newSTATEOP() that causes goto to enter one too manyGurusamy Sarathy1999-07-181-2/+1
* more PERL_OBJECT cleanups (changes still untested on Unix!)Gurusamy Sarathy1999-07-081-16/+24
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-1/+1
* initial stub implementation of implicit thread/thisGurusamy Sarathy1999-06-071-16/+4
* distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagationGurusamy Sarathy1999-02-181-2/+2