summaryrefslogtreecommitdiff
path: root/popt.h
Commit message (Collapse)AuthorAgeFilesLines
...
* - popt: support for float/double args.jbj2000-09-111-0/+2
|
* Doxygen annotations.jbj2000-08-271-0/+4
|
* - fix: uniqify dependency problems when printing (#14034).jbj2000-07-311-0/+2
| | | | - popt: add ability to perform callbacks for every, not just first, match.
* make db indices as lightweight as possible, with per-dbi config.jbj2000-04-231-0/+12
| | | | | db1.c will never be needed, eliminate. API: merge rebuilddb.c into rpmdb.c.
* From: Dick Porter <dick@acm.org> --jbj1999-11-181-0/+3
| | | | | | | | | | Here is a patch for popt to implement selective argument stripping from argv. With this patch I can use popt in ORBit (the CORBA spec requires ORBs to remove all ORB options from argv), which allows me to export a popt option table to the rest of Gnome. There is also a bug fix included where a string was realloc()d into a space too small to hold the trailing NULL.
* use compressed filenames on install side.jbj1999-10-271-3/+3
| | | | start unifying FD types, CFD_t now gone.
* Add !#:+ token parsing to retrieve (and delete) next argument from list.jbj1999-10-251-1/+3
|
* lclint annotations.jbj1999-10-211-16/+17
|
* lclint annotations.jbj1999-10-211-5/+5
|
* lclint annotations from build.jbj1999-10-041-1/+2
|
* popt: heavy dose of const.jbj1999-07-271-11/+11
|
* const'ified poptParseArgvString (Jeff Garzik)ewt1998-12-291-1/+1
|
* fixed memset() in help message generation (Dale Hawkins)ewt1998-12-291-0/+8
| | | | added extern "C" stuff to popt.h for C++ compilers (Dale Hawkins)
* Improved man page a bit, install by default.johnsonm1998-11-191-0/+1
| | | | Added POPT_ARG_VAL
* added POPT_ARG_INTL_DOMAIN (Elliot Lee)ewt1998-10-291-0/+4
| | | | updated Makefile's to be more GNUish (Elliot Lee)
* implemented POPT_ARGINFO_INC_DATApopt-1_2ewt1998-10-271-1/+2
|
* don't typedef poptOption on c++ewt1998-10-261-0/+2
|
* implemented POPT_ARGFLAG_DOC_HIDDEN, POPT_CBFLAG_PRE, POPT_CBFLAG_POSTewt1998-10-211-0/+7
|
* added poptGetInvocationName()ewt1998-10-211-0/+1
|
* added POPT_ARGFLAG_ONEDASHewt1998-10-211-1/+1
|
* added proper licensing infoewt1998-10-161-0/+4
|
* 1) added (unimplemented) POPT_CB_USE_INCLUDE_DATA and POPT_ARG_FLAG_*ewt1998-10-131-0/+3
| | | | 2) added (and sued) POPT_ARG_MASK
* changed popt callbacks t get a pointer into the option tableewt1998-09-271-2/+3
|
* 1) added included tablesewt1998-09-271-0/+21
| | | | | 2) added option callbacks 3) added automatic help/usage messages
* added poptSetExecPath()ewt1998-07-291-0/+1
|
* 1) renamed POPT_KEEP_FIRST to POPT_CONTEXT_KEEP_FIRSTewt1998-07-271-2/+5
| | | | 2) added POPT_CONTEXT_NO_EXEC
* 1) added autoconf for popt directory to make archiveewt1998-02-171-1/+1
| | | | 2) version 2.4.103
* Added POPT_KEEP_FIRST to cause popt to *not* ignore first arg.r2-4-101marc1997-11-021-0/+2
|
* implmented POPT_ARG_INT and POPT_ARG_LONGewt1997-11-021-0/+2
|
* 1) added poptStuffArgs()ewt1997-02-171-2/+4
| | | | 2) added shortName to popt aliases
* added poptBadOption(), poptStrerror(), flags argument to poptAddAlias2-3-3ewt1997-01-201-3/+6
|
* 1) added parsing options for option argsewt1997-01-171-3/+11
| | | | 2) added alias config files
* Initial revisionewt1997-01-171-0/+49