Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial revision | Roland McGrath | 1996-07-17 | 1 | -0/+589 |
| | |||||
* | (argp_help): Set the lmargin after printing the start of the usage message, | Miles Bader | 1996-07-16 | 1 | -1/+6 |
| | | | | so that it won't get indented. | ||||
* | (argp_version_options, argp_version_parser): | Miles Bader | 1996-07-10 | 1 | -2/+2 |
| | | | | Use an uppercase 'V' for short version option. | ||||
* | (argp_help): "OPTIONS..." -> "OPTION...". | Miles Bader | 1996-07-10 | 1 | -1/+1 |
| | |||||
* | (argp_program_version_hook): Type & doc updated. | Miles Bader | 1996-07-06 | 1 | -3/+6 |
| | | | | "argp.h": New include. | ||||
* | (argp_program_version): Doc updated. | Miles Bader | 1996-07-06 | 1 | -4/+4 |
| | |||||
* | (argp_program_version_hook): Add argument types. | Miles Bader | 1996-07-06 | 1 | -5/+7 |
| | |||||
* | (argp_version_parser): | Miles Bader | 1996-07-06 | 1 | -2/+2 |
| | | | | | Output ARGP_PROGRAM_VERSION to STATE->out_stream, not stdout. Supply that stream and STATE to ARGP_PROGRAM_VERSION_HOOK. | ||||
* | (fmt_past_time): Get rid of extraneous `f' in fmt string. | Miles Bader | 1996-07-05 | 1 | -1/+1 |
| | |||||
* | (argp_parse): Zero the CHILD_INPUTS vector. | Miles Bader | 1996-06-27 | 1 | -0/+2 |
| | |||||
* | (argp_parse): | Miles Bader | 1996-06-21 | 1 | -2/+3 |
| | | | | Use group_parse instead of calling group parser directly for long options. | ||||
* | (SRCS): Remove line.c. Add fsysops.c | Miles Bader | 1996-06-19 | 1 | -3/+3 |
| | | | | (LCLHDRS): Remove line.h. | ||||
* | Initial revision | Miles Bader | 1996-06-19 | 1 | -0/+94 |
| | |||||
* | (argp_failure): If FMT is 0, don't print `: MSG'. | Miles Bader | 1996-06-19 | 1 | -7/+11 |
| | |||||
* | (argp_help, argp_state_help, argp_error, argp_failure): Handle null streams. | Miles Bader | 1996-06-17 | 1 | -26/+37 |
| | |||||
* | (argp_parse): Handle null streams. | Miles Bader | 1996-06-17 | 1 | -1/+1 |
| | |||||
* | (struct argp_state): Add NAME, ERR_STREAM, & OUT_STREAM fields. | Miles Bader | 1996-06-17 | 1 | -4/+25 |
| | | | | | | (argp_failure): New declaration. (ARGP_NO_HELP, ARGP_NO_EXIT): Fix values (were hex, but with decimal value!). (argp_help): Add NAME argument. | ||||
* | (argp_default_parser): Output to STATE->out_stream. | Miles Bader | 1996-06-17 | 1 | -6/+13 |
| | | | | | (argp_parse): Initialize new fields in STATE. Output errors to STATE.err_stream. | ||||
* | (argp_help): Add and use NAME argument. | Miles Bader | 1996-06-17 | 1 | -13/+54 |
| | | | | | | | (argp_error): Use STATE->err_stream instead of STDERR. (argp_state_help): Supply NAME argument to argp_help. (argp_failure): New function. (indent_to): Terminate. | ||||
* | (fmt_seconds): Don't print two decimal points. | Miles Bader | 1996-05-28 | 1 | -1/+0 |
| | |||||
* | (hol_usage): | Miles Bader | 1996-05-23 | 1 | -11/+33 |
| | | | | | | | | Prefix each option desc with a space. Do manual wrapping of descs with an embedded space. Don't set wrap margin (done elsewhere now). (argp_args_usage): Do manual line wrapping because of embedded spaces. (argp_help): Set wrap & left margins when printing usage. | ||||
* | (argp_default_parser): Break after --HANG. | Miles Bader | 1996-05-23 | 1 | -0/+1 |
| | |||||
* | (argp_parse): Only print a `Try...' message if the error was a parsing error. | Miles Bader | 1996-05-22 | 1 | -1/+2 |
| | |||||
* | (add_field): Correctly decrement *SECS by amount printed. | Miles Bader | 1996-05-15 | 1 | -1/+1 |
| | |||||
* | (fmt_named_interval): | Miles Bader | 1996-05-15 | 1 | -21/+55 |
| | | | | | | | Use fraction digit in more cases. Always pick the last suffix if we can't find any that fits. Use new tv_ functions. (tv_is_zero, tv_is_ge): New functions. | ||||
* | foo. | Michael I. Bushnell | 1996-05-14 | 1 | -1/+1 |
| | |||||
* | (argp_parse): Turn any EBADKEY that makes it to the end back into EINVAL. | Miles Bader | 1996-05-11 | 1 | -0/+3 |
| | |||||
* | ARGP_ERR_UNKNOWN_KEY --> ARGP_ERR_UNKNOWN. | Miles Bader | 1996-05-11 | 2 | -13/+17 |
| | |||||
* | (EBADKEY): New define. | Miles Bader | 1996-05-11 | 1 | -29/+32 |
| | | | | | (argp_default_parser, argp_version_parser, argp_parse): Use EBADKEY instead of EINVAL. | ||||
* | (ARGP_ERR_UNKNOWN_KEY): New define. | Miles Bader | 1996-05-11 | 1 | -24/+26 |
| | |||||
* | (maptime_map): Use new file_get_storage_info interface. | Miles Bader | 1996-05-09 | 1 | -12/+41 |
| | |||||
* | (argp_help): Just assign STREAM instead of using 2 vars. | Miles Bader | 1996-05-09 | 1 | -2/+2 |
| | |||||
* | (fmt_past_time): And do it correctly, too. | Michael I. Bushnell | 1996-05-09 | 1 | -1/+1 |
| | |||||
* | (exec_reauth): Use new args to auth_user_authenticate. | Michael I. Bushnell | 1996-05-09 | 1 | -3/+3 |
| | |||||
* | (fmt_past_time): Cast arg to localtime appropriately. | Michael I. Bushnell | 1996-05-09 | 1 | -1/+1 |
| | |||||
* | (argp_args_usage): add_usage_item -> fprintf. | Michael I. Bushnell | 1996-05-09 | 1 | -3/+3 |
| | | | | | (argp_help): Don't shadow arg; change parm STREAM to be STREAMARG and adjust initialization of STREAM variable to use the renamed parm. | ||||
* | (hol_entry_help, hol_help, hol_usage, argp_args_usage, argp_doc, argp_help): | Miles Bader | 1996-05-08 | 1 | -88/+84 |
| | | | | | | | | Use stdio streams and line_wrap_ functions instead of line_ functions. (indent_to): New function. (argp_usage_arg): Function removed. <linewrap.h>: New include. <line.h>: Include removed. | ||||
* | (fmt_past_time): Suppress leading noise in some formats. | Miles Bader | 1996-05-08 | 1 | -1/+1 |
| | |||||
* | (LCLHDRS): Remove rwlock.h. | Roland McGrath | 1996-05-04 | 1 | -1/+1 |
| | |||||
* | (SRCS): Remove path-lookup.c. | Roland McGrath | 1996-05-03 | 1 | -1/+1 |
| | |||||
* | (SRCS): Remove envz.c. | Roland McGrath | 1996-05-03 | 1 | -1/+1 |
| | |||||
* | (SRCS): Remove argz.c. | Roland McGrath | 1996-05-03 | 1 | -2/+2 |
| | | | | (LCLHDRS): Remove argz.h, envz.h. | ||||
* | Initial revision | Miles Bader | 1996-05-02 | 2 | -0/+54 |
| | |||||
* | (SRCS): Add argp-pv.c & argp-pvh.c. | Miles Bader | 1996-05-02 | 1 | -2/+2 |
| | |||||
* | (argp_program_version, argp_program_version_hook): New decls. | Miles Bader | 1996-05-02 | 1 | -0/+12 |
| | |||||
* | (_argp_hang): New variable. | Miles Bader | 1996-05-02 | 1 | -1/+49 |
| | | | | | | | | (OPT_HANG): New macro. (argp_default_options, argp_default_parser): Add hidden --HANG option. (argp_default_parser): New function. (argp_version_options, argp_version_argp): New variables. (argp_parse): Use ARGP_VERSION_ARGP when appropiate. | ||||
* | (fmt_past_time): New function. | Miles Bader | 1996-05-01 | 1 | -110/+170 |
| | | | | | | (fmt_minutes, fmt_seconds): New args, rewrite. (add_field): New function. (fmt_frac_value, append_fraction): Functions removed. | ||||
* | (fmt_past_time): New declaration. | Miles Bader | 1996-05-01 | 1 | -13/+27 |
| | | | | (fmt_minutes, fmt_seconds): Update. | ||||
* | (argp_parse): Work with ARGP == 0. | Miles Bader | 1996-05-01 | 1 | -6/+12 |
| | |||||
* | (cacheq_make_mru, cacheq_make_lru): Type of LRU & MRU fields is now `void *'. | Miles Bader | 1996-04-29 | 1 | -2/+2 |
| |