2008-10-25 |
Nicholas Clark |
Update copyright years. |
blob | commitdiff |
2008-02-25 |
Steve Hay |
Silence Borland compiler warnings (except for warnings... |
blob | commitdiff | diff to current |
2007-07-16 |
Dave Mitchell |
[perl #43425] local $[: fix scoping during parser... |
blob | commitdiff | diff to current |
2007-04-01 |
Dave Mitchell |
Make parser_free() be called slightly later, |
blob | commitdiff | diff to current |
2007-01-18 |
Dave Mitchell |
disable parser stack cleanup on reduce croak (too fragile) |
blob | commitdiff | diff to current |
2007-01-07 |
Dave Mitchell |
silence a warning in perly.c |
blob | commitdiff | diff to current |
2007-01-05 |
Steve Hay |
Silence various VC6 warnings |
blob | commitdiff | diff to current |
2007-01-04 |
Dave Mitchell |
make parser_free actually free the parser! |
blob | commitdiff | diff to current |
2007-01-03 |
Dave Mitchell |
handle cloning of parsers on the save stack |
blob | commitdiff | diff to current |
2007-01-02 |
Nicholas Clark |
Update copyright years to include 2007. (Plus a couple... |
blob | commitdiff | diff to current |
2007-01-02 |
Dave Mitchell |
fix -Mad build breakage |
blob | commitdiff | diff to current |
2007-01-02 |
Dave Mitchell |
move easy lexer state variables into PL_parser |
blob | commitdiff | diff to current |
2007-01-01 |
Dave Mitchell |
split parser initialisation from parser execution |
blob | commitdiff | diff to current |
2007-01-01 |
Dave Mitchell |
split parser stack from parser object |
blob | commitdiff | diff to current |
2006-12-31 |
Jarkko Hietaniemi |
smoke signs suppression |
blob | commitdiff | diff to current |
2006-12-29 |
Dave Mitchell |
further fix for #29543: fix parser leaks caused by... |
blob | commitdiff | diff to current |
2006-12-19 |
Dave Mitchell |
make -Dpv print 8 parser stack items, not 9 |
blob | commitdiff | diff to current |
2006-12-18 |
Dave Mitchell |
move parser state into new parser object, PL_parser |
blob | commitdiff | diff to current |
2006-12-17 |
Dave Mitchell |
merge the four parser stacks into one |
blob | commitdiff | diff to current |
2006-12-17 |
Dave Mitchell |
delete dead code and macros from perly.c |
blob | commitdiff | diff to current |
2006-12-17 |
Dave Mitchell |
unify stacks arithmetic in parser |
blob | commitdiff | diff to current |
2006-12-16 |
Dave Mitchell |
fix a cast warning in perly.c |
blob | commitdiff | diff to current |
2006-12-13 |
Dave Mitchell |
make -Dpv display the parser stack before reduction |
blob | commitdiff | diff to current |
2006-12-13 |
Dave Mitchell |
fix parser leaks caused by croaking while shifting... |
blob | commitdiff | diff to current |
2006-12-11 |
Dave Mitchell |
remove extraneous debugging code introduced by #29504 |
blob | commitdiff | diff to current |
2006-12-11 |
Dave Mitchell |
fix eval qw(BEGIN{die}) style leaks (second attempt). |
blob | commitdiff | diff to current |
2006-12-10 |
Dave Mitchell |
#28315 could crash when freeing ops with different... |
blob | commitdiff | diff to current |
2006-12-10 |
Dave Mitchell |
parser: expand yy_is_opval[] to include all value types |
blob | commitdiff | diff to current |
2006-12-04 |
Dave Mitchell |
merge perly.y and madlu.y |
blob | commitdiff | diff to current |
2006-12-03 |
Dave Mitchell |
add support for bison 2.3 |
blob | commitdiff | diff to current |
2006-12-03 |
Dave Mitchell |
merge perly.c and madly.c |
blob | commitdiff | diff to current |
2006-12-02 |
Dave Mitchell |
synchronise perly.c and madly.c |
blob | commitdiff | diff to current |
2006-08-15 |
Rafael Garcia-Suarez |
Revert change 28319, which may cause segfaults with... |
blob | commitdiff | diff to current |
2006-05-27 |
Dave Mitchell |
fix eval qw(BEGIN{die}) style leaks. |
blob | commitdiff | diff to current |
2006-05-27 |
Dave Mitchell |
make -Dpv display OP names ons the parser stack |
blob | commitdiff | diff to current |
2006-05-27 |
Dave Mitchell |
stop OPs leaking in eval "syntax error" |
blob | commitdiff | diff to current |
2006-03-09 |
Nicholas Clark |
Add the madly parser. I believe that this is all the... |
blob | commitdiff | diff to current |
2006-03-08 |
Nicholas Clark |
Make MAD at least compile and link once more. Although... |
blob | commitdiff | diff to current |
2006-03-08 |
Nicholas Clark |
Further MAD changes. |
blob | commitdiff | diff to current |
2006-02-17 |
Andy Lester |
cleaning up perly.c |
blob | commitdiff | diff to current |
2006-01-18 |
Steve Hay |
Change all NEWSV() to newSV() in the core and non-dual... |
blob | commitdiff | diff to current |
2006-01-08 |
Nicholas Clark |
Update copyright years (including some years where... |
blob | commitdiff | diff to current |
2006-01-06 |
Jarkko Hietaniemi |
sprinkle dVAR |
blob | commitdiff | diff to current |
2005-07-12 |
Steve Hay |
Missed a New() -> Newx(). |
blob | commitdiff | diff to current |
2005-06-09 |
Andy Lester |
regcomp.c and more |
blob | commitdiff | diff to current |
2005-06-02 |
Andy Lester |
Quotes fixed, see also perl #36079 |
blob | commitdiff | diff to current |
2005-05-29 |
Craig A. Berry |
VMS build update for blead |
blob | commitdiff | diff to current |
2005-05-21 |
Steve Peters |
SvPVX_const - patch #2 |
blob | commitdiff | diff to current |
2005-05-11 |
Rafael Garcia-Suarez |
Include vim/emacs modelines in generated files to open... |
blob | commitdiff | diff to current |
2005-05-10 |
Rafael Garcia-Suarez |
Add editor boilerplates to all C files |
blob | commitdiff | diff to current |
2005-04-13 |
Andy Lester |
Removing yydestruct from perly.c |
blob | commitdiff | diff to current |
2005-04-13 |
Robin Barker |
-Wformat |
blob | commitdiff | diff to current |
2005-03-24 |
Andy Lester |
Third consting batch |
blob | commitdiff | diff to current |
2004-02-28 |
Dave Mitchell |
make the bison-based parser threadsafe and capable... |
blob | commitdiff | diff to current |
2004-02-14 |
Craig A. Berry |
Enable v (verbose) switch on -Dp to display the top... |
blob | commitdiff | diff to current |
2004-02-14 |
Dave Mitchell |
Switch from byacc to bison and simplify the perly.... |
blob | commitdiff | diff to current |
2003-12-27 |
Rafael Garcia-Suarez |
Fix bug [perl #24762] : C<*foo{CODE} ? 1 : 0> was a... |
blob | commitdiff | diff to current |
2002-12-23 |
Hugo van der Sanden |
Reverse #18285, for reasons given in: |
blob | commitdiff | diff to current |
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 | diff to current |
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 |
next |