rpm/popt
jbj 2daecca27b Eliminate generated files.
CVS patchset: 2750
CVS date: 1999/01/25 19:46:40
1999-01-25 19:46:40 +00:00
..
po Change dependencies so that automake is not needed to build. 1999-01-22 15:57:39 +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 After running libtoolize to update config.guess config.sub 1999-01-21 22:30:50 +00:00
autogen.sh Eliminate generated files. 1999-01-25 19:46:40 +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 POPT_ARG_VAL appears to work, now that I have a finished test case... 1998-12-01 19:05:36 +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 Use libtool to build libraries, but force --disable-shared for now. 1999-01-22 18:42:31 +00:00
poptconfig.c added proper licensing info 1998-10-16 19:05:12 +00:00
popthelp.c EGCS cruft. 1999-01-06 20:54:08 +00:00
poptint.h added POPT_ARG_INTL_DOMAIN (Elliot Lee) 1998-10-29 22:52:03 +00:00
poptparse.c const'ified poptParseArgvString (Jeff Garzik) 1998-12-29 02:52:47 +00:00
test-poptrc *** empty log message *** 1998-07-27 15:54:20 +00:00
test1.c implemented POPT_ARGINFO_INC_DATA 1998-10-27 05:38:37 +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.