Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add braces to silence gcc warnings. | Roland McGrath | 1998-10-20 | 1 | -7/+9 |
| | |||||
* | 1998-07-20 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1998-07-20 | 1 | -3/+3 |
| | | | | | | | | | | | * ps.c (main): Fix return type to int, and use return. * ids.c (main): Likewise. * w.c (main): Likewise. * login.c (main): Likewise. * settrans.c (main): Likewise. * showtrans.c (main): Likewise. * fsysopts.c (main): Likewise. * storeinfo.c (main): Likewise. | ||||
* | (main): | Miles Bader | 1997-06-20 | 1 | -2/+11 |
| | | | | | Print the translated-node name instead of the translator name if the translator startup error is due to opening it. | ||||
* | (argp_program_version): Make const. | Miles Bader | 1997-02-20 | 1 | -1/+1 |
| | |||||
* | (options): | Miles Bader | 1997-02-12 | 1 | -5/+5 |
| | | | | Update to reflect some minor changes in the way argp works. | ||||
* | *** empty log message *** | Thomas Bushnell | 1996-09-05 | 1 | -1/+2 |
| | |||||
* | (doc): Add program description. | Miles Bader | 1996-08-27 | 1 | -1/+2 |
| | |||||
* | (options): Rearrange slightly. | Miles Bader | 1996-07-20 | 1 | -4/+4 |
| | |||||
* | (main): Don't use unsafe MOVE_SEND in call to file_set_translator. | Michael I. Bushnell | 1996-07-08 | 1 | -1/+1 |
| | |||||
* | (argp_program_version): New variable. | Miles Bader | 1996-07-06 | 1 | -0/+2 |
| | |||||
* | (parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL. | Miles Bader | 1996-05-11 | 1 | -1/+1 |
| | |||||
* | (main): Remove const cast from first arg to argz_create. | Miles Bader | 1996-05-10 | 1 | -2/+1 |
| | |||||
* | (main) [parse_opt]: Cast first arg to argz_create appropriately. | Michael I. Bushnell | 1996-05-09 | 1 | -1/+2 |
| | |||||
* | (main): Default KILL_ACTIVE to 0. | Miles Bader | 1996-05-01 | 1 | -1/+1 |
| | |||||
* | (options): Add --exclusive option, change descriptions. | Miles Bader | 1996-03-29 | 1 | -15/+27 |
| | | | | (main): Rearrange meanings of arguments somewhat. | ||||
* | (main): Pass new arg to argp_parse. Also use argp_usage correctly. | Miles Bader | 1996-03-19 | 1 | -5/+8 |
| | |||||
* | (main): Don't print a newline after `Pausing...' msg. | Miles Bader | 1996-02-26 | 1 | -1/+1 |
| | |||||
* | (STRINGIFY): Make work. Is this in a header somewhere? | Miles Bader | 1996-02-19 | 1 | -1/+2 |
| | | | | (_STRINGIFY): New macro. Ick. | ||||
* | (options, main): Add --timeout/-t option. | Miles Bader | 1996-02-13 | 1 | -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 Bader | 1996-02-02 | 1 | -2/+10 |
| | |||||
* | (options, main): Make -g/--goaway only apply to active translators. | Miles Bader | 1996-01-23 | 1 | -11/+14 |
| | | | | (options): Rearrange a bit. | ||||
* | (main): | Miles Bader | 1995-12-06 | 1 | -2/+2 |
| | | | | Change uses of the INDEX field in argp_state structures to use NEXT instead. | ||||
* | (main): | Miles Bader | 1995-11-06 | 1 | -6/+21 |
| | | | | Change to use the new wierd callback interface to fshelp_start_translator. | ||||
* | (options): | Miles Bader | 1995-10-31 | 1 | -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 Bader | 1995-10-21 | 1 | -17/+13 |
| | | | | (main): Set ARGZ inside of parse_opt. | ||||
* | (options): Converted to argp format. | Miles Bader | 1995-10-18 | 1 | -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 Bader | 1995-09-05 | 1 | -2/+4 |
| | |||||
* | (SHORT_OPTIONS): Remove '?' as getopt usurps it. | Miles Bader | 1995-07-07 | 1 | -3/+3 |
| | | | | (options, main): Use '&' instead of '?' to mean help. | ||||
* | Give an error message instead of dying when no filename argument is given. | Miles Bader | 1995-07-06 | 1 | -0/+3 |
| | |||||
* | Allow options before and immediately after the node name to be rearranged by | Miles Bader | 1995-04-27 | 1 | -18/+19 |
| | | | | getopt without affecting those following the translator name. | ||||
* | Get rid of the `show passive translator' functionality, as this is now done | Miles Bader | 1995-04-05 | 1 | -45/+26 |
| | | | | by showtrans. | ||||
* | Initial revision | Miles Bader | 1995-03-31 | 1 | -0/+180 |