aboutsummaryrefslogtreecommitdiff
path: root/libshouldbeinlibc
Commit message (Expand)AuthorAgeFilesLines
* (argp_error): New function.Miles Bader1995-10-201-0/+22
* (argp_usage, argp_error): New declarations.Miles Bader1995-10-201-0/+13
* (argp_parse): If an option alias doesn't have a key, use the real key.Miles Bader1995-10-131-1/+1
* (ARGP_HELP_STD_ERR): Doesn't print a usage message.Miles Bader1995-10-131-2/+7
* (argp_parse): Correctly mark short options as optional.Miles Bader1995-10-121-1/+1
* (hol_find_entry): Don't increment ENTRY prematurely.Miles Bader1995-10-111-103/+199
* (argp_parse):Miles Bader1995-10-111-81/+97
* (ARGP_HELP_*, argp_help): Renamed from ARGP_USAGE_* &c.Miles Bader1995-10-111-12/+18
* (SRCS): Add argp-parse.c, argp-help.c, and line.cMiles Bader1995-10-111-2/+2
* Doc fixes.Miles Bader1995-10-111-9/+13
* (struct argp_state): Get rid of the PROCESSED_ARG field.Miles Bader1995-10-111-8/+5
* (argp_parse):Miles Bader1995-10-111-45/+59
* (argp_parse): Add support for ARGP_KEY_NO_ARGS.Miles Bader1995-10-101-2/+10
* (struct argp_state): Add PROCESSED_ARG field.Miles Bader1995-10-101-2/+23
* Initial revisionMiles Bader1995-10-103-0/+1226
* (options_parse): Use 0 as the tag for non-option args.Miles Bader1995-09-271-1/+1
* Use 0 as the tag for non-option args.Miles Bader1995-09-271-1/+1
* (lndist, $(srcdir)/hurd-snap/$(dir)/error.[ch]): Targets removed.Roland McGrath1995-09-161-7/+0
* Include "options.h" instead of <options.h>.Miles Bader1995-08-241-1/+2
* Initial revisionMiles Bader1995-08-241-0/+40
* When adding a fake argv[0], bump argc.Miles Bader1995-05-221-1/+4
* Initial revisionMiles Bader1995-05-202-0/+306
* Declare argz_count and argz_extract.Miles Bader1995-05-181-0/+7
* Add two new functions: argz_count returns the number of arguments in an argzMiles Bader1995-05-181-0/+33
* Initial revisionMiles Bader1995-03-312-0/+107