* NEWS: Document minor wording changes in diagnostics of
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Jul 2005 00:05:57 +0000 (00:05 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Jul 2005 00:05:57 +0000 (00:05 +0000)
commit1a05945136faf21ac5e3a07cfcdee8ee2e8ab6ae
tree91fee3d4df9cad2c3a0f066c58143ef93edb8eca
parenta778f668a1e0a57a00e0abe74cd88e297cbb6cb3
* NEWS: Document minor wording changes in diagnostics of
Bison-generated parsers.
* data/glr.c (yyMemoryExhausted): Renamed from yyStackOverflow.
Remove unused formals.  All uses changed.
(yyreportAmbiguity): "ambiguity detected" -> "syntax is ambiguous".
(yyparse): Rename yyoverflowlab to yyexhaustedlab.
* data/yacc.c (yyparse): "parser stack overflow" -> "memory exhausted".
Rename yyoverflowab to yyexhaustedlab.
When memory exhaustion occurs during syntax-error reporting,
report it separately rather than in a single diagnostic; this
eases translation.
* doc/bison.texinfo (Memory Management): Renamed from Stack Overflow.
(Memory Exhausted): Renamed from Parser Stack Overflow.
Revamp wording slightly to prefer "memory exhaustion".
* tests/actions.at: "parser stack overflow" -> "memory exhausted".
ChangeLog
NEWS
data/glr.c
data/yacc.c
doc/bison.texinfo
tests/actions.at