rpm/popt
jbj 217c588baa Build on macosx.
CVS patchset: 7701
CVS date: 2005/01/17 23:58:09
2005-01-17 23:58:09 +00:00
..
intl Remove obsolete files. 2002-07-21 14:23:20 +00:00
po Build rpm-4.4-0.1 packages. 2004-10-27 22:57:14 +00:00
test3-data - popt: parse file into string of options (#56860). 2002-07-20 19:02:40 +00:00
.cvsignore - add /usr/lib/rpm/rpmdeps. 2002-10-24 21:36:12 +00:00
.splintrc Merge changes from rpm-4.2.1 development. 2003-11-23 19:50:52 +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 Build on macosx. 2005-01-17 23:58:09 +00:00
README - permit args to be hidden within %%__find_{requires,provides}. 2002-02-01 15:19:44 +00:00
autogen.sh Build on macosx. 2005-01-17 23:58:09 +00:00
configure.ac - automagically detect and emit "python(abi) = 2.4" dependencies. 2004-12-06 15:47:27 +00:00
findme.c splint fiddles. 2003-04-30 20:04:58 +00:00
findme.h Explicit branchstate annotations. 2001-10-15 17:53:34 +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 splint fiddles. 2003-12-27 02:40:25 +00:00
popt.h Add lua to doxygen. 2004-10-20 10:31:47 +00:00
popt.ps *** empty log message *** 1998-03-23 20:26:36 +00:00
popt.spec - automagically detect and emit "python(abi) = 2.4" dependencies. 2004-12-06 15:47:27 +00:00
poptconfig.c splint fiddles. 2003-04-30 20:04:58 +00:00
popthelp.c splint fiddles. 2004-02-26 01:20:52 +00:00
poptint.h splint fiddles. 2003-04-30 20:04:58 +00:00
poptparse.c Update popt internal copyright messages. 2002-08-22 16:34:51 +00:00
system.h Merge changes from rpm-4.2.1 development. 2003-11-23 19:50:52 +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 Update popt internal copyright messages. 2002-08-22 16:34:51 +00:00
test2.c - enough lclint annotations and fiddles already. 2001-05-05 19:28:32 +00:00
test3.c Nitpicky fix. 2003-01-16 16:34:02 +00:00
testit.sh - popt: parse file into string of options (#56860). 2002-07-20 19:02:40 +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.