2002-12-23 |
Hugo van der Sanden |
Reverse #18285, for reasons given in: |
blob | commitdiff |
2002-12-11 |
Stephen McCamant |
Re: Precedence of ? : |
blob | commitdiff | diff to current |
2002-09-29 |
Abhijit Menon-Sen |
Remove package; (Heh heh.) |
blob | commitdiff |
2002-08-11 |
Nick Ing-Simmons |
Integrate mainline. |
blob | commitdiff | diff to current |
2002-08-05 |
Brent Dax |
Defined-or patch (cleaned up) |
blob | commitdiff | diff to current |
2002-04-21 |
Gurusamy Sarathy |
fixes for all the warnings reported by Visual C (most... |
blob | commitdiff | diff to current |
2002-03-25 |
Craig A. Berry |
yfix fix for VMS (was YYDEBUG etc.) |
blob | commitdiff | diff to current |
2002-03-25 |
Rafael Garcia-Suarez |
Re: what is YYDEBUG and why does it reset errno? |
blob | commitdiff | diff to current |
2002-03-04 |
Paul Marquess |
taint + deprecated warnings |
blob | commitdiff | diff to current |
2001-08-31 |
Gurusamy Sarathy |
remove deprecated PERL_OBJECT cruft, it has long since... |
blob | commitdiff | diff to current |
2001-06-19 |
Nick Ing-Simmons |
Perly.y and related file fixes to keep mainframe yacc... |
blob | commitdiff | diff to current |
2001-06-14 |
Nick Ing-Simmons |
Add new step to run_byacc which: |
blob | commitdiff | diff to current |
2001-06-11 |
Jarkko Hietaniemi |
One more run_byacc (a hand-tweaked version had slipped... |
blob | commitdiff | diff to current |
2001-06-10 |
Jarkko Hietaniemi |
Update perly_c.diff, update perly.fixer to edit away |
blob | commitdiff | diff to current |
2001-06-10 |
Simon Cozens |
perly.y overhaul |
blob | commitdiff | diff to current |
2001-06-03 |
Jarkko Hietaniemi |
Integrate change #10394 from maintperl; lexical file... |
blob | commitdiff | diff to current |
2001-03-19 |
Nick Ing-Simmons |
Tweak to perly.y to allow -DDEBUGGING to compile on... |
blob | commitdiff | diff to current |
2001-03-14 |
Robin Houston |
Re: [ID 20010309.004] my-variables lose values while... |
blob | commitdiff | diff to current |
2001-03-09 |
Dave Mitchell |
Re: [ PATCH perl@8956 ] new debug option -DR shows... |
blob | commitdiff | diff to current |
2001-01-08 |
Charles Bailey |
Once again syncing after too long an absence |
blob | commitdiff | diff to current |
2000-10-20 |
Roca, Ignasi |
Make scan_num() reëntrant, as suggested in |
blob | commitdiff | diff to current |
2000-08-04 |
Charles Bailey |
YA resync with mainstem, including VMS patches from... |
blob | commitdiff | diff to current |
2000-06-02 |
Gurusamy Sarathy |
fix small eval"" memory leaks under USE_ITHREADS |
blob | commitdiff | diff to current |
2000-02-09 |
Charles Bailey |
Resync with mainline |
blob | commitdiff | diff to current |
2000-01-26 |
Gurusamy Sarathy |
s/STOP/CHECK/ blocks |
blob | commitdiff | diff to current |
2000-01-20 |
Charles Bailey |
Quick integration of mainline changes to date |
blob | commitdiff | diff to current |
1999-12-12 |
Gurusamy Sarathy |
integrate mainline changes |
blob | commitdiff | diff to current |
1999-11-14 |
Gurusamy Sarathy |
fix bug in change#4515 (STOP blocks now see @ARGV like... |
blob | commitdiff | diff to current |
1999-11-04 |
Gurusamy Sarathy |
remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore |
blob | commitdiff | diff to current |
1999-10-12 |
Gurusamy Sarathy |
various cleanups |
blob | commitdiff | diff to current |
1999-10-10 |
Gurusamy Sarathy |
revert SAVEDESTRUCTOR() to accepting void(*)(void*... |
blob | commitdiff | diff to current |
1999-10-07 |
Gurusamy Sarathy |
change#3728 was flawed (loop contexts saw the wrong... |
blob | commitdiff | diff to current |
1999-08-29 |
Spider Boardman |
sub : attrlist |
blob | commitdiff | diff to current |
1999-07-26 |
Stephen McCamant |
allow arrow omission in $foo[10]->('foo') etc. (but... |
blob | commitdiff | diff to current |
1999-07-18 |
Gurusamy Sarathy |
remove spurious newSTATEOP() that causes goto to enter... |
blob | commitdiff | diff to current |
1999-07-08 |
Gurusamy Sarathy |
more PERL_OBJECT cleanups (changes still untested on... |
blob | commitdiff | diff to current |
1999-06-09 |
Gurusamy Sarathy |
more complete support for implicit thread/interpreter... |
blob | commitdiff | diff to current |
1999-06-07 |
Gurusamy Sarathy |
initial stub implementation of implicit thread/this |
blob | commitdiff | diff to current |
1999-02-18 |
Gurusamy Sarathy |
distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy... |
blob | commitdiff | diff to current |
1999-02-14 |
Gurusamy Sarathy |
perly_c.diff typo |
blob | commitdiff | diff to current |
1999-02-07 |
Stephen McCamant |
applied suggested patch; regen perly* and vms/perly* |
blob | commitdiff | diff to current |
1998-11-29 |
Gurusamy Sarathy |
another threads reliability fix: serialize writes to... |
blob | commitdiff | diff to current |
1998-10-30 |
Gurusamy Sarathy |
phase 1 of somewhat major rearrangement of PERL_OBJECT... |
blob | commitdiff | diff to current |
1998-10-06 |
Gurusamy Sarathy |
remove spurious unused conflicting globals (PL_yy{v... |
blob | commitdiff | diff to current |
1998-10-03 |
Gurusamy Sarathy |
make C<use> recognize C<require> overrides; allow C... |
blob | commitdiff | diff to current |
1998-09-24 |
Gurusamy Sarathy |
move yyglobal decls from perly.c to perlvars.h, regen... |
blob | commitdiff | diff to current |
1998-08-02 |
Jarkko Hietaniemi |
support OE/MVS |
blob | commitdiff | diff to current |
1998-07-18 |
Nick Ing-Simmons |
PL_ prefix to all perlvars, part1 |
blob | commitdiff | diff to current |
1998-06-10 |
Stephen McCamant |
Added patch, regenerated perly.c and perly.c.diff |
blob | commitdiff | diff to current |
1998-04-08 |
Gurusamy Sarathy |
[asperl] integrate mainline changes |
blob | commitdiff | diff to current |
1998-03-16 |
Jan-Pieter Cornet |
[BUG+PATCH] _62 with -DDEBUGGING and -Duseperlio |
blob | commitdiff | diff to current |
1998-03-16 |
Gurusamy Sarathy |
[asperl] various changes to get asperl working under... |
blob | commitdiff | diff to current |
1998-03-07 |
Gurusamy Sarathy |
[win32] integrate mainline changes |
blob | commitdiff | diff to current |
1998-03-02 |
Chip Salzenberg |
[win32] yet another patch |
blob | commitdiff | diff to current |
1998-02-09 |
Gurusamy Sarathy |
[asperl] integrate win32 branch contents |
blob | commitdiff | diff to current |
1998-02-06 |
Ilya Zakharevich |
Newer -DLEAKTEST patch |
blob | commitdiff | diff to current |
1998-02-06 |
Malcolm Beattie |
More Chip patches (tweaked for _5x). The final one... |
blob | commitdiff | diff to current |
1998-02-01 |
Douglas Lankshear |
[asperl] added AS patch#3 |
blob | commitdiff | diff to current |
1998-01-30 |
Gurusamy Sarathy |
[asperl] added AS patch#2 |
blob | commitdiff | diff to current |
1997-11-23 |
Gurusamy Sarathy |
Add to docs about the BEGIN { shift } feature. Make... |
blob | commitdiff | diff to current |
1997-11-22 |
Gurusamy Sarathy |
- shift() inside BEGIN|END|INIT now shifts @ARGV instea... |
blob | commitdiff | diff to current |
1997-10-31 |
Nick Ing-Simmons |
Further ANSI changes now builds and passes (most) tests |
blob | commitdiff | diff to current |
1997-10-16 |
Malcolm Beattie |
Merge maint-5.004 branch (5.004_04) with mainline. |
blob | commitdiff | diff to current |
1997-09-05 |
Perl 5 Porters |
[inseparable changes from patch to perl 5.004_04] |
blob | commitdiff | diff to current |
1997-09-03 |
Malcolm Beattie |
Rename RESTART to INIT and associated changes |
blob | commitdiff | diff to current |
1997-06-05 |
Malcolm Beattie |
More fixups for thrperl integration. |
blob | commitdiff | diff to current |
1997-04-29 |
Chip Salzenberg |
Support C< $coderef->($x,$y) > |
blob | commitdiff | diff to current |
1997-04-09 |
Chip Salzenberg |
Fix label on C<for(;;)> statement |
blob | commitdiff | diff to current |
1997-01-25 |
Perl 5 Porters |
[inseparable changes from patch from perl5.003_22 to... |
blob | commitdiff | diff to current |
1997-01-16 |
Perl 5 Porters |
[inseparable changes from patch from perl5.003_21 to... |
blob | commitdiff | diff to current |
1997-01-15 |
Perl 5 Porters |
[inseparable changes from patch from perl5.003_20 to... |
blob | commitdiff | diff to current |
1997-01-07 |
Perl 5 Porters |
[inseparable changes from patch from perl5.003_19 to... |
blob | commitdiff | diff to current |
1997-01-07 |
Graham Barr |
Fix: empty @_ when calling empty-proto subs without... |
blob | commitdiff | diff to current |
1996-12-23 |
Perl 5 Porters |
[inseparable changes from patch from perl5.003_13 to... |
blob | commitdiff | diff to current |
1996-12-19 |
Perl 5 Porters |
[inseparable changes from patch from perl5.003_11 to... |
blob | commitdiff | diff to current |
1996-12-06 |
Perl 5 Porters |
[inseparable changes from patch from perl5.003_10 to... |
blob | commitdiff | diff to current |
1996-11-26 |
Perl 5 Porters |
[inseparable changes from patch from perl5.003_08 to... |
blob | commitdiff | diff to current |
1996-11-19 |
Perl 5 Porters |
[inseparable changes from patch from perl5.003_07 to... |
blob | commitdiff | diff to current |
1996-07-06 |
Perl 5 Porters |
perl 5.003_01: perly.c vms/perly_c.vms |
blob | commitdiff | diff to current |
1996-02-29 |
Andy Dougherty |
perl 5.002 |
blob | commitdiff | diff to current |
1996-02-03 |
Perl 5 Porters |
perl5.002beta3 |
blob | commitdiff | diff to current |
1996-08-19 |
Perl 5 Porters |
Restore use of Safefree() macro. |
blob | commitdiff | diff to current |
1996-08-10 |
Larry Wall |
perl 5.003_02: [no incremental changelog available] |
blob | commitdiff | diff to current |
1995-11-20 |
Larry Wall |
5.002 beta 1 |
blob | commitdiff | diff to current |
1995-03-13 |
Larry Wall |
Perl 5.001 |
blob | commitdiff | diff to current |
1994-10-17 |
Larry Wall |
perl 5.000 |
blob | commitdiff | diff to current |
1994-05-04 |
Larry Wall |
perl 5.0 alpha 9 |
blob | commitdiff | diff to current |
1994-03-18 |
Larry Wall |
perl 5.0 alpha 6 |
blob | commitdiff | diff to current |
1993-12-10 |
Larry Wall |
perl 5.0 alpha 5 |
blob | commitdiff | diff to current |
1993-11-10 |
Larry Wall |
perl 5.0 alpha 4 |
blob | commitdiff | diff to current |
1993-10-10 |
Larry Wall |
perl 5.0 alpha 3 |
blob | commitdiff | diff to current |
1993-10-07 |
Larry Wall |
perl 5.0 alpha 2 |
blob | commitdiff | diff to current |
1991-03-21 |
Larry Wall |
perl 4.0.00: (no release announcement available) |
blob | commitdiff |
1991-01-11 |
Larry Wall |
perl 3.0 patch #44 patch #42, continued |
blob | commitdiff | diff to current |
1990-11-09 |
Larry Wall |
perl 3.0 patch #40 patch #38, continued |
blob | commitdiff | diff to current |
1990-10-15 |
Larry Wall |
perl 3.0 patch #36 patch #29, continued |
blob | commitdiff | diff to current |
1990-08-13 |
Larry Wall |
perl 3.0 patch #28 (combined patch) |
blob | commitdiff | diff to current |
1990-08-08 |
Larry Wall |
perl 3.0 patch #24 patch #19, continued |
blob | commitdiff | diff to current |
1990-03-27 |
Larry Wall |
perl 3.0 patch #18 patch #16, continued |
blob | commitdiff | diff to current |
1990-02-28 |
Larry Wall |
perl 3.0 patch #11 patch #9, continued |
blob | commitdiff | diff to current |
next |