mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 22:33:03 +00:00
* NEWS: Bison-generated C parsers no longer quote literal strings
associated with tokens. * src/output.c (prepare_symbols): Don't escape strings, since users don't want to see C escapes. * tests/calc.at (AT_CHECK_CALC): Adjust to lack of quotes in diagnostics. * tests/regression.at (Token definitions, Web2c Actions): Likewise.
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
||||
2005-04-17 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* NEWS: Bison-generated C parsers no longer quote literal strings
|
||||
associated with tokens.
|
||||
* src/output.c (prepare_symbols): Don't escape strings,
|
||||
since users don't want to see C escapes.
|
||||
* tests/calc.at (AT_CHECK_CALC): Adjust to lack of quotes
|
||||
in diagnostics.
|
||||
* tests/regression.at (Token definitions, Web2c Actions): Likewise.
|
||||
|
||||
2005-04-16 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* tests/torture.at (AT_INCREASE_DATA_SIZE): Skip the test if
|
||||
|
||||
Reference in New Issue
Block a user