aboutsummaryrefslogtreecommitdiff
path: root/libshouldbeinlibc
Commit message (Expand)AuthorAgeFilesLines
* foo.Michael I. Bushnell1996-05-141-1/+1
* (argp_parse): Turn any EBADKEY that makes it to the end back into EINVAL.Miles Bader1996-05-111-0/+3
* ARGP_ERR_UNKNOWN_KEY --> ARGP_ERR_UNKNOWN.Miles Bader1996-05-112-13/+17
* (EBADKEY): New define.Miles Bader1996-05-111-29/+32
* (ARGP_ERR_UNKNOWN_KEY): New define.Miles Bader1996-05-111-24/+26
* (maptime_map): Use new file_get_storage_info interface.Miles Bader1996-05-091-12/+41
* (argp_help): Just assign STREAM instead of using 2 vars.Miles Bader1996-05-091-2/+2
* (fmt_past_time): And do it correctly, too.Michael I. Bushnell1996-05-091-1/+1
* (exec_reauth): Use new args to auth_user_authenticate.Michael I. Bushnell1996-05-091-3/+3
* (fmt_past_time): Cast arg to localtime appropriately.Michael I. Bushnell1996-05-091-1/+1
* (argp_args_usage): add_usage_item -> fprintf.Michael I. Bushnell1996-05-091-3/+3
* (hol_entry_help, hol_help, hol_usage, argp_args_usage, argp_doc, argp_help):Miles Bader1996-05-081-88/+84
* (fmt_past_time): Suppress leading noise in some formats.Miles Bader1996-05-081-1/+1
* (LCLHDRS): Remove rwlock.h.Roland McGrath1996-05-041-1/+1
* (SRCS): Remove path-lookup.c.Roland McGrath1996-05-031-1/+1
* (SRCS): Remove envz.c.Roland McGrath1996-05-031-1/+1
* (SRCS): Remove argz.c.Roland McGrath1996-05-031-2/+2
* Initial revisionMiles Bader1996-05-022-0/+54
* (SRCS): Add argp-pv.c & argp-pvh.c.Miles Bader1996-05-021-2/+2
* (argp_program_version, argp_program_version_hook): New decls.Miles Bader1996-05-021-0/+12
* (_argp_hang): New variable.Miles Bader1996-05-021-1/+49
* (fmt_past_time): New function.Miles Bader1996-05-011-110/+170
* (fmt_past_time): New declaration.Miles Bader1996-05-011-13/+27
* (argp_parse): Work with ARGP == 0.Miles Bader1996-05-011-6/+12
* (cacheq_make_mru, cacheq_make_lru): Type of LRU & MRU fields is now `void *'.Miles Bader1996-04-291-2/+2
* (struct cacheq); Make type of LRU & MRU fields `void *'.Miles Bader1996-04-291-2/+4
* (SRCS): Add cacheq.c.Miles Bader1996-04-291-2/+2
* Initial revisionMiles Bader1996-04-292-0/+227
* Initial revisionMiles Bader1996-04-271-0/+44
* Initial revisionMiles Bader1996-04-271-0/+262
* (idvec_free_contents): Declare it.Roland McGrath1996-04-251-5/+8
* (idvec_free_contents): New function.Roland McGrath1996-04-251-3/+9
* (wire_segment_internal):Michael I. Bushnell1996-04-111-1/+9
* (argp_parse): Change HOOK argument to INPUT.Miles Bader1996-04-031-16/+13
* (argp_parse):Miles Bader1996-04-031-24/+20
* (SRCS): Add lcm.c.Miles Bader1996-04-021-1/+1
* Initial revisionMiles Bader1996-04-021-0/+46
* Fix function name typos.Miles Bader1996-03-291-5/+5
* Fix function name typo.Miles Bader1996-03-292-4/+5
* (LCLHDRS): Add portinfo.h, portxlate.h.Miles Bader1996-03-291-2/+3
* Initial revisionMiles Bader1996-03-295-0/+526
* Add a weak reference to _start, so we don't have to recompile all users ofMiles Bader1996-03-261-2/+1
* Initial revisionMichael I. Bushnell1996-03-251-0/+153
* (SRCS): Add wire.c.Michael I. Bushnell1996-03-251-2/+3
* (wire_segment): add.Michael I. Bushnell1996-03-251-0/+3
* Initial revisionMichael I. Bushnell1996-03-251-0/+24
* (envz_merge): NEW_LEN is a size, not a char.Miles Bader1996-03-251-2/+2
* (argp_doc, argp_args_usage, argp_hol): Rename PARENTS field to CHILDREN.Miles Bader1996-03-191-32/+47
* (struct group): Add PARENT, PARENT_INDEX, HOOK, and CHILD_HOOKS fields.Miles Bader1996-03-191-36/+125
* (struct argp_state):Miles Bader1996-03-191-31/+64