X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/e0327bc8b49c31d2b4bccd516d012ededa0d1253..eeeb962b:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 23eb2352..6dc2aac4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2001-11-26 Marc Autret + + * src/bison.simple: Remove YYERROR_VERBOSE using. + 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. + 2001-11-27 Akim Demaille * src/system.h: Use intl/libgettext.h.