summaryrefslogtreecommitdiff
path: root/src/getargs.c
Commit message (Expand)AuthorAgeFilesLines
* maint: run "make update-copyright".Joel E. Denny2011-01-021-2/+2
* Do not use date ranges in copyright notices.Paul Eggert2010-06-171-2/+2
* maint: run "make update-copyright"Joel E. Denny2010-01-041-2/+2
* Expand GLR acronym in summary of Bison.Joel E. Denny2009-12-141-2/+2
* Revert unnecessary column realignment in --help output.Joel E. Denny2009-07-151-16/+16
* -F/--force-define and relative %define/-D/--define priorities.Joel E. Denny2009-05-231-28/+35
* remove useless variable.Akim Demaille2009-05-191-5/+1
* Convert underscores to dashes in some %define variable names.Joel E. Denny2009-04-301-0/+8
* Document %define lr.type and lr.default_rules.Joel E. Denny2009-04-211-1/+2
* Finish implementing %define lr.type.Joel E. Denny2009-04-211-0/+2
* Consistently refer to Yacc, not YACC.Akim Demaille2009-04-201-2/+2
* variables: use `parse.assert' instead of `debug'.Akim Demaille2009-04-141-2/+4
* rename muscle_tab.* as muscle-tab.* for consistency.Akim Demaille2009-04-061-1/+1
* parser: handle %locations as %define locations.Akim Demaille2009-04-061-2/+2
* Treat %debug as %define debug.Akim Demaille2009-04-031-2/+1
* Treat %error-verbose as %define error_verbose.Akim Demaille2009-04-031-3/+1
* Implement no-XXX arguments for --warnings, --report, --trace.Di-an Jan2008-11-211-5/+14
* Improves options in the manual.Di-an Jan2008-11-201-0/+5
* Simplify last patch slightly.Joel E. Denny2008-11-171-6/+2
* Fix last warning from --enable-gcc-warnings.Joel E. Denny2008-11-171-4/+7
* Handles several --enable-gcc-warnings.Di-an Jan2008-11-171-1/+1
* --trace=musclesAkim Demaille2008-11-101-0/+2
* Clean up %skeleton and %language priority implementation.Joel E. Denny2008-11-071-4/+6
* Pass command line location to skeleton_arg and language_argmatch.Akim Demaille2008-11-071-12/+6
* -D, --define.Akim Demaille2008-11-071-6/+37
* Initialize the muscle table before parsing the command line.Akim Demaille2008-11-071-0/+3
* Fix --help.Akim Demaille2008-11-071-1/+1
* Say %language is experimental.Joel E. Denny2008-11-021-0/+1
* Use git-version-gen for version names between releases.Joel E. Denny2008-07-181-2/+0
* * NEWS (2.3a+): Mention that -g now takes an argument.Joel E. Denny2008-03-081-43/+47
* * src/getargs.c (short_options): Split and sort for readability.Akim Demaille2008-02-281-2/+24
* * NEWS (2.3a+): Don't say %language is experimental. Mention Java andJoel E. Denny2008-02-231-1/+3
* Accept --report-file=FILE to override the default `.output' filename.Joel E. Denny2007-11-181-1/+8
* * doc/yacc.1.in: New.Akim Demaille2007-11-141-1/+2
* * data/bison.m4 (b4_cat): Put a newline after the end delimiter of theJoel E. Denny2007-11-101-0/+1
* Complete --help.Akim Demaille2007-11-041-3/+14
* Deprecate %pure-parser and add `%define api.pure'. Discussed startingJoel E. Denny2007-10-291-1/+0
* * src/getargs.c (version): Update copyright year.Joel E. Denny2007-10-091-1/+1
* Implement --print-datadir.Joel E. Denny2007-10-051-1/+9
* Replace `%push-parser' and `%push-pull-parser' withJoel E. Denny2007-09-251-2/+0
* * src/gram.c (rule_rhs_print_xml): Now static, since it isn't usedPaul Eggert2007-09-211-1/+11
* 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-7/+0
* Undo my 2007-02-07 change, switching back to the c-strcase modulePaul Eggert2007-02-121-1/+2
* Undo most of the 2007-02-03 change, switching to the strcase modulePaul Eggert2007-02-071-2/+1
* * .cvsignore: Add javacomp.sh, javaexec.sh. Is this reallyPaul Eggert2007-02-041-1/+2
* 2007-01-29 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2007-01-291-1/+2
* For push mode, convert yyparse from a macro to a function, invoke yylexJoel E. Denny2006-12-311-0/+1
* * src/getargs.c (skeleton_arg): Last arg is now location const *.Paul Eggert2006-12-191-3/+68
* * src/Makefile.am (YACC): Use --warnings=all,error so that Bison's ownJoel E. Denny2006-11-101-3/+3