summaryrefslogtreecommitdiff
path: root/src/getargs.c
Commit message (Expand)AuthorAgeFilesLines
* warnings: be ready to print warnings categoriesVictor Santet2012-06-291-1/+0
* warnings: factoring: complaintsVictor Santet2012-06-281-2/+3
* warnings: move them to complain.c.Victor Santet2012-06-281-2/+0
* warnings: rename the categoriesVictor Santet2012-06-281-16/+16
* maint: don't use mbsr?chr.Akim Demaille2012-06-051-1/+1
* maint: use xconcat-filename.Akim Demaille2012-06-051-1/+1
* Merge tag 'v2.5.1_rc2'Akim Demaille2012-05-241-3/+13
|\
| * command line: fix minor leaks.Akim Demaille2012-05-081-3/+13
| * maint: address sc_bindtextdomain, sc_program_name and sc_prohibit_HAVE_MBRTOWC.Akim Demaille2012-02-191-2/+2
| * use a more consistent quoting style.Akim Demaille2012-02-081-5/+5
| * change more quotes in source, and adjust tests to matchJim Meyering2012-01-241-9/+9
| * maint: run "make update-copyright".Akim Demaille2012-01-131-1/+1
| * Pacify -DGNULIB_POSIXCHECK.Joel E. Denny2011-05-011-1/+1
| * Add -Wconflicts-sr and -Wconflicts-rr.Joel E. Denny2011-04-031-1/+8
| * Add -Wother so -Wnone suppresses all warnings.Joel E. Denny2011-04-031-1/+4
| * Don't let -Wnone disable -Werror.Joel E. Denny2011-04-031-17/+20
| * Implement no-XXX arguments for --warnings, --report, --trace.Di-an Jan2011-03-271-5/+14
| * doc: document experimental features better.Joel E. Denny2011-02-061-1/+2
| * 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
| * Expand GLR acronym in summary of Bison.Joel E. Denny2009-12-141-2/+2
| * Rename muscle_tab.* to muscle-tab.* for consistency with master.Joel E. Denny2009-10-081-1/+1
| * 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-221-26/+32
| * 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-1/+3
| * Consistently refer to Yacc, not YACC.Akim Demaille2009-04-201-2/+2
| * --trace=musclesAkim Demaille2009-04-061-0/+2
| * Improves options in the manual.Di-an Jan2009-04-061-0/+5
| * Simplify last patch slightly.Joel E. Denny2009-04-061-6/+2
| * Fix last warning from --enable-gcc-warnings.Joel E. Denny2009-04-061-4/+7
| * Handle --enable-gcc-warnings.Di-an Jan2009-04-061-1/+1
| * Pass command line location to skeleton_arg and language_argmatch.Akim Demaille2009-04-061-12/+8
| * -D, --define.Akim Demaille2009-04-061-6/+37
| * Initialize the muscle table before parsing the command line.Akim Demaille2009-04-061-0/+3
| * Fix --help.Akim Demaille2009-04-061-1/+1
| * Clean up %skeleton and %language priority implementation.Joel E. Denny2008-11-071-4/+4
* | avoid direct strncmp calls.Akim Demaille2012-03-091-1/+1
* | maint: address sc_bindtextdomain, sc_program_name and sc_prohibit_HAVE_MBRTOWC.Akim Demaille2012-02-191-2/+2
* | use a more consistent quoting style.Akim Demaille2012-02-081-5/+5
* | change more quotes in source, and adjust tests to matchJim Meyering2012-01-191-3/+3
* | maint: run "make update-copyright".Jim Meyering2012-01-131-1/+1
* | global: remove unnecessary horizontal tabs.Joel E. Denny2011-07-241-106/+106
* | Pacify -DGNULIB_POSIXCHECK.Joel E. Denny2011-05-011-1/+1
* | Add -Wconflicts-sr and -Wconflicts-rr.Joel E. Denny2011-04-091-1/+8
* | Add -Wother so -Wnone suppresses all warnings.Joel E. Denny2011-04-091-1/+4
* | Don't let -Wnone disable -Werror.Joel E. Denny2011-04-091-17/+20