summaryrefslogtreecommitdiff
path: root/popt/popthelp.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-05Rip out popt.Panu Matilainen1-819/+0
2004-02-26splint fiddles.jbj1-5/+10
2003-12-30- pad to display length, not strlen, for i18n popt args (#106240).jbj1-25/+77
2003-12-26use '=' iff long option (#108924).jbj1-2/+2
2003-12-26Sick hack to preserve the pretense that popt has an ABI.jbj1-0/+15
2003-11-23Merge changes from rpm-4.2.1 development.jbj1-0/+3
2003-04-30splint fiddles.jbj1-10/+13
2003-04-30beecrypt-3.0.0 merge: doxygen pass.jbj1-1/+4
2003-03-18- fix: short option help missing string terminator.jbj1-16/+12
2002-09-16The char array 'format' sometimes get 10 characters and whenjbj1-1/+1
2002-08-22Update popt internal copyright messages.jbj1-3/+3
2002-07-28- python: don't segfault in ts.GetKeys() on erased packages.jbj1-17/+23
2002-07-28- popt: display sub-table options only once on --usage.jbj1-6/+43
2002-07-25- popt: fix --usage (#62234).jbj1-13/+22
2002-07-25- python: remove the old initdb/rebuilddb methods, use ts.fooDB().jbj1-3/+5
2002-07-02Add boundsread annotations throughout, enable +bounds checking.jbj1-0/+4
2002-06-22Factor bounds checking annotations into source code.jbj1-0/+7
2002-04-08doxygen cleanup.jbj1-0/+18
2002-03-12- permit --dbpath and --root with signature (i.e. --import) modes.jbj1-1/+4
2002-01-18- missing key(s) on keyring when verifying a signature is now an error.jbj1-0/+2
2001-12-08- lclint-3.0.0.19 fiddles.jbj1-1/+1
2001-10-16Factor -type problems into explicit code annotations.jbj1-0/+2
2001-10-15Explicit branchstate annotations.jbj1-0/+2
2001-10-15lclint fiddles to annotate globals.jbj1-0/+13
2001-10-13- ratchet up to lclint "strict" level.jbj1-4/+11
2001-09-21- lclint-3.0.0.15 fiddles.jbj1-0/+4
2001-07-07- popthelp.c: don't use stpcpy to avoid portability grief (#47500).jbj1-25/+155
2001-06-17- popt: add POPT_CONTEXT_ARG_OPTS for all opts to return 1 (#30912).jbj1-8/+16
2001-06-17- popt: add POPT_ARGFLAG_SHOW_DEFAULT to display initial values (#32558).jbj1-21/+112
2001-06-05- fix typos in linux.{req,prov}.jbj1-36/+46
2001-06-04lclint fiddles.jbj1-11/+11
2001-05-05- enough lclint annotations and fiddles already.jbj1-44/+65
2001-02-27Handle non-string tag indices correctly.jbj1-20/+21
2001-01-01- use popt autohelp for rpm helper binaries.jbj1-47/+55
2000-12-31- (popt): add POPT_ARGFLAG_OPTIONAL for long options with optional arg.jbj1-7/+59
2000-12-19Sync with rpm-4_0 branch.jbj1-2/+2
2000-08-27Doxygen annotations.jbj1-0/+4
1999-10-25Add !#:+ token parsing to retrieve (and delete) next argument from list.jbj1-15/+2
1999-10-21lclint annotations.jbj1-15/+18
1999-07-27popt: heavy dose of const.jbj1-2/+2
1999-04-07Merge (most) changes from the GNOME version of popt. The remaining changessopwith1-2/+7
1999-03-31Include alloca.h if available (Tim Mooney).jbj1-0/+4
1999-03-10autogen.sh: Fix builddir != srcdir.sopwith1-1/+1
1999-01-06EGCS cruft.jbj1-1/+1
1998-12-29fixed memset() in help message generation (Dale Hawkins)ewt1-1/+1
1998-10-29added POPT_ARG_INTL_DOMAIN (Elliot Lee)ewt1-24/+58
1998-10-22added i18n supportewt1-8/+11
1998-10-21implemented POPT_ARGFLAG_DOC_HIDDEN, POPT_CBFLAG_PRE, POPT_CBFLAG_POSTewt1-6/+9
1998-10-16added proper licensing infoewt1-0/+4
1998-10-13test1.cewt1-8/+19