summaryrefslogtreecommitdiff
path: root/libshouldbeinlibc
AgeCommit message (Collapse)Author
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
1996-05-22(argp_parse): Only print a `Try...' message if the error was a parsing error.Miles Bader
1996-05-15(add_field): Correctly decrement *SECS by amount printed.Miles Bader
1996-05-15(fmt_named_interval):Miles Bader
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.
1996-05-14foo.Michael I. Bushnell
1996-05-11(argp_parse): Turn any EBADKEY that makes it to the end back into EINVAL.Miles Bader
1996-05-11ARGP_ERR_UNKNOWN_KEY --> ARGP_ERR_UNKNOWN.Miles Bader
1996-05-11(EBADKEY): New define.Miles Bader
(argp_default_parser, argp_version_parser, argp_parse): Use EBADKEY instead of EINVAL.
1996-05-11(ARGP_ERR_UNKNOWN_KEY): New define.Miles Bader
1996-05-09(maptime_map): Use new file_get_storage_info interface.Miles Bader
1996-05-09(argp_help): Just assign STREAM instead of using 2 vars.Miles Bader
1996-05-09(fmt_past_time): And do it correctly, too.Michael I. Bushnell
1996-05-09(exec_reauth): Use new args to auth_user_authenticate.Michael I. Bushnell
1996-05-09(fmt_past_time): Cast arg to localtime appropriately.Michael I. Bushnell
1996-05-09(argp_args_usage): add_usage_item -> fprintf.Michael I. Bushnell
(argp_help): Don't shadow arg; change parm STREAM to be STREAMARG and adjust initialization of STREAM variable to use the renamed parm.
1996-05-08(hol_entry_help, hol_help, hol_usage, argp_args_usage, argp_doc, argp_help):Miles Bader
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.
1996-05-08(fmt_past_time): Suppress leading noise in some formats.Miles Bader
1996-05-04(LCLHDRS): Remove rwlock.h.Roland McGrath
1996-05-03(SRCS): Remove path-lookup.c.Roland McGrath
1996-05-03(SRCS): Remove envz.c.Roland McGrath
1996-05-03(SRCS): Remove argz.c.Roland McGrath
(LCLHDRS): Remove argz.h, envz.h.
1996-05-02Initial revisionMiles Bader
1996-05-02(SRCS): Add argp-pv.c & argp-pvh.c.Miles Bader
1996-05-02(argp_program_version, argp_program_version_hook): New decls.Miles Bader
1996-05-02(_argp_hang): New variable.Miles Bader
(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.
1996-05-01(fmt_past_time): New function.Miles Bader
(fmt_minutes, fmt_seconds): New args, rewrite. (add_field): New function. (fmt_frac_value, append_fraction): Functions removed.
1996-05-01(fmt_past_time): New declaration.Miles Bader
(fmt_minutes, fmt_seconds): Update.
1996-05-01(argp_parse): Work with ARGP == 0.Miles Bader
1996-04-29(cacheq_make_mru, cacheq_make_lru): Type of LRU & MRU fields is now `void *'.Miles Bader
1996-04-29(struct cacheq); Make type of LRU & MRU fields `void *'.Miles Bader
1996-04-29(SRCS): Add cacheq.c.Miles Bader
(LCLHDRS): Add cacheq.h.
1996-04-29Initial revisionMiles Bader
1996-04-27Initial revisionMiles Bader
1996-04-27Initial revisionMiles Bader
1996-04-25(idvec_free_contents): Declare it.Roland McGrath
1996-04-25(idvec_free_contents): New function.Roland McGrath
1996-04-11(wire_segment_internal):Michael I. Bushnell
1996-04-03(argp_parse): Change HOOK argument to INPUT.Miles Bader
(struct argp_state): Rename HOOK & CHILD_HOOKS to INPUT & CHILD_INPUTS; add HOOK field again.
1996-04-03(argp_parse):Miles Bader
Change HOOK argument to INPUT. Don't propagate back return values when we're done. (struct group): Rename HOOK & CHILD_HOOKS to INPUT & CHILD_INPUTS. Add HOOK field again. (group_parse): Restore & save value of GROUP's hook field into STATE around calling the parser. Don't save changed value of INPUT.
1996-04-02(SRCS): Add lcm.c.Miles Bader
1996-04-02Initial revisionMiles Bader
1996-03-29Fix function name typos.Miles Bader
1996-03-29Fix function name typo.Miles Bader
1996-03-29(LCLHDRS): Add portinfo.h, portxlate.h.Miles Bader
(SRCS): Add portinfo.c, xportinfo.c, portxlate.c.
1996-03-29Initial revisionMiles Bader
1996-03-26Add a weak reference to _start, so we don't have to recompile all users ofMiles Bader
this library.
1996-03-25Initial revisionMichael I. Bushnell
1996-03-25(SRCS): Add wire.c.Michael I. Bushnell
(LCLHDRS): Add wire.h.