| Commit message (Expand) | Author | Age | Files | Lines |
* | Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts | Dave Mitchell | 2001-03-09 | 1 | -1/+1 |
* | Make scan_num() reëntrant, as suggested in | Roca, Ignasi | 2000-10-20 | 1 | -1/+1 |
* | fix small eval"" memory leaks under USE_ITHREADS | Gurusamy Sarathy | 2000-06-02 | 1 | -0/+6 |
* | s/STOP/CHECK/ blocks | Gurusamy Sarathy | 2000-01-26 | 1 | -1/+1 |
* | fix bug in change#4515 (STOP blocks now see @ARGV like the rest) | Gurusamy Sarathy | 1999-11-14 | 1 | -1/+1 |
* | remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore | Gurusamy Sarathy | 1999-11-04 | 1 | -1/+0 |
* | various cleanups | Gurusamy Sarathy | 1999-10-12 | 1 | -17/+22 |
* | revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source | Gurusamy Sarathy | 1999-10-10 | 1 | -21/+16 |
* | change#3728 was flawed (loop contexts saw the wrong statement | Gurusamy Sarathy | 1999-10-07 | 1 | -1/+1 |
* | sub : attrlist | Spider Boardman | 1999-08-29 | 1 | -1384/+1437 |
* | allow arrow omission in $foo[10]->('foo') etc. (but not in | Stephen McCamant | 1999-07-26 | 1 | -1266/+1321 |
* | remove spurious newSTATEOP() that causes goto to enter one too many | Gurusamy Sarathy | 1999-07-18 | 1 | -2/+1 |
* | more PERL_OBJECT cleanups (changes still untested on Unix!) | Gurusamy Sarathy | 1999-07-08 | 1 | -16/+24 |
* | more complete support for implicit thread/interpreter pointer, | Gurusamy Sarathy | 1999-06-09 | 1 | -1/+1 |
* | initial stub implementation of implicit thread/this | Gurusamy Sarathy | 1999-06-07 | 1 | -16/+4 |
* | distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation | Gurusamy Sarathy | 1999-02-18 | 1 | -2/+2 |
* | perly_c.diff typo | Gurusamy Sarathy | 1999-02-14 | 1 | -1/+1 |
* | applied suggested patch; regen perly* and vms/perly* | Stephen McCamant | 1999-02-07 | 1 | -769/+802 |
* | another threads reliability fix: serialize writes to thr->threadsv | Gurusamy Sarathy | 1998-11-29 | 1 | -1/+1 |
* | phase 1 of somewhat major rearrangement of PERL_OBJECT stuff | Gurusamy Sarathy | 1998-10-30 | 1 | -11/+11 |
* | remove spurious unused conflicting globals (PL_yy{v,s}sp) | Gurusamy Sarathy | 1998-10-06 | 1 | -2/+0 |
* | make C<use> recognize C<require> overrides; allow C<do EXPR> to be | Gurusamy Sarathy | 1998-10-03 | 1 | -1/+1 |
* | move yyglobal decls from perly.c to perlvars.h, regen headers, tweak | Gurusamy Sarathy | 1998-09-24 | 1 | -14/+15 |
* | support OE/MVS | Jarkko Hietaniemi | 1998-08-02 | 1 | -169/+171 |
* | PL_ prefix to all perlvars, part1 | Nick Ing-Simmons | 1998-07-18 | 1 | -28/+28 |
* | Added patch, regenerated perly.c and perly.c.diff | Stephen McCamant | 1998-06-10 | 1 | -63/+62 |
* | [asperl] integrate mainline changes | Gurusamy Sarathy | 1998-04-08 | 1 | -2/+2 |
|\ |
|
| * | [BUG+PATCH] _62 with -DDEBUGGING and -Duseperlio | Jan-Pieter Cornet | 1998-03-16 | 1 | -11/+11 |
* | | [asperl] various changes to get asperl working under Borland | Gurusamy Sarathy | 1998-03-16 | 1 | -9/+9 |
* | | [win32] integrate mainline changes | Gurusamy Sarathy | 1998-03-07 | 1 | -1232/+1225 |
|\ \
| |/ |
|
| * | [win32] yet another patch | Chip Salzenberg | 1998-03-02 | 1 | -1232/+1225 |
* | | [asperl] integrate win32 branch contents | Gurusamy Sarathy | 1998-02-09 | 1 | -65/+70 |
|\ \
| |/ |
|
| * | Newer -DLEAKTEST patch | Ilya Zakharevich | 1998-02-06 | 1 | -3/+7 |
| * | More Chip patches (tweaked for _5x). The final one mentioned here | Malcolm Beattie | 1998-02-06 | 1 | -62/+63 |
* | | [asperl] added AS patch#3 | Douglas Lankshear | 1998-02-01 | 1 | -11/+1 |
* | | [asperl] added AS patch#2 | Gurusamy Sarathy | 1998-01-30 | 1 | -1/+20 |
|/ |
|
* | Add to docs about the BEGIN { shift } feature. Make the change | Gurusamy Sarathy | 1997-11-23 | 1 | -1/+1 |
* | - shift() inside BEGIN|END|INIT now shifts @ARGV instead of @_ | Gurusamy Sarathy | 1997-11-22 | 1 | -1/+1 |
* | Further ANSI changes now builds and passes (most) tests | Nick Ing-Simmons | 1997-10-31 | 1 | -4/+5 |
* | Merge maint-5.004 branch (5.004_04) with mainline. | Malcolm Beattie | 1997-10-16 | 1 | -12/+12 |
|\ |
|
| * | [inseparable changes from patch to perl 5.004_04]perl-5.004_04 | Perl 5 Porters | 1997-09-05 | 1 | -12/+12 |
* | | Rename RESTART to INIT and associated changes | Malcolm Beattie | 1997-09-03 | 1 | -115/+115 |
* | | More fixups for thrperl integration. | Malcolm Beattie | 1997-06-05 | 1 | -2/+3 |
|/ |
|
* | Support C< $coderef->($x,$y) > | Chip Salzenberg | 1997-04-30 | 1 | -942/+998 |
* | Fix label on C<for(;;)> statement | Chip Salzenberg | 1997-04-09 | 1 | -2/+2 |
* | [inseparable changes from patch from perl5.003_22 to perl5.003_23]perl-5.003_23 | Perl 5 Porters | 1997-01-25 | 1 | -3/+3 |
* | [inseparable changes from patch from perl5.003_21 to perl5.003_22]perl-5.003_22 | Perl 5 Porters | 1997-01-17 | 1 | -119/+117 |
* | [inseparable changes from patch from perl5.003_20 to perl5.003_21] | Perl 5 Porters | 1997-01-16 | 1 | -680/+691 |
* | [inseparable changes from patch from perl5.003_19 to perl5.003_20] | Perl 5 Porters | 1997-01-08 | 1 | -1166/+1194 |
* | [inseparable changes from patch from perl5.003_13 to perl5.003_14] | Perl 5 Porters | 1996-12-23 | 1 | -1230/+1159 |