rpm/popt
jbj 3e86bf7d52 Ignore generated files.
CVS patchset: 3345
CVS date: 1999/09/29 23:48:23
1999-09-29 23:48:23 +00:00
..
intl Create. 1999-09-29 21:22:24 +00:00
po Create. 1999-09-29 21:22:24 +00:00
.cvsignore Ignore generated files. 1999-09-29 23:48:23 +00:00
CHANGES *** empty log message *** 1999-09-04 19:38:05 +00:00
COPYING added proper licensing info 1998-10-16 19:05:12 +00:00
Makefile.am Add intl so popt no longer requires gettext. 1999-09-29 21:12:45 +00:00
README *** empty log message *** 1998-03-23 20:52:17 +00:00
acconfig.h Add intl so popt no longer requires gettext. 1999-09-29 21:12:45 +00:00
autogen.sh Add intl so popt no longer requires gettext. 1999-09-29 21:12:45 +00:00
configure.in Check in time stamps again. 1999-09-29 23:29:57 +00:00
findme.c popt: heavy dose of const. 1999-07-27 22:05:43 +00:00
findme.h popt: heavy dose of const. 1999-07-27 22:05:43 +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: heavy dose of const. 1999-07-27 22:05:43 +00:00
popt.h popt: heavy dose of const. 1999-07-27 22:05:43 +00:00
popt.ps *** empty log message *** 1998-03-23 20:26:36 +00:00
popt.spec Add intl so popt no longer requires gettext. 1999-09-29 21:12:45 +00:00
poptconfig.c fix: removed files fingerprint memory leak. 1999-09-21 17:21:57 +00:00
popthelp.c popt: heavy dose of const. 1999-07-27 22:05:43 +00:00
poptint.h popt: heavy dose of const. 1999-07-27 22:05:43 +00:00
poptparse.c null terminate parsed argument lists 1999-09-04 19:37:00 +00:00
test-poptrc eliminate find-requirements on libNoVersion (Red Hat linux only). 1999-06-17 20:18:08 +00:00
test1.c popt: heavy dose of const. 1999-07-27 22:05:43 +00:00
testit.sh added tests for single - argument 1999-04-07 06:22:30 +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.