| Commit message (Expand) | Author | Age | Files | Lines |
* | (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 |
* | (hol_entry_help, hol_help, hol_usage, argp_args_usage, argp_doc, argp_help): | Miles Bader | 1996-05-08 | 1 | -88/+84 |
* | (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 |
* | 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 |
* | (fmt_past_time): New function. | Miles Bader | 1996-05-01 | 1 | -110/+170 |
* | (fmt_past_time): New declaration. | Miles Bader | 1996-05-01 | 1 | -13/+27 |
* | (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 |
* | (struct cacheq); Make type of LRU & MRU fields `void *'. | Miles Bader | 1996-04-29 | 1 | -2/+4 |
* | (SRCS): Add cacheq.c. | Miles Bader | 1996-04-29 | 1 | -2/+2 |
* | Initial revision | Miles Bader | 1996-04-29 | 2 | -0/+227 |
* | Initial revision | Miles Bader | 1996-04-27 | 1 | -0/+44 |
* | Initial revision | Miles Bader | 1996-04-27 | 1 | -0/+262 |
* | (idvec_free_contents): Declare it. | Roland McGrath | 1996-04-25 | 1 | -5/+8 |
* | (idvec_free_contents): New function. | Roland McGrath | 1996-04-25 | 1 | -3/+9 |
* | (wire_segment_internal): | Michael I. Bushnell | 1996-04-11 | 1 | -1/+9 |
* | (argp_parse): Change HOOK argument to INPUT. | Miles Bader | 1996-04-03 | 1 | -16/+13 |
* | (argp_parse): | Miles Bader | 1996-04-03 | 1 | -24/+20 |
* | (SRCS): Add lcm.c. | Miles Bader | 1996-04-02 | 1 | -1/+1 |
* | Initial revision | Miles Bader | 1996-04-02 | 1 | -0/+46 |
* | Fix function name typos. | Miles Bader | 1996-03-29 | 1 | -5/+5 |
* | Fix function name typo. | Miles Bader | 1996-03-29 | 2 | -4/+5 |
* | (LCLHDRS): Add portinfo.h, portxlate.h. | Miles Bader | 1996-03-29 | 1 | -2/+3 |
* | Initial revision | Miles Bader | 1996-03-29 | 5 | -0/+526 |
* | Add a weak reference to _start, so we don't have to recompile all users of | Miles Bader | 1996-03-26 | 1 | -2/+1 |
* | Initial revision | Michael I. Bushnell | 1996-03-25 | 1 | -0/+153 |
* | (SRCS): Add wire.c. | Michael I. Bushnell | 1996-03-25 | 1 | -2/+3 |
* | (wire_segment): add. | Michael I. Bushnell | 1996-03-25 | 1 | -0/+3 |
* | Initial revision | Michael I. Bushnell | 1996-03-25 | 1 | -0/+24 |
* | (envz_merge): NEW_LEN is a size, not a char. | Miles Bader | 1996-03-25 | 1 | -2/+2 |
* | (argp_doc, argp_args_usage, argp_hol): Rename PARENTS field to CHILDREN. | Miles Bader | 1996-03-19 | 1 | -32/+47 |
* | (struct group): Add PARENT, PARENT_INDEX, HOOK, and CHILD_HOOKS fields. | Miles Bader | 1996-03-19 | 1 | -36/+125 |
* | (struct argp_state): | Miles Bader | 1996-03-19 | 1 | -31/+64 |
* | (hol_entry_help): Don't print extraneous blank lines. | Miles Bader | 1996-03-02 | 1 | -1/+2 |
* | (argp_parse): Print an error message if appropiate when we know there are too | Miles Bader | 1996-02-29 | 1 | -1/+6 |
* | (hol_entry_help): Handle null group headers nicely. | Miles Bader | 1996-02-28 | 1 | -3/+3 |
* | Initial revision | Miles Bader | 1996-02-28 | 3 | -0/+193 |
* | (SRCS): Add shared-dom.c, localhost.c, maptime.c, & canon-host.c. | Miles Bader | 1996-02-18 | 1 | -3/+4 |