summaryrefslogtreecommitdiff
path: root/popthelp.c
Commit message (Expand)AuthorAgeFilesLines
...
* - use PACKAGE_BUGREPORT.jbj2007-08-111-4/+11
* POPT still used alloca(3), a usually machine-, compiler-, andrse2007-06-141-4/+12
* the POPT_ARG_CALLBACK argument 'displayArgs' is already a function as in ISO ...rse2007-06-141-2/+2
* fix one more indentation which has catched my eye while I glanced over the PO...rse2007-06-141-1/+1
* Bring in rpm.org changes to HEAD.jbj2007-05-251-36/+45
* splint fiddles.jbj2004-02-261-5/+10
* - pad to display length, not strlen, for i18n popt args (#106240).rpm-4_3_1-startjbj2003-12-301-25/+77
* use '=' iff long option (#108924).jbj2003-12-261-2/+2
* Sick hack to preserve the pretense that popt has an ABI.jbj2003-12-261-0/+15
* Merge changes from rpm-4.2.1 development.jbj2003-11-231-0/+3
* splint fiddles.jbj2003-04-301-10/+13
* beecrypt-3.0.0 merge: doxygen pass.jbj2003-04-301-1/+4
* - fix: short option help missing string terminator.jbj2003-03-181-16/+12
* The char array 'format' sometimes get 10 characters and whenjbj2002-09-161-1/+1
* Update popt internal copyright messages.jbj2002-08-221-3/+3
* - python: don't segfault in ts.GetKeys() on erased packages.jbj2002-07-281-17/+23
* - popt: display sub-table options only once on --usage.jbj2002-07-281-6/+43
* - popt: fix --usage (#62234).jbj2002-07-251-13/+22
* - python: remove the old initdb/rebuilddb methods, use ts.fooDB().jbj2002-07-251-3/+5
* Add boundsread annotations throughout, enable +bounds checking.jbj2002-07-021-0/+4
* Factor bounds checking annotations into source code.jbj2002-06-221-0/+7
* doxygen cleanup.jbj2002-04-081-0/+18
* - permit --dbpath and --root with signature (i.e. --import) modes.jbj2002-03-121-1/+4
* - missing key(s) on keyring when verifying a signature is now an error.jbj2002-01-181-0/+2
* - lclint-3.0.0.19 fiddles.jbj2001-12-081-1/+1
* Factor -type problems into explicit code annotations.jbj2001-10-161-0/+2
* Explicit branchstate annotations.jbj2001-10-151-0/+2
* lclint fiddles to annotate globals.jbj2001-10-151-0/+13
* - ratchet up to lclint "strict" level.jbj2001-10-131-4/+11
* - lclint-3.0.0.15 fiddles.jbj2001-09-211-0/+4
* - popthelp.c: don't use stpcpy to avoid portability grief (#47500).jbj2001-07-071-25/+155
* - popt: add POPT_CONTEXT_ARG_OPTS for all opts to return 1 (#30912).jbj2001-06-171-8/+16
* - popt: add POPT_ARGFLAG_SHOW_DEFAULT to display initial values (#32558).jbj2001-06-171-21/+112
* - fix typos in linux.{req,prov}.jbj2001-06-051-36/+46
* lclint fiddles.jbj2001-06-041-11/+11
* - enough lclint annotations and fiddles already.jbj2001-05-051-44/+65
* Handle non-string tag indices correctly.jbj2001-02-271-20/+21
* - use popt autohelp for rpm helper binaries.jbj2001-01-011-47/+55
* - (popt): add POPT_ARGFLAG_OPTIONAL for long options with optional arg.jbj2000-12-311-7/+59
* Sync with rpm-4_0 branch.jbj2000-12-191-2/+2
* Doxygen annotations.jbj2000-08-271-0/+4
* Add !#:+ token parsing to retrieve (and delete) next argument from list.jbj1999-10-251-15/+2
* lclint annotations.jbj1999-10-211-15/+18
* popt: heavy dose of const.jbj1999-07-271-2/+2
* Merge (most) changes from the GNOME version of popt. The remaining changesPOST_GNOME_MERGEsopwith1999-04-071-2/+7
* Include alloca.h if available (Tim Mooney).jbj1999-03-311-0/+4
* autogen.sh: Fix builddir != srcdir.sopwith1999-03-101-1/+1
* EGCS cruft.jbj1999-01-061-1/+1
* fixed memset() in help message generation (Dale Hawkins)ewt1998-12-291-1/+1
* added POPT_ARG_INTL_DOMAIN (Elliot Lee)ewt1998-10-291-24/+58