summaryrefslogtreecommitdiff
path: root/libshouldbeinlibc
AgeCommit message (Collapse)Author
1997-03-06.Miles Bader
1997-03-06(SRCS):Miles Bader
Add argp-eexst.c.
1997-03-06(__argp_state_help):Miles Bader
Use ARGP_ERR_EXIT_STATUS when exiting due to an error.
1997-03-06(argp_err_exit_status):Miles Bader
New variable.
1997-03-06Initial revisionMiles Bader
1997-02-21.Miles Bader
1997-02-21(usage_long_opt, usage_argful_short_opt, add_argless_short_opt):Miles Bader
Implement OPTION_NO_USAGE.
1997-02-21(OPTION_NO_USAGE):Miles Bader
New macro.
1997-02-21Doc fix.Miles Bader
1997-02-21.Miles Bader
1997-02-21(idvec_insert, idvec_remove):Miles Bader
Handle POS > IDVEC->num correctly. (idvec_insert_only): Handle POS >= IDVEC->num correctly.
1997-02-21.Miles Bader
1997-02-21(__argp_fmtstream_update):Miles Bader
Account for case where NEXTLINE points one past the end of the active buffer.
1997-02-21(struct uparams):Miles Bader
New type. (uparams): New variable. (struct uparam_name): New type. (uparam_names): New variable. (fill_in_uparams): New function. (_help): Call fill_in_uparams if necessary. (struct hol_help_state): New type. (hol_help): Add HHSTATE variable & pass to hol_entry_help. Remove LAST_ENTRY & SEP_GROUPS variables. If any suplicate arguments were suppressed, print explanatory note. (print_header, hol_entry_help): Use UPARAMS fields rather than constants. (__argp_failure, __argp_error, __argp_state_help): Make STATE parameter const. (struct pentry_state): Add hhstate field. Remove prev_entry & sep_groups fields. (print_header, comma): Use PEST->hhstate fields. (filter_doc): Replace PEST parameter with STATE. (__argp_failure): Only exit if STATE says it's ok. (hol_entry_help): Add HHSTATE parameter. Remove prev_entry & sep_groups parameters. Suppress duplicate arguments if requested, and note the fact. <stddef.h>: New include.
1997-02-20(argp_program_bug_address):Miles Bader
Make const. (argp_state_help, __argp_state_help, argp_usage, __argp_usage, argp_error, __argp_error, argp_failure, __argp_failure): Make STATE parameter const. (ARGP_KEY_HELP_DUP_ARGS_NOTE): New macro.
1997-02-20(argp_program_bug_address):Miles Bader
Make const.
1997-02-20(argp_program_version, argp_program_bug_address):Miles Bader
Make const.
1997-02-20(argp_program_version):Miles Bader
Make const.
1997-02-20.Miles Bader
1997-02-20(__argp_error, __argp_failure, __argp_state_help):Miles Bader
Use PROGRAM_INVOCATION_SHORT_NAME instead of PROGRAM_INVOCATION_NAME.
1997-02-20.Miles Bader
1997-02-20(parser_convert):Miles Bader
Add FLAGS argument back. (parser_init): Once again pass FLAGS argument to parser_convert. Initialize PARSER->state after calling parser_convert.
1997-02-20Merge changes from libc 1997-02-17.Miles Bader
1997-02-19.Miles Bader
1997-02-19(parser_convert):Miles Bader
Remove FLAGS argument & use PARSER->state.flags. (parser_init): Set PARSER->state.flags. Don't pass FLAGS argument to parser_convert. Make check whether PARSER has the prog name in argv[0] at the proper place.
1997-02-18Doc fixes.Miles Bader
1997-02-17.Miles Bader
1997-02-17(__getopt_long, __getopt_long_only, __optind, __optarg, __opterr, __optopt):Miles Bader
Macros removed.
1997-02-17(parser_parse_next, parser_init):Miles Bader
Remove __ prefixes from references to getopt functions and variables (OPT*). (argp_version_parser, parser_finalize): Use _ instead of gettext. (gettext): Macro removed.
1997-02-17Initial checkinMiles Bader
1997-02-16.Miles Bader
1997-02-16(__argp_input):Miles Bader
New macro.
1997-02-16(struct argp):Miles Bader
Add help_filter field. (struct argp_state): Add pstate field.
1997-02-16(struct group):Miles Bader
Add argp field. (convert_options): Set it. (__argp_input): New function. (parser_init): Set PARSER->state.pstate.
1997-02-16(hol_help):Miles Bader
Add STATE param. (argp_doc): Deal with help filters. Add STATE param. (struct hol_entry): Add argp field. (struct pentry_state): Add state field. (hol_add_cluster): Add ARGP argument. (print_header): Filter STR if necesary. (usage_argful_short_opt): Use space. (__argp_state_help): Call _help instead of __argp_help. (filter_doc): New function. (space): New function. (__argp_help): Now a wrapper that calls _help. (hol_entry_help): Add STATE param. Do user filtering if necessary. (struct hol_cluster): Add argp field. (make_hol): Make this first parameter ARGP instead of OPT. Set each entry's argp field. (argp_hol): Passin ARGP to make_hol, not ARGP->options. Pass ARGP to hol_add_cluster. (_help): Renamed from __argp_help. Add STATE argument, which pass on appropiately.
1997-02-16Frob a bunch to exercise new help filtering fature.Miles Bader
1997-02-14.Miles Bader
1997-02-14(hol_entry_help, __argp_help, argp_args_usage, argp_doc, usage_long_opt, arg,Miles Bader
hol_entry_help): Call gettext in appropriate places. [!_] (_): New macro. [!_ && HAVE_LIBINTL_H] <libintl.h>: New include.
1997-02-14(parser_finalize, argp_version_parser):Miles Bader
Call gettext in appropriate places.
1997-02-14Update to libc-970214 version.Miles Bader
1997-02-13.Miles Bader
1997-02-13[HAVE_CONFIG_H] <config.h>: New include.Miles Bader
1997-02-13Doc fix.Miles Bader
1997-02-13Update to libc-970212 versions.Miles Bader
1997-02-13.Miles Bader
1997-02-13<ctype.h>:Miles Bader
Include removed.
1997-02-13(_GNU_SOURCE): New macro.Miles Bader
[!isblank] (isblank): New macro. <ctype.h>: New include.
1997-02-12.Miles Bader
1997-02-12(parser_parse_next):Miles Bader
Decrement PARSER->state.next if we consumed an arg we didn't end up parsing. Set ARG_EBADKEY ourselves in all cases. (parser_parse_arg, parser_parse_opt): Get rid of ARG_EBADKEY param.
1997-02-12.Miles Bader