summaryrefslogtreecommitdiff
path: root/src/getargs.h
Commit message (Expand)AuthorAgeFilesLines
* Add -Wconflicts-sr and -Wconflicts-rr.Joel E. Denny2011-04-031-1/+3
* Add -Wother so -Wnone suppresses all warnings.Joel E. Denny2011-04-031-0/+1
* maint: run "make update-copyright".Joel E. Denny2011-01-021-2/+2
* Do not use date ranges in copyright notices.Paul Eggert2010-06-231-2/+2
* maint: run "make update-copyright"Joel E. Denny2010-01-041-2/+2
* Convert underscores to dashes in some %define variable names.Joel E. Denny2009-04-301-0/+3
* Finish implementing %define lr.type.Joel E. Denny2009-04-211-1/+2
* --trace=musclesAkim Demaille2009-04-061-0/+1
* Pass command line location to skeleton_arg and language_argmatch.Akim Demaille2009-04-061-2/+2
* Clean up %skeleton and %language priority implementation.Joel E. Denny2008-11-071-1/+4
* Deprecate %pure-parser and add `%define api.pure'. Discussed startingJoel E. Denny2007-10-291-5/+0
* Replace `%push-parser' and `%push-pull-parser' withJoel E. Denny2007-09-251-8/+0
* * src/gram.c (rule_rhs_print_xml): Now static, since it isn't usedPaul Eggert2007-09-211-0/+1
* Update to GPLv3.Paul Eggert2007-08-151-11/+9
* Get rid of broken %no-parser, -n, and --no-parser implementation andJoel E. Denny2007-08-121-1/+0
* 2007-01-29 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2007-01-291-6/+7
* For push mode, convert yyparse from a macro to a function, invoke yylexJoel E. Denny2006-12-311-2/+5
* * src/getargs.c (skeleton_arg): Last arg is now location const *.Paul Eggert2006-12-191-0/+20
* Disable unset/unused mid-rule value warnings by default, and recognizeJoel E. Denny2006-11-011-1/+2
* Finish implementing --warnings=error, which should not be implied byJoel E. Denny2006-11-011-1/+1
* * data/Makefile.am (dist_pkgdata_DATA): Add push.c.Paul Eggert2006-09-151-0/+5
* Implement --warnings/-W.Akim Demaille2006-07-091-2/+28
* * src/getargs.h, src/getargs.c: Swap --report and --trace handlingAkim Demaille2006-07-091-19/+21
* For consistency, use `lookahead' instead of `look-ahead' orJoel E. Denny2006-06-101-1/+1
* Implement --trace=m4.Akim Demaille2006-05-141-0/+1
* * src/output.h, src/output.c (error_verbose): Move to...Akim Demaille2006-05-141-2/+5
* * NEWS: Version 2.0b.Paul Eggert2005-07-241-3/+7
* Update FSF postal mail address.Paul Eggert2005-05-141-2/+2
* Use "look-ahead" instead of "lookahead", consistently.Paul Eggert2004-06-211-2/+2
* Switch from 'int' to 'bool' where that makes sense.Paul Eggert2003-05-241-8/+8
* * src/gram.h, src/gram.c (pure_parser, glr_parser): Move to...Akim Demaille2003-04-291-1/+18
* (enum trace): Renamed from enum trace_e.Paul Eggert2002-12-111-3/+3
* * src/getargs.h, src/getargs.c (trace_e, trace_args, trace_types):Akim Demaille2002-11-161-0/+1
* Remove all uses of PARAMS, since we now assume C89 or better.Paul Eggert2002-10-211-1/+1
* * src/getargs.h (trace_e): Add trace_scan, and trace_parse.Akim Demaille2002-10-171-7/+9
* Steal GCC's --time-report support.Akim Demaille2002-07-311-0/+1
* Let --trace have arguments.Akim Demaille2002-07-311-7/+19
* * src/state.h (state_t): `solved_conflicts' is a new member.Akim Demaille2002-05-261-0/+1
* * doc/bison.texinfo (Debugging): Split into...Akim Demaille2002-05-251-2/+14
* * src/getargs.h: Don't declare `spec_name_prefix' andAkim Demaille2001-12-101-2/+0
* * src/output.h: And put its extern declaration here.Marc Autret2001-11-281-1/+0
* * src/bison.simple: Remove YYERROR_VERBOSE using.Marc Autret2001-11-271-0/+1
* * src/reader.c (parse_include_decl): New, Not yet implemented.Marc Autret2001-11-261-3/+4
* * src/getargs.c (statistics_flag): Replace with...Akim Demaille2001-11-191-1/+1
* Automaton VCG graph output.Akim Demaille2001-08-061-0/+1
* * src/getargs.c, src/getarg.h (skeleton)): Constify.Akim Demaille2001-08-031-1/+1
* * src/getargs.h (raw_flag): Remove.Akim Demaille2001-07-181-1/+0
* * getargs.c (skeleton): New variable.Akim Demaille2001-03-161-1/+2
* * src: s/Copyright (C)/Copyright/g.Akim Demaille2000-11-071-1/+1
* The location tracking mechanism is precious for parse errorAkim Demaille2000-10-021-9/+10