Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | (argp_program_version): Make const. | Miles Bader | 1997-02-20 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Thomas Bushnell | 1996-09-05 | 1 | -1/+2 |
| | |||||
* | (doc): Add program description. | Miles Bader | 1996-08-27 | 1 | -1/+2 |
| | |||||
* | (main): Print an error for no args. | Miles Bader | 1996-07-21 | 1 | -0/+4 |
| | |||||
* | (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/+2 |
| | |||||
* | (main): Remove const cast from first arg to argz_create. | Miles Bader | 1996-05-10 | 1 | -2/+1 |
| | |||||
* | (main) [parse_opt]: Cast first arg of argz_create appropriately. | Michael I. Bushnell | 1996-05-09 | 1 | -1/+2 |
| | |||||
* | (main): Pass new arg to argp_parse. | Miles Bader | 1996-03-19 | 1 | -1/+1 |
| | |||||
* | (main): Use ARGP_IN_ORDER. | Miles Bader | 1996-02-19 | 1 | -2/+2 |
| | |||||
* | (main): | Miles Bader | 1995-12-06 | 1 | -4/+4 |
| | | | | | Supply the new SEP argument to argz_stringify. Change uses of the INDEX field in argp_state structures to use NEXT instead. | ||||
* | (main): Use file_get_fs_options, not fsys_get_options. | Miles Bader | 1995-11-06 | 1 | -15/+24 |
| | | | | (doc): `filesystem' --> `FILESYS'. | ||||
* | (options): FILE --> FILESYS in help msg. | Miles Bader | 1995-10-21 | 1 | -7/+9 |
| | | | | | | (args_doc): OPTION --> FS_OPTION, since the usage message already uses OPTION to mean those to fsysopts. (doc): New variable; give some common choices for FS_OPTION. | ||||
* | (options): Converted to argp format. | Miles Bader | 1995-10-18 | 1 | -58/+33 |
| | | | | | | | (main): Use argp, not getopt. (usage, USAGE, SHORT_OPTIONS): Deleted. (arg_doc): New variable. Include <argp.h> not <getopt.h>. | ||||
* | (main): Check for a missing filesystem name. | Miles Bader | 1995-05-20 | 1 | -5/+14 |
| | | | | | (main): Tweak the error msgs a bit. (options, main): Don't use '?' as the --help key. | ||||
* | Add -R to the short flags list. | Miles Bader | 1995-05-16 | 1 | -3/+3 |
| | | | | | Make non-L usage ignore symbolic links, not all translators. Tweak the help message. | ||||
* | Initial revision | Miles Bader | 1995-05-16 | 1 | -0/+124 |