summaryrefslogtreecommitdiff
path: root/popt/popt.h
AgeCommit message (Expand)AuthorFilesLines
2001-07-07- popthelp.c: don't use stpcpy to avoid portability grief (#47500).jbj1-1/+35
2001-06-17- popt: add POPT_CONTEXT_ARG_OPTS for all opts to return 1 (#30912).jbj1-0/+1
2001-06-17- popt: add POPT_ARGFLAG_SHOW_DEFAULT to display initial values (#32558).jbj1-0/+8
2001-06-05- fix typos in linux.{req,prov}.jbj1-7/+7
2001-06-04lclint fiddles.jbj1-21/+55
2001-05-05- enough lclint annotations and fiddles already.jbj1-22/+34
2001-04-29- globalize _free(3) wrapper in rpmlib.h, consistent usage throughout.jbj1-3/+5
2001-01-02doxygen annotations for popt.jbj1-66/+260
2001-01-01- use popt autohelp for rpm helper binaries.jbj1-7/+8
2000-12-31- (popt): add POPT_ARGFLAG_OPTIONAL for long options with optional arg.jbj1-1/+2
2000-12-19Sync with rpm-4_0 branch.jbj1-2/+2
2000-09-11- popt: support for float/double args.jbj1-0/+2
2000-08-27Doxygen annotations.jbj1-0/+4
2000-07-31- fix: uniqify dependency problems when printing (#14034).jbj1-0/+2
2000-04-23make db indices as lightweight as possible, with per-dbi config.jbj1-0/+12
1999-11-18From: Dick Porter <dick@acm.org> --jbj1-0/+3
1999-10-27use compressed filenames on install side.jbj1-3/+3
1999-10-25Add !#:+ token parsing to retrieve (and delete) next argument from list.jbj1-1/+3
1999-10-21lclint annotations.jbj1-16/+17
1999-10-21lclint annotations.jbj1-5/+5
1999-10-04lclint annotations from build.jbj1-1/+2
1999-07-27popt: heavy dose of const.jbj1-11/+11
1998-12-29const'ified poptParseArgvString (Jeff Garzik)ewt1-1/+1
1998-12-29fixed memset() in help message generation (Dale Hawkins)ewt1-0/+8
1998-11-19Improved man page a bit, install by default.johnsonm1-0/+1
1998-10-29added POPT_ARG_INTL_DOMAIN (Elliot Lee)ewt1-0/+4
1998-10-27implemented POPT_ARGINFO_INC_DATAewt1-1/+2
1998-10-26don't typedef poptOption on c++ewt1-0/+2
1998-10-21implemented POPT_ARGFLAG_DOC_HIDDEN, POPT_CBFLAG_PRE, POPT_CBFLAG_POSTewt1-0/+7
1998-10-21added poptGetInvocationName()ewt1-0/+1
1998-10-21added POPT_ARGFLAG_ONEDASHewt1-1/+1
1998-10-16added proper licensing infoewt1-0/+4
1998-10-131) added (unimplemented) POPT_CB_USE_INCLUDE_DATA and POPT_ARG_FLAG_*ewt1-0/+3
1998-09-27changed popt callbacks t get a pointer into the option tableewt1-2/+3
1998-09-271) added included tablesewt1-0/+21
1998-07-29added poptSetExecPath()ewt1-0/+1
1998-07-271) renamed POPT_KEEP_FIRST to POPT_CONTEXT_KEEP_FIRSTewt1-2/+5
1998-02-171) added autoconf for popt directory to make archiveewt1-1/+1
1997-11-02Added POPT_KEEP_FIRST to cause popt to *not* ignore first arg.marc1-0/+2
1997-11-02implmented POPT_ARG_INT and POPT_ARG_LONGewt1-0/+2
1997-02-171) added poptStuffArgs()ewt1-2/+4
1997-01-20added poptBadOption(), poptStrerror(), flags argument to poptAddAliasewt1-3/+6
1997-01-171) added parsing options for option argsewt1-3/+11
1997-01-17Initial revisionewt1-0/+49