Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (struct argp): | Miles Bader | 1996-10-24 | 1 | -6/+33 | |
| | | | | | | Change type of CHILDREN field to `struct argp_child *'. (struct argp_child): New type. | |||||
* | Mon Oct 21 22:00:44 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> | Thomas Bushnell | 1996-10-24 | 8 | -6/+38 | |
| | | | | | | | | | * argp.h: Add extern inline protection. * idvec.h: Likewise. * maptime.h: Likewise. * argp.c, idvec-funcs.c, maptime-funcs.c: New files. * Makefile (SRCS): Add argp.c, idvec-funcs.c, and maptime-funcs.c. | |||||
* | . | Miles Bader | 1996-10-15 | 1 | -0/+7 | |
| | ||||||
* | (argp_parse): | Miles Bader | 1996-10-15 | 1 | -1/+4 | |
| | | | | | | Don't consume non-option arguments that aren't recognized by any parser. Allocate enough space for TOP_ARGP's parent list to include the version parser. | |||||
* | (fsys_update): | Miles Bader | 1996-09-23 | 1 | -2/+2 | |
| | | | | | Renamed from fsys_remount. Use --update, not --remount. | |||||
* | . | Miles Bader | 1996-09-23 | 1 | -0/+5 | |
| | ||||||
* | . | Miles Bader | 1996-09-02 | 1 | -0/+28 | |
| | ||||||
* | . | Miles Bader | 1996-09-02 | 1 | -0/+13 | |
| | ||||||
* | (SRCS): Add argp-ba.c. | Miles Bader | 1996-09-02 | 1 | -1/+1 | |
| | ||||||
* | (ARGP_HELP_PRE_DOC, ARGP_HELP_POST_DOC, ARGP_HELP_DOC, ARGP_HELP_BUG_ADDR): | Miles Bader | 1996-09-02 | 1 | -6/+20 | |
| | | | | | | | New macros. (ARGP_HELP_STD_HELP): Include ARGP_HELP_DOC & ARGP_HELP_BUG_ADDR. (argp_program_bug_address): New declaration. (ARGP_HELP_EXIT_ERR, ARGP_HELP_EXIT_OK): Values changed. | |||||
* | (argp_help): | Miles Bader | 1996-09-02 | 1 | -9/+19 | |
| | | | | | | Print documentation only according to the ARGP_HELP_*_DOC bits in FLAGS. Possibly print bug report address if ARGP_HELP_BUG_ADDR is set. Replace FIRST by ANYTHING (sense inverted). | |||||
* | . | Miles Bader | 1996-08-27 | 1 | -0/+12 | |
| | ||||||
* | (argp_doc): Add the POST, FIRST_ONLY, and PRE_BLANK arguments, & return val. | Miles Bader | 1996-08-27 | 1 | -10/+39 | |
| | | | | | (argp_help): Supply new args to argp_doc, and additional call before arg help. Add note about --usage to `Try...' msg. | |||||
* | *** empty log message *** | Thomas Bushnell | 1996-07-31 | 2 | -1/+5 | |
| | ||||||
* | . | Miles Bader | 1996-07-27 | 1 | -0/+4 | |
| | ||||||
* | (fmt_past_time): Always use WIDTH+1 as strftime's limit. | Miles Bader | 1996-07-27 | 1 | -1/+1 | |
| | ||||||
* | . | Miles Bader | 1996-07-26 | 1 | -0/+2 | |
| | ||||||
* | (fmt_past_time): Terminate SEPS. | Miles Bader | 1996-07-26 | 1 | -2/+2 | |
| | ||||||
* | . | Miles Bader | 1996-07-26 | 1 | -0/+9 | |
| | ||||||
* | (hol_entry_help): Never return without restoring margins. | Miles Bader | 1996-07-26 | 1 | -3/+5 | |
| | ||||||
* | (fmt_past_time): Try several separators when concatenating dates & times. | Miles Bader | 1996-07-23 | 1 | -6/+9 | |
| | ||||||
* | . | Miles Bader | 1996-07-19 | 1 | -0/+5 | |
| | ||||||
* | (hol_usage): | Miles Bader | 1996-07-19 | 1 | -1/+1 | |
| | | | | Allocate enough space in SHORT_NO_ARG_OPTS for the '\0' terminator. | |||||
* | 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 | |
| |