aboutsummaryrefslogtreecommitdiff
path: root/utils/settrans.c
Commit message (Collapse)AuthorAgeFilesLines
* (options): Add --exclusive option, change descriptions.Miles Bader1996-03-291-15/+27
| | | | (main): Rearrange meanings of arguments somewhat.
* (main): Pass new arg to argp_parse. Also use argp_usage correctly.Miles Bader1996-03-191-5/+8
|
* (main): Don't print a newline after `Pausing...' msg.Miles Bader1996-02-261-1/+1
|
* (STRINGIFY): Make work. Is this in a header somewhere?Miles Bader1996-02-191-1/+2
| | | | (_STRINGIFY): New macro. Ick.
* (options, main): Add --timeout/-t option.Miles Bader1996-02-131-8/+24
| | | | | (main): Pass ARGP_IN_ORDER to argp_parse (it's no longer the default), and deal with the fallout.
* (options, main): Add --pause option.Miles Bader1996-02-021-2/+10
|
* (options, main): Make -g/--goaway only apply to active translators.Miles Bader1996-01-231-11/+14
| | | | (options): Rearrange a bit.
* (main):Miles Bader1995-12-061-2/+2
| | | | Change uses of the INDEX field in argp_state structures to use NEXT instead.
* (main):Miles Bader1995-11-061-6/+21
| | | | Change to use the new wierd callback interface to fshelp_start_translator.
* (options):Miles Bader1995-10-311-16/+21
| | | | | | | | Change --force/-f to --goaway/-g. Add flags for killing translators: --recurse/-r, --force/-f, --nosync/-S. (doc): New variable. (main): Support new flags. Have some of the options update flag words instead of setting variables.
* (args_doc): New variable.Miles Bader1995-10-211-17/+13
| | | | (main): Set ARGZ inside of parse_opt.
* (options): Converted to argp format.Miles Bader1995-10-181-68/+43
| | | | | | (main): Use argp, not getopt. (usage, USAGE, SHORT_OPTIONS): Deleted. Include <argp.h> not <getopt.h>.
* (main): Use fshelp_start_translator instead of start_translator from ../lib.Miles Bader1995-09-051-2/+4
|
* (SHORT_OPTIONS): Remove '?' as getopt usurps it.Miles Bader1995-07-071-3/+3
| | | | (options, main): Use '&' instead of '?' to mean help.
* Give an error message instead of dying when no filename argument is given.Miles Bader1995-07-061-0/+3
|
* Allow options before and immediately after the node name to be rearranged byMiles Bader1995-04-271-18/+19
| | | | getopt without affecting those following the translator name.
* Get rid of the `show passive translator' functionality, as this is now doneMiles Bader1995-04-051-45/+26
| | | | by showtrans.
* Initial revisionMiles Bader1995-03-311-0/+180