summaryrefslogtreecommitdiff
path: root/libshouldbeinlibc
AgeCommit message (Collapse)Author
1996-11-18Make new functions use bcopy correctly.Thomas Bushnell
1996-11-13Tue Nov 12 19:22:58 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* idvec.h (idvec_set, idvec_set_ids): New functions. * idvec.c (idvec_set, idvec_set_ids): Ditto. Tue Nov 5 21:16:10 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * idvec.h (idvec_setid): Doc fix.
1996-10-24.Miles Bader
1996-10-24(argp_parse):Miles Bader
Convert to use the new type of argp children vectors.
1996-10-24(hol_free):Miles Bader
Free clusters. (argp_args_usage, argp_doc): Use the new type of argp child vector. (hol_entry_cmp, group_cmp, hol_cluster_cmp, hol_cluster_base, hol_add_cluster): New functions. (hol_entry_help): Add gunk to print cluster headers. (argp_hol): Add, and use the new CLUSTER argument. Use the new type of argp child vector, and make clusters. (hol_append): Deal with clusters. Always use hol_free to free MORE, and just mark it's entries as invalid if we steal them. (make_hol): Accept new CLUSTER argument, and fill in the corresponding entry fields with it. (hol_sort): Use hol_entry_cmp. (hol_entry_help: comma): Only print cluster headers for real clusters. Emit a newline after cluster headers. (argp_help): Pass new CLUSTER argument to argp_hol.
1996-10-24(struct argp):Miles Bader
Change type of CHILDREN field to `struct argp_child *'. (struct argp_child): New type.
1996-10-24Mon Oct 21 22:00:44 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* 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.
1996-10-15.Miles Bader
1996-10-15(argp_parse):Miles Bader
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.
1996-09-23(fsys_update):Miles Bader
Renamed from fsys_remount. Use --update, not --remount.
1996-09-23.Miles Bader
1996-09-02.Miles Bader
1996-09-02.Miles Bader
1996-09-02(SRCS): Add argp-ba.c.Miles Bader
1996-09-02(ARGP_HELP_PRE_DOC, ARGP_HELP_POST_DOC, ARGP_HELP_DOC, ARGP_HELP_BUG_ADDR):Miles Bader
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.
1996-09-02(argp_help):Miles Bader
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).
1996-08-27.Miles Bader
1996-08-27(argp_doc): Add the POST, FIRST_ONLY, and PRE_BLANK arguments, & return val.Miles Bader
(argp_help): Supply new args to argp_doc, and additional call before arg help. Add note about --usage to `Try...' msg.
1996-07-31*** empty log message ***Thomas Bushnell
1996-07-27.Miles Bader
1996-07-27(fmt_past_time): Always use WIDTH+1 as strftime's limit.Miles Bader
1996-07-26.Miles Bader
1996-07-26(fmt_past_time): Terminate SEPS.Miles Bader
1996-07-26.Miles Bader
1996-07-26(hol_entry_help): Never return without restoring margins.Miles Bader
1996-07-23(fmt_past_time): Try several separators when concatenating dates & times.Miles Bader
1996-07-19.Miles Bader
1996-07-19(hol_usage):Miles Bader
Allocate enough space in SHORT_NO_ARG_OPTS for the '\0' terminator.
1996-07-17Initial revisionRoland McGrath
1996-07-16(argp_help): Set the lmargin after printing the start of the usage message,Miles Bader
so that it won't get indented.
1996-07-10(argp_version_options, argp_version_parser):Miles Bader
Use an uppercase 'V' for short version option.
1996-07-10(argp_help): "OPTIONS..." -> "OPTION...".Miles Bader
1996-07-06(argp_program_version_hook): Type & doc updated.Miles Bader
"argp.h": New include.
1996-07-06(argp_program_version): Doc updated.Miles Bader
1996-07-06(argp_program_version_hook): Add argument types.Miles Bader
1996-07-06(argp_version_parser):Miles Bader
Output ARGP_PROGRAM_VERSION to STATE->out_stream, not stdout. Supply that stream and STATE to ARGP_PROGRAM_VERSION_HOOK.
1996-07-05(fmt_past_time): Get rid of extraneous `f' in fmt string.Miles Bader
1996-06-27(argp_parse): Zero the CHILD_INPUTS vector.Miles Bader
1996-06-21(argp_parse):Miles Bader
Use group_parse instead of calling group parser directly for long options.
1996-06-19(SRCS): Remove line.c. Add fsysops.cMiles Bader
(LCLHDRS): Remove line.h.
1996-06-19Initial revisionMiles Bader
1996-06-19(argp_failure): If FMT is 0, don't print `: MSG'.Miles Bader
1996-06-17(argp_help, argp_state_help, argp_error, argp_failure): Handle null streams.Miles Bader
1996-06-17(argp_parse): Handle null streams.Miles Bader
1996-06-17(struct argp_state): Add NAME, ERR_STREAM, & OUT_STREAM fields.Miles Bader
(argp_failure): New declaration. (ARGP_NO_HELP, ARGP_NO_EXIT): Fix values (were hex, but with decimal value!). (argp_help): Add NAME argument.
1996-06-17(argp_default_parser): Output to STATE->out_stream.Miles Bader
(argp_parse): Initialize new fields in STATE. Output errors to STATE.err_stream.
1996-06-17(argp_help): Add and use NAME argument.Miles Bader
(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.
1996-05-28(fmt_seconds): Don't print two decimal points.Miles Bader
1996-05-23(hol_usage):Miles Bader
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.
1996-05-23(argp_default_parser): Break after --HANG.Miles Bader