summaryrefslogtreecommitdiff
path: root/perly.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* perly_c.diff typoGurusamy Sarathy1999-02-141-1/+1
* applied suggested patch; regen perly* and vms/perly*Stephen McCamant1999-02-071-769/+802
* another threads reliability fix: serialize writes to thr->threadsvGurusamy Sarathy1998-11-291-1/+1
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-11/+11
* remove spurious unused conflicting globals (PL_yy{v,s}sp)Gurusamy Sarathy1998-10-061-2/+0
* make C<use> recognize C<require> overrides; allow C<do EXPR> to beGurusamy Sarathy1998-10-031-1/+1
* move yyglobal decls from perly.c to perlvars.h, regen headers, tweakGurusamy Sarathy1998-09-241-14/+15
* support OE/MVSJarkko Hietaniemi1998-08-021-169/+171
* PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-28/+28
* Added patch, regenerated perly.c and perly.c.diffStephen McCamant1998-06-101-63/+62
* [asperl] integrate mainline changesGurusamy Sarathy1998-04-081-2/+2
|\
| * [BUG+PATCH] _62 with -DDEBUGGING and -DuseperlioJan-Pieter Cornet1998-03-161-11/+11
* | [asperl] various changes to get asperl working under BorlandGurusamy Sarathy1998-03-161-9/+9
* | [win32] integrate mainline changesGurusamy Sarathy1998-03-071-1232/+1225
|\ \ | |/
| * [win32] yet another patchChip Salzenberg1998-03-021-1232/+1225
* | [asperl] integrate win32 branch contentsGurusamy Sarathy1998-02-091-65/+70
|\ \ | |/
| * Newer -DLEAKTEST patchIlya Zakharevich1998-02-061-3/+7