* doc/bison.texinfo (Debugging): Split into...
authorAkim Demaille <akim@epita.fr>
Sat, 25 May 2002 16:12:40 +0000 (16:12 +0000)
committerAkim Demaille <akim@epita.fr>
Sat, 25 May 2002 16:12:40 +0000 (16:12 +0000)
commitec3bc3961dd154cde7a14ce7e6b97b901af1dadb
treede66b70728d4a3fb7ffdc587613a3c81b1ddeb9b
parent78df8250936c6461717273adae1a1bd7d1a543c6
* doc/bison.texinfo (Debugging): Split into...
(Tracing): this new section, its former contents, and...
(Understanding): this new section.
* src/getargs.h, src/getargs.c (verbose_flag): Remove, replaced
by...
(report_flag): this.
Adjust all dependencies.
(report_args, report_types, report_argmatch): New.
(usage, getargs): Report/support -r, --report.
* src/options.h
(struct option_table_struct): Rename as..,
(struct option_table_s): this.
Rename the `set_flag' member to `flag' to match with getopt_long's
struct.
* src/options.c (option_table): Split verbose into an entry for
%verbose, and another for --verbose.
Support --report/-r, so remove -r from the obsolete --raw.
* src/print.c: Attach full item sets and lookaheads reports to
report_flag instead of trace_flag.
* lib/argmatch.h, lib/argmatch.c: New, from Fileutils 4.1.
25 files changed:
ChangeLog
NEWS
TODO
doc/bison.texinfo
lib/Makefile.am
po/de.po
po/es.po
po/et.po
po/fr.po
po/hr.po
po/it.po
po/ja.po
po/nl.po
po/ru.po
po/sv.po
po/tr.po
src/conflicts.c
src/getargs.c
src/getargs.h
src/lex.c
src/lex.h
src/main.c
src/options.c
src/options.h
src/print.c