Go to file
openKylinBot e6a589170f changed debian/source/format to native 2022-05-16 15:33:04 +08:00
auto fix-test-api-checker 2022-05-16 15:33:04 +08:00
debian changed debian/source/format to native 2022-05-16 15:33:04 +08:00
m4 Import Upstream version 1.16 2022-05-16 15:32:51 +08:00
po add-catalan-translation 2022-05-16 15:33:04 +08:00
popt.xcodeproj Import Upstream version 1.16 2022-05-16 15:32:51 +08:00
ABOUT-NLS Import Upstream version 1.16 2022-05-16 15:32:51 +08:00
CHANGES Import Upstream version 1.16 2022-05-16 15:32:51 +08:00
COPYING Import Upstream version 1.16 2022-05-16 15:32:51 +08:00
Doxyfile.in Import Upstream version 1.16 2022-05-16 15:32:51 +08:00
Makefile.am popt-1.16-pkgconfig 2022-05-16 15:33:04 +08:00
Makefile.in popt-1.16-pkgconfig 2022-05-16 15:33:04 +08:00
README Import Upstream version 1.16 2022-05-16 15:32:51 +08:00
aclocal.m4 Import Upstream version 1.16 2022-05-16 15:32:51 +08:00
autogen.sh Import Upstream version 1.16 2022-05-16 15:32:51 +08:00
config.guess Import Upstream version 1.16 2022-05-16 15:32:51 +08:00
config.h.in Import Upstream version 1.16 2022-05-16 15:32:51 +08:00
config.rpath Import Upstream version 1.16 2022-05-16 15:32:51 +08:00
config.sub Import Upstream version 1.16 2022-05-16 15:32:51 +08:00
configure add-catalan-translation 2022-05-16 15:33:04 +08:00
configure.ac fix-test-api-checker 2022-05-16 15:33:04 +08:00
depcomp Import Upstream version 1.16 2022-05-16 15:32:51 +08:00
footer_no_timestamp.html Import Upstream version 1.16 2022-05-16 15:32:51 +08:00
install-sh Import Upstream version 1.16 2022-05-16 15:32:51 +08:00
libpopt.vers Import Upstream version 1.16 2022-05-16 15:32:51 +08:00
lookup3.c Import Upstream version 1.16 2022-05-16 15:32:51 +08:00
ltmain.sh Import Upstream version 1.16 2022-05-16 15:32:51 +08:00
missing Import Upstream version 1.16 2022-05-16 15:32:51 +08:00
popt.3 popt-1.16-man-page 2022-05-16 15:33:04 +08:00
popt.c [PATCH] Don't leak the last argument expanded by expandNextArg() 2022-05-16 15:33:04 +08:00
popt.h Import Upstream version 1.16 2022-05-16 15:32:51 +08:00
popt.pc.in Import Upstream version 1.16 2022-05-16 15:32:51 +08:00
popt.ps Import Upstream version 1.16 2022-05-16 15:32:51 +08:00
popt.spec.in Import Upstream version 1.16 2022-05-16 15:32:51 +08:00
poptconfig.c popt-1.16-glob-error 2022-05-16 15:33:04 +08:00
popthelp.c popt-1.16-help 2022-05-16 15:33:04 +08:00
poptint.c Import Upstream version 1.16 2022-05-16 15:32:51 +08:00
poptint.h popt-1.16-execfail 2022-05-16 15:33:04 +08:00
poptparse.c Import Upstream version 1.16 2022-05-16 15:32:51 +08:00
system.h libpopt-dev: __secure_getenv() function renamed to secure_getenv() 2022-05-16 15:33:04 +08:00
tdict.c Import Upstream version 1.16 2022-05-16 15:32:51 +08:00
test-poptrc Import Upstream version 1.16 2022-05-16 15:32:51 +08:00
test-poptrc.in Import Upstream version 1.16 2022-05-16 15:32:51 +08:00
test1.c Import Upstream version 1.16 2022-05-16 15:32:51 +08:00
test2.c Import Upstream version 1.16 2022-05-16 15:32:51 +08:00
testit.sh fix-test1-lt 2022-05-16 15:33:04 +08:00

README

This is the popt(3) 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(3) 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

Complete documentation on popt(3) 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 (available
from Addison Wesley in May, 1998).

Comments on popt should be addressed to popt-devel@rpm5.org.