mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-27 13:13:04 +00:00
* ChangeLog: Correct some errors in previous entries.
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,7 @@
|
||||
2010-10-31 Joel E. Denny <joeldenny@joeldenny.org>
|
||||
|
||||
* ChangeLog: Correct some errors in previous entries.
|
||||
|
||||
2010-10-17 Joel E. Denny <joeldenny@joeldenny.org>
|
||||
|
||||
maint: re-anchor all .gitignore entries.
|
||||
@@ -767,7 +771,7 @@
|
||||
|
||||
YYFAIL: warn about uses and remove from lalr1.java.
|
||||
* NEWS (2.5): Document.
|
||||
* data/lalr1.java (parser::YYStack::YYFAIL): Rename to YYERRLAB,
|
||||
* data/lalr1.java (YYParser::YYFAIL): Rename to YYERRLAB,
|
||||
and make it private. Update all uses.
|
||||
* src/scan-code.l (SC_RULE_ACTION): Implement warning.
|
||||
|
||||
@@ -775,7 +779,7 @@
|
||||
|
||||
YYFAIL: deprecate.
|
||||
* NEWS (2.4.2): Document deprecation and the phase-out plan.
|
||||
* data/lalr1.java (parser::YYStack::YYFAIL): Add comment about
|
||||
* data/lalr1.java (YYParser::YYFAIL): Add comment about
|
||||
deprecation.
|
||||
* data/yacc.c (YYFAIL): Likewise, and suppress warnings about
|
||||
YYFAIL from GCC cpp's -Wunused-macros.
|
||||
@@ -792,7 +796,7 @@
|
||||
2009-12-18 Joel E. Denny <jdenny@clemson.edu>
|
||||
|
||||
lalr1.cc: don't discard non-existent lookahead on syntax error.
|
||||
* data/lalr1.cc (parser::parse): Check yyempty first.
|
||||
* data/lalr1.cc (yy::parser::parse): Check yyempty first.
|
||||
* tests/c++.at (Syntax error discarding no lookahead): New test
|
||||
group.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user