rpm/popt
jbj b4dfd488b0 Typo.
CVS patchset: 2930
CVS date: 1999/03/31 16:23:34
1999-03-31 16:23:34 +00:00
..
po Typo. 1999-03-31 16:23:34 +00:00
.cvsignore Eliminate generated files. 1999-01-25 19:46:40 +00:00
CHANGES const'ified poptParseArgvString (Jeff Garzik) 1998-12-29 02:52:47 +00:00
COPYING added proper licensing info 1998-10-16 19:05:12 +00:00
Makefile.am Do only string replacement (w/o -C) in %configure for now. 1999-01-22 22:20:44 +00:00
README *** empty log message *** 1998-03-23 20:52:17 +00:00
acconfig.h added proper licensing info 1998-10-16 19:05:12 +00:00
aclocal.m4 autoReq/autoProv now per-package. 1999-03-26 20:07:34 +00:00
autogen.sh autogen.sh: Fix builddir != srcdir. 1999-03-10 02:55:24 +00:00
configure.in After running libtoolize to update config.guess config.sub 1999-01-21 22:30:50 +00:00
findme.c added proper licensing info 1998-10-16 19:05:12 +00:00
findme.h added proper licensing info 1998-10-16 19:05:12 +00:00
install-sh *** empty log message *** 1998-03-23 20:26:36 +00:00
missing add required files to popt. 1998-10-08 14:23:53 +00:00
mkinstalldirs add required files to popt. 1998-10-08 14:23:53 +00:00
popt.3 fixed a few typos, documented POPT_ARGFLAG_DOC_HIDDEN 1998-12-01 22:28:41 +00:00
popt.c Typo. 1999-03-31 16:23:34 +00:00
popt.h const'ified poptParseArgvString (Jeff Garzik) 1998-12-29 02:52:47 +00:00
popt.ps *** empty log message *** 1998-03-23 20:26:36 +00:00
popt.spec *** empty log message *** 1999-02-25 20:17:30 +00:00
poptconfig.c added proper licensing info 1998-10-16 19:05:12 +00:00
popthelp.c Include alloca.h if available (Tim Mooney). 1999-03-31 14:58:43 +00:00
poptint.h added POPT_ARG_INTL_DOMAIN (Elliot Lee) 1998-10-29 22:52:03 +00:00
poptparse.c Include alloca.h if available (Tim Mooney). 1999-03-31 14:58:43 +00:00
test-poptrc *** empty log message *** 1998-07-27 15:54:20 +00:00
test1.c fix: don't add header if signature generation failed (Carlo Wood). 1999-03-22 17:31:53 +00:00
testit.sh implemented POPT_ARGINFO_INC_DATA 1998-10-27 05:38:37 +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 parsting 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.