* data/glr.c (yyreportTree): Make room in yystates for the state

preceding the RHS.  This fixes the segmentation fault reported by Derek
M. Jones in
<http://lists.gnu.org/archive/html/help-bison/2006-05/msg00035.html>.
(yyreportTree, yypdumpstack): Subtract 1 from yyrule before printing
to the user.  Reported for yyreportTree by Derek M. Jones later in the
same thread.
* THANKS: Add Derek M. Jones.
Update my email address.
Fix typo in Steve Murphy's name.
This commit is contained in:
Joel E. Denny
2006-05-17 16:39:40 +00:00
parent d664514801
commit 9138c575d8
3 changed files with 20 additions and 6 deletions

View File

@@ -1,3 +1,16 @@
2006-05-17 Joel E. Denny <jdenny@ces.clemson.edu>
* data/glr.c (yyreportTree): Make room in yystates for the state
preceding the RHS. This fixes the segmentation fault reported by Derek
M. Jones in
<http://lists.gnu.org/archive/html/help-bison/2006-05/msg00035.html>.
(yyreportTree, yypdumpstack): Subtract 1 from yyrule before printing
to the user. Reported for yyreportTree by Derek M. Jones later in the
same thread.
* THANKS: Add Derek M. Jones.
Update my email address.
Fix typo in Steve Murphy's name.
2006-05-14 Paul Eggert <eggert@cs.ucla.edu>
* data/glr.c (yyreportSyntaxError): Fix off-by-one error in