summaryrefslogtreecommitdiff
path: root/perly.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * More Chip patches (tweaked for _5x). The final one mentioned hereMalcolm Beattie1998-02-061-62/+63
* | [asperl] added AS patch#3Douglas Lankshear1998-02-011-11/+1
* | [asperl] added AS patch#2Gurusamy Sarathy1998-01-301-1/+20
|/
* 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
* Further ANSI changes now builds and passes (most) testsNick Ing-Simmons1997-10-311-4/+5
* Merge maint-5.004 branch (5.004_04) with mainline.Malcolm Beattie1997-10-161-12/+12
|\
| * [inseparable changes from patch to perl 5.004_04]perl-5.004_04Perl 5 Porters1997-09-051-12/+12
* | Rename RESTART to INIT and associated changesMalcolm Beattie1997-09-031-115/+115
* | More fixups for thrperl integration.Malcolm Beattie1997-06-051-2/+3
|/
* Support C< $coderef->($x,$y) >Chip Salzenberg1997-04-301-942/+998
* Fix label on C<for(;;)> statementChip Salzenberg1997-04-091-2/+2
* [inseparable changes from patch from perl5.003_22 to perl5.003_23]perl-5.003_23Perl 5 Porters1997-01-251-3/+3
* [inseparable changes from patch from perl5.003_21 to perl5.003_22]perl-5.003_22Perl 5 Porters1997-01-171-119/+117
* [inseparable changes from patch from perl5.003_20 to perl5.003_21]Perl 5 Porters1997-01-161-680/+691
* [inseparable changes from patch from perl5.003_19 to perl5.003_20]Perl 5 Porters1997-01-081-1166/+1194
* [inseparable changes from patch from perl5.003_13 to perl5.003_14]Perl 5 Porters1996-12-231-1230/+1159
* [inseparable changes from patch from perl5.003_11 to perl5.003_12]Perl 5 Porters1996-12-191-136/+140