rpm/popt
jbj 865ec50f94 - permit --dbpath and --root with signature (i.e. --import) modes.
CVS patchset: 5353
CVS date: 2002/03/12 20:28:30
2002-03-12 20:28:30 +00:00
..
intl - make peace with automake et al in 8.0, ugh. 2002-02-10 21:13:52 +00:00
po - make peace with automake et al in 8.0, ugh. 2002-02-10 21:13:52 +00:00
.cvsignore Preliminary support for doxygen generated API doco. 2000-01-19 20:54:53 +00:00
.lclintrc - missing key(s) on keyring when verifying a signature is now an error. 2002-01-18 22:51:30 +00:00
ABOUT-NLS - make peace with automake et al in 8.0, ugh. 2002-02-10 21:13:52 +00:00
CHANGES - fix: uniqify dependency problems when printing (#14034). 2000-07-31 15:04:20 +00:00
COPYING added proper licensing info 1998-10-16 19:05:12 +00:00
Doxyfile.in Preliminary support for doxygen generated API doco. 2000-01-19 20:54:53 +00:00
Makefile.am - still more boring lclint annotations and fiddles. 2001-05-03 21:00:18 +00:00
README - permit args to be hidden within %%__find_{requires,provides}. 2002-02-01 15:19:44 +00:00
acconfig.h - add header DSA signature. 2002-03-06 23:17:31 +00:00
autogen.sh Add intl so popt no longer requires gettext. 1999-09-29 21:12:45 +00:00
configure.in - make peace with automake et al in 8.0, ugh. 2002-02-10 21:13:52 +00:00
depcomp - make peace with automake et al in 8.0, ugh. 2002-02-10 21:13:52 +00:00
findme.c - missing key(s) on keyring when verifying a signature is now an error. 2002-01-18 22:51:30 +00:00
findme.h Explicit branchstate annotations. 2001-10-15 17:53:34 +00:00
install-sh - make peace with automake et al in 8.0, ugh. 2002-02-10 21:13:52 +00:00
missing - make peace with automake et al in 8.0, ugh. 2002-02-10 21:13:52 +00:00
mkinstalldirs - make peace with automake et al in 8.0, ugh. 2002-02-10 21:13:52 +00:00
popt.3 Sync with rpm-4_0 branch. 2001-09-15 13:49:11 +00:00
popt.c - missing key(s) on keyring when verifying a signature is now an error. 2002-01-18 22:51:30 +00:00
popt.h Factor -type problems into explicit code annotations. 2001-10-16 17:42:18 +00:00
popt.ps *** empty log message *** 1998-03-23 20:26:36 +00:00
popt.spec - Start rpm-4.1. 2001-09-25 03:03:23 +00:00
poptconfig.c - missing key(s) on keyring when verifying a signature is now an error. 2002-01-18 22:51:30 +00:00
popthelp.c - permit --dbpath and --root with signature (i.e. --import) modes. 2002-03-12 20:28:30 +00:00
poptint.h - missing key(s) on keyring when verifying a signature is now an error. 2002-01-18 22:51:30 +00:00
poptparse.c - lclint-3.0.0.19 fiddles. 2001-12-08 17:21:36 +00:00
system.h - missing key(s) on keyring when verifying a signature is now an error. 2002-01-18 22:51:30 +00:00
test-poptrc Add !#:+ token parsing to retrieve (and delete) next argument from list. 1999-10-25 18:22:19 +00:00
test1.c - popt: add POPT_ARGFLAG_SHOW_DEFAULT to display initial values (#32558). 2001-06-17 00:36:01 +00:00
test2.c - enough lclint annotations and fiddles already. 2001-05-05 19:28:32 +00:00
testit.sh - popt: add POPT_ARGFLAG_SHOW_DEFAULT to display initial values (#32558). 2001-06-17 00:36:01 +00:00

README

This is the popt command line option parsing library. While it is similiar
to getopt(3), it contains a number of enhancements, including:

	1) popt is fully reentrant
	2) popt can parse arbitrary argv[] style arrays while 
	   getopt(2) makes this quite difficult
	3) popt allows users to alias command line arguments
	4) popt provides convience functions for parsing strings
	   into argv[] style arrays

popt is used by rpm, the Red Hat install program, and many other Red Hat
utilities, all of which provide excellent examples of how to use popt. 
Complete documentation on popt is available in popt.ps (included in this
tarball), which is excerpted with permission from the book "Linux
Application Development" by Michael K. Johnson and Erik Troan (availble
from Addison Wesley in May, 1998).

Comments on popt should be addressed to ewt@redhat.com.