]> git.saurik.com Git - bison.git/history - src/getargs.h
Get rid of broken %no-parser, -n, and --no-parser implementation and
[bison.git] / src / getargs.h
2007-08-12  Joel E. DennyGet rid of broken %no-parser, -n, and --no-parser imple...
2007-01-29  Paolo Bonzini2007-01-29 Paolo Bonzini <bonzini@gnu.org>
2006-12-31  Joel E. DennyFor push mode, convert yyparse from a macro to a functi...
2006-12-19  Paul Eggert* src/getargs.c (skeleton_arg): Last arg is now locatio...
2006-11-01  Joel E. DennyDisable unset/unused mid-rule value warnings by default...
2006-11-01  Joel E. DennyFinish implementing --warnings=error, which should...
2006-09-15  Paul Eggert* data/Makefile.am (dist_pkgdata_DATA): Add push.c.
2006-07-09  Akim DemailleImplement --warnings/-W.
2006-07-09  Akim Demaille* src/getargs.h, src/getargs.c: Swap --report and ...
2006-06-10  Joel E. DennyFor consistency, use `lookahead' instead of `look-ahead' or
2006-05-14  Akim DemailleImplement --trace=m4.
2006-05-14  Akim Demaille* src/output.h, src/output.c (error_verbose): Move...
2005-07-24  Paul Eggert* NEWS: Version 2.0b.
2005-05-14  Paul EggertUpdate FSF postal mail address.
2004-06-21  Paul EggertUse "look-ahead" instead of "lookahead", consistently.
2003-05-24  Paul EggertSwitch from 'int' to 'bool' where that makes sense.
2003-04-29  Akim Demaille* src/gram.h, src/gram.c (pure_parser, glr_parser)...
2002-12-11  Paul Eggert(enum trace): Renamed from enum trace_e.
2002-11-16  Akim Demaille* src/getargs.h, src/getargs.c (trace_e, trace_args...
2002-10-21  Paul EggertRemove all uses of PARAMS, since we now assume C89...
2002-10-17  Akim Demaille* src/getargs.h (trace_e): Add trace_scan, and trace_parse.
2002-07-31  Akim DemailleSteal GCC's --time-report support.
2002-07-31  Akim DemailleLet --trace have arguments.
2002-05-26  Akim Demaille* src/state.h (state_t): `solved_conflicts' is a new...
2002-05-25  Akim Demaille* doc/bison.texinfo (Debugging): Split into...
2001-12-10  Akim Demaille* src/getargs.h: Don't declare `spec_name_prefix' and
2001-11-28  Marc Autret* src/output.h: And put its extern declaration here.
2001-11-27  Marc Autret* src/bison.simple: Remove YYERROR_VERBOSE using.
2001-11-26  Marc Autret* src/reader.c (parse_include_decl): New, Not yet imple...
2001-11-19  Akim Demaille* src/getargs.c (statistics_flag): Replace with...
2001-08-06  Akim DemailleAutomaton VCG graph output.
2001-08-03  Akim Demaille* src/getargs.c, src/getarg.h (skeleton)): Constify.
2001-07-18  Akim Demaille* src/getargs.h (raw_flag): Remove.
2001-03-16  Akim Demaille* getargs.c (skeleton): New variable.
2000-11-07  Akim Demaille* src: s/Copyright (C)/Copyright/g.
2000-10-02  Akim DemailleThe location tracking mechanism is precious for parse...
2000-10-02  Akim Demaille* src/getargs.c (fixed_outfiles): Rename as...
2000-10-02  Akim Demaille* src/state.h (nstates, final_state, first_state, first...
2000-10-02  Akim Demaille* src/print.h: New file.
2000-09-19  Akim Demaille* src/output.c: Formatting changes.