rpm/popt
jbj 13bc365916 Sanity.
CVS patchset: 3210
CVS date: 1999/08/02 19:10:09
1999-08-02 19:10:09 +00:00
..
po Sanity. 1999-08-02 19:10:09 +00:00
.cvsignore Merge (most) changes from the GNOME version of popt. The remaining changes 1999-04-07 18:57:23 +00:00
CHANGES popt: heavy dose of const. 1999-07-27 22:05:43 +00:00
COPYING added proper licensing info 1998-10-16 19:05:12 +00:00
Makefile.am Include all po files. 1999-04-09 22:41:34 +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
autogen.sh Default to not build shared libraries. 1999-04-11 22:15:26 +00:00
configure.in Shell bulletproofing. 1999-04-26 15:01:40 +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 Change shared lib defaults. 1999-07-15 22:26:15 +00:00
poptconfig.c popt: heavy dose of const. 1999-07-27 22:05:43 +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 popt: heavy dose of const. 1999-07-27 22:05:43 +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.