mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
Use %%error_verbose. (yyparse): Likewise. * src/output.c (prepare): Give its final value. * src/muscle_tab.c (muscle_init): Init new muscle 'error_verbose'. * src/getargs.h: Add its extern declaration. * src/getargs.c (error_verbose_flag): New int. (getargs): Update to catch new case. * src/options.c (option_table): 'error-verbose' is a new option. (shortopts): Update.
32 lines
724 B
Plaintext
32 lines
724 B
Plaintext
-*- outline -*-
|
|
|
|
* src/reader.c
|
|
Complete parse_skel_decl () with parse_dquoted_param (). []
|
|
Check and cleanup for CPP-out code. []
|
|
|
|
* src/output.c
|
|
Remove %%verbose which is useless.
|
|
|
|
Cleanup dirty CPP-out code. []
|
|
** Output sub-skeleton files. []
|
|
Useful for %no_parser. []
|
|
*** New skeleton. []
|
|
|
|
* src/macrotab.[ch]
|
|
Removing warnings when compiling. (gcc-warnings). [ok]
|
|
|
|
* src/print_graph.c
|
|
Find the best graph parameters. []
|
|
|
|
* doc/bison.texinfo
|
|
Update informations about ERROR_VERBOSE. []
|
|
Add explainations about skeleton muscles. []
|
|
Add explainations about %skeleton. []
|
|
|
|
* testsuite.
|
|
** tests/calc.at
|
|
Remove --yyerror-verbose. []
|
|
** tests/torture.at
|
|
Remove --yyerror-verbose. []
|
|
** tests/calc.at
|
|
Test --error-verbose. [] |