summaryrefslogtreecommitdiff
path: root/libshouldbeinlibc
AgeCommit message (Collapse)Author
1997-08-18.Miles Bader
1997-08-18Initial checkin.Miles Bader
1997-08-18(SRCS):Miles Bader
Add mktime.c (temporarily).
1997-08-07.Miles Bader
1997-08-07(idvec_merge_implied_gids):Miles Bader
Do all ids in UIDS even if one returns an error.
1997-08-07(ugids_set_posix_user):Miles Bader
Ignore errors from idvec_merge_implied_gids.
1997-08-07(ugids_add_user):Miles Bader
Ignore errors from idvec_merge_implied_gids.
1997-07-23.Miles Bader
1997-07-23(maptime_map):Miles Bader
Allow MTIME to be mapped anywhere.
1997-07-22.Miles Bader
1997-07-22Initial checkinMiles Bader
1997-07-22(SRCS):Miles Bader
Add argz-replace.c (temporarily).
1997-07-22(maptime_map):Miles Bader
For the device-file case, don't use wierd file_get_storage_info method for getting device port, just use io_map to get a memory object directly from the file.
1997-07-03.Miles Bader
1997-07-03[_LIBC] <libc-lock.h> -> <bits/libc-lock.h>.Miles Bader
1997-07-03Standardize the multiple-include protect (for libc).Miles Bader
1997-07-03Remove extra #endif.Miles Bader
Pretty print. Standardize the multiple-include protect (for libc).
1997-06-18.Miles Bader
1997-06-18Include <sys/time.h>.Miles Bader
1997-06-18(ARGP_KEY_ARGS, ARGP_KEY_FINI):Miles Bader
New macros.
1997-06-18(parser_parse_opt):Miles Bader
Detect and report unhandled options here. (parser_finalize): Do another pass over the parsers with ARGP_KEY_FINI. (argp_default_options, argp_version_options): Wrap doc strings in N_(). (argp_version_parser): Include `(PROGRAM ERROR)' in the no-version error text to indicate that something's fucked. (parser_parse_arg): Handle ARGP_KEY_ARGS here. Adjust NEXT pointer back if we fail to parse anything. (parser_parse_next): Simplify arg code. Leave state NEXT frobbing to parser_parse_arg. [!_] (N_): New macro.
1997-06-18(argp_args_usage):Miles Bader
Don't modify `fdoc' value since it is used to distinguish filtered strings from unmodifed strings.
1997-06-05.Miles Bader
1997-06-05Sync with libc version (there were minor whitespace differences, etc).Miles Bader
1997-06-05Undo half-baked change.Miles Bader
1997-06-05.Miles Bader
1997-06-05(_help):Miles Bader
Use uparams.usage_indent instead of the USAGE_INDENT macro.
1997-06-04.Miles Bader
1997-05-29(idvec_verify):Miles Bader
Fix detection of multiple ids.
1997-05-27.Miles Bader
1997-05-27(argp_args_usage):Miles Bader
Supply correct argp to filter_doc.
1997-05-27.Miles Bader
1997-05-27(SRCS):Miles Bader
Add ugids-imply.c, ugids-posix.c, idvec-impgids.c, idvec-verify.c, idvec-rep.c, ugids.c, ugids-subtract.c, ugids-verify.c, ugids-argp.c, ugids-rep.c, ugids-auth.c, ugids-xinl.c, & ugids-merge.c. (installhdrs): Add ugids.h.
1997-05-27(idvec_tail_contains):Miles Bader
Rewrite. (idvec_set, idvec_merge): Make NEW arg const. (idvec_subtract, idvec_keep): New functions. (idvec_tail): Function removed (now inline in idvec.h). (idvec_set_ids, idvec_merge_ids): Make IDS arg const. (idvec_contains, idvec_tail_contains): Make IDVEC arg const.
1997-05-27(idvec_subtract, idvec_keep, idvec_rep, idvec_uids_rep, idvec_gids_rep,Miles Bader
idvec_merge_implied_gids, idvec_verify): New declarations. (idvec_equal): New inline function. (idvec_is_empty): New function. (idvec_contains): Now an inline function. (idvec_fini): New macro. (idvec_set, idvec_merge): Make NEW arg const. (IDVEC_INIT): New macro. (idvec_set_ids, idvec_merge_ids): Make IDS arg const. (idvec_contains, idvec_tail_contains): Make IDVEC arg const.
1997-05-27Initial checkinMiles Bader
1997-05-26(parser_init):Miles Bader
Replace references to STATE->argp with STATE->root_argp.
1997-05-26(__argp_state_help, argp_args_usage, hol_help):Miles Bader
Replace references to STATE->argp with STATE->root_argp.
1997-05-26(parser_init):Miles Bader
For the special case where no parsing function is supplied for an argp, propagate its input to its first child, if any.
1997-05-26(struct argp_state):Miles Bader
`argp' field renamed to `root_argp'.
1997-05-23(hol_add_cluster):Miles Bader
Initialize CL->depth.
1997-05-20.Miles Bader
1997-05-20(ARGP_KEY_HELP_ARGS_DOC): New macro.Miles Bader
1997-05-20(_help): Supply STATE to argp_args_usage.Miles Bader
(argp_args_usage): Add filtering of the args doc string. (comma): Print cluster headers for the first entry too.
1997-05-09.Miles Bader
1997-05-09Add casts to prevent warnings.Miles Bader
1997-05-09(parser_finalize): Always set *END_INDEX if supplied.Miles Bader
1997-05-09(canon_doc_option): Correct ctype tests.Miles Bader
1997-05-09[!__error_t_defined] (__error_t_defined): Define.Miles Bader
1997-03-06.Miles Bader