summaryrefslogtreecommitdiff
path: root/perly.y
Commit message (Expand)AuthorAgeFilesLines
* Revert the code and test changes of 33727 [integration of 33726 toNicholas Clark2008-09-201-1/+1
* Integrate:Nicholas Clark2008-04-221-1/+1
* Integrate:Nicholas Clark2006-05-101-1/+2
* Integrate:Nicholas Clark2006-05-101-2/+6
* Integrate:Nicholas Clark2006-04-271-17/+20
* Integrate:Nicholas Clark2005-04-071-2/+2
* Integrate:Steve Peters2005-04-071-1/+2
* Integrate:Stas Bekman2004-09-101-0/+9
* Integrate:Nicholas Clark2003-12-301-1/+2
* Integrate:Adrian M. Enache2003-03-021-1/+1
* Integrate:Jarkko Hietaniemi2003-03-021-1/+1
* 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
* Copyright++. (Not all the toplevel *.h have one, it seems.)Jarkko Hietaniemi2002-01-231-1/+1
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-1/+1
* Perly.y and related file fixes to keep mainframe yacc (and bison) happy.Nick Ing-Simmons2001-06-191-12/+16
* perly.y overhaulSimon Cozens2001-06-101-109/+162
* 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-1/+3
* Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;...Robin Houston2001-03-141-6/+13
* Re: [ PATCH perl@8956 ] new debug option -DR shows ref countsDave Mitchell2001-03-091-1/+1
* RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parse...Roca, Ignasi2001-01-231-0/+1
* Bump up Larry's copyright.Jarkko Hietaniemi2001-01-011-1/+1
* Make scan_num() reëntrant, as suggested inRoca, Ignasi2000-10-201-1/+1
* set SvUTF8 on vectors only if there are chars > 127; update copyrightGurusamy Sarathy2000-02-061-1/+1
* 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
* various cleanupsGurusamy Sarathy1999-10-121-16/+1
* revert SAVEDESTRUCTOR() to accepting void(*)(void*) for sourceGurusamy Sarathy1999-10-101-1/+16
* change#3728 was flawed (loop contexts saw the wrong statementGurusamy Sarathy1999-10-071-1/+1
* sub : attrlistSpider Boardman1999-08-291-15/+83
* allow arrow omission in $foo[10]->('foo') etc. (but not inStephen McCamant1999-07-261-45/+63
* remove spurious newSTATEOP() that causes goto to enter one too manyGurusamy Sarathy1999-07-181-2/+1
* initial stub implementation of implicit thread/thisGurusamy Sarathy1999-06-071-5/+2
* distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagationGurusamy Sarathy1999-02-181-2/+2
* applied suggested patch; regen perly* and vms/perly*Stephen McCamant1999-02-071-0/+4
* another threads reliability fix: serialize writes to thr->threadsvGurusamy Sarathy1998-11-291-1/+1
* POSIX BC2000 port from perl-mvs:Thomas Dorner1998-10-171-2/+7
* The VM/ESA port essentials, based onJarkko Hietaniemi1998-10-171-2/+2
* make C<use> recognize C<require> overrides; allow C<do EXPR> to beGurusamy Sarathy1998-10-031-1/+1
* support OE/MVSJarkko Hietaniemi1998-08-021-0/+8
* PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-28/+28
* Added patch, regenerated perly.c and perly.c.diffStephen McCamant1998-06-101-2/+1
* [win32] yet another patchChip Salzenberg1998-03-021-0/+3
* More Chip patches (tweaked for _5x). The final one mentioned hereMalcolm Beattie1998-02-061-1/+2
* Add to docs about the BEGIN { shift } feature. Make the changeGurusamy Sarathy1997-11-231-1/+1
* - shift() inside BEGIN|END|INIT now shifts @ARGV instead of @_Gurusamy Sarathy1997-11-221-1/+1
* Convert miniperl sources to ANSI C. Several passes ofNick Ing-Simmons1997-10-311-1/+1
* Merge maint-5.004 branch (5.004_04) with mainline.Malcolm Beattie1997-10-161-12/+12
|\