Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (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 |
| | |||||
* | (parse_opt): Print a usage msg with no args. | Miles Bader | 1996-05-11 | 1 | -9/+13 |
| | | | | (options, main): Add --translated/-t option. | ||||
* | (main): Pass new arg to argp_parse. | Miles Bader | 1996-03-19 | 1 | -2/+2 |
| | |||||
* | (main): | Miles Bader | 1995-12-06 | 1 | -2/+2 |
| | | | | | | Supply the new SEP argument to argz_stringify. Change uses of the INDEX field in argp_state structures to use NEXT instead. Fix default prefix-printing test. | ||||
* | (options): Converted to argp format. | Miles Bader | 1995-10-18 | 1 | -70/+61 |
| | | | | | | | (main): Use argp, not getopt. (usage, USAGE, SHORT_OPTIONS): Deleted. (arg_doc, doc): New variables. Include <argp.h> not <getopt.h>. | ||||
* | (usage, options, main): Change -h/--no-header options to -p/--prefix and | Miles Bader | 1995-10-05 | 1 | -10/+17 |
| | | | | | | -P/--no-prefix. (main): Unless overridden by -p/-P, only print a FILE: prefix when there are multiple files on the command line. | ||||
* | Initial revision | Miles Bader | 1995-04-04 | 1 | -0/+137 |