This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
yyparse: replace some gotos with a while(1) loop
[perl5.git]
/
perly.c
2016-12-05
David Mitchell
yyparse: replace some gotos with a while(1) loop
blob
|
commitdiff
2016-12-05
David Mitchell
optimising yyparse: avoid a < 0 check
blob
|
commitdiff
|
diff to current
2016-12-05
David Mitchell
optimising yyparse: replace stack_size with a ptr
blob
|
commitdiff
|
diff to current
2016-11-18
Karl Williamson
Change white space to avoid C++ deprecation warning
blob
|
commitdiff
|
diff to current
2016-08-03
David Mitchell
sub signatures: use parser rather than lexer
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
Add support for bison 3.0
blob
|
commitdiff
|
diff to current
2015-09-17
Shlomi Fish
Tentative fix for RT#125350 - AFL detected crash.
blob
|
commitdiff
|
diff to current
2015-03-23
Dagfinn Ilmari Man...
Replace common Emacs file-local variables with dir...
blob
|
commitdiff
|
diff to current
2015-01-07
Father Chrysostomos
perly.c: Emit nl after ‘Reading a token’
blob
|
commitdiff
|
diff to current
2014-12-09
Karl Williamson
perly.c: Fix EBCDIC bug
blob
|
commitdiff
|
diff to current
2014-12-03
Karl Williamson
perly.c: Fix off-by-1 error for EBCDIC platforms
blob
|
commitdiff
|
diff to current
2014-06-25
Jarkko Hietaniemi
Remove or downgrade unnecessary dVAR.
blob
|
commitdiff
|
diff to current
2014-06-13
Jarkko Hietaniemi
Remove MAD.
blob
|
commitdiff
|
diff to current
2014-06-12
Brian Fraser
Silence several -Wunused-parameter warnings about my_perl
blob
|
commitdiff
|
diff to current
2014-02-01
Zefram
subroutine signatures
blob
|
commitdiff
|
diff to current
2013-12-22
Dagfinn Ilmari Man...
Remove support for "do SUBROUTINE(LIST)"
blob
|
commitdiff
|
diff to current
2013-08-29
Karl Williamson
Remove EBCDIC remappings
blob
|
commitdiff
|
diff to current
2013-07-26
Father Chrysostomos
pad.c: Use &PL_sv_no for const pad names
blob
|
commitdiff
|
diff to current
2012-10-02
Father Chrysostomos
perly.c: Disarm the YYDEBUG defines in perly.h
blob
|
commitdiff
|
diff to current
2012-09-26
Father Chrysostomos
Restore perly.o build with -DDEBUGGING
blob
|
commitdiff
|
diff to current
2012-09-15
Father Chrysostomos
Prevent assertion failure with ‘no a a 3’
blob
|
commitdiff
|
diff to current
2012-08-18
Karl Williamson
Omnibus removal of register declarations
blob
|
commitdiff
|
diff to current
2012-07-15
Father Chrysostomos
Remove op_latefree(d)
blob
|
commitdiff
|
diff to current
2012-05-30
Ricardo Signes
update the editor hints for spaces, not tabs
blob
|
commitdiff
|
diff to current
2012-03-25
Brian Fraser
Label UTF8 cleanup
blob
|
commitdiff
|
diff to current
2012-01-19
Steffen Schwigon
Bump several file copyright dates
blob
|
commitdiff
|
diff to current
2011-01-07
Peter J. Acklam...
Fix typos (spelling errors) in Perl sources.
blob
|
commitdiff
|
diff to current
2010-09-06
Zefram
function interface to parse Perl statement
blob
|
commitdiff
|
diff to current
2009-12-18
Gerard Goossen
When discarding a token free the op associated with it
blob
|
commitdiff
|
diff to current
2009-12-16
Rafael Garcia-Suarez
Fix casting warnings
blob
|
commitdiff
|
diff to current
2009-12-16
Gerard Goossen
Store the PL_compcv instead of the the PL_comppad in...
blob
|
commitdiff
|
diff to current
2008-10-25
Nicholas Clark
Update copyright years.
blob
|
commitdiff
|
diff to current
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
next