• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..23-Dec-2011-

CHANGESH A D13-Dec-20061.3 KiB4739

COPYINGH A D13-Dec-20061.2 KiB2318

READMEH A D13-Dec-2006854 1915

findme.cH A D13-Dec-20061.1 KiB5130

findme.hH A D13-Dec-2006504 215

libpopt.m4H A D30-Jul-20081.2 KiB4439

popt.cH A D30-Jul-200833.2 KiB1,239927

popt.hH A D30-Jul-200815.6 KiB542158

poptconfig.cH A D13-Dec-20064.6 KiB191133

popthelp.cH A D13-Dec-200619.2 KiB743497

poptint.hH A D13-Dec-20062.7 KiB11771

poptparse.cH A D13-Dec-20065.1 KiB228168

samba.m4H A D30-Jul-2008280 118

system.hH A D13-Dec-20061.6 KiB7549

README

1This is the popt command line option parsing library. While it is similiar
2to getopt(3), it contains a number of enhancements, including:
3
4	1) popt is fully reentrant
5	2) popt can parse arbitrary argv[] style arrays while
6	   getopt(2) makes this quite difficult
7	3) popt allows users to alias command line arguments
8	4) popt provides convience functions for parsing strings
9	   into argv[] style arrays
10
11popt is used by rpm, the Red Hat install program, and many other Red Hat
12utilities, all of which provide excellent examples of how to use popt.
13Complete documentation on popt is available in popt.ps (included in this
14tarball), which is excerpted with permission from the book "Linux
15Application Development" by Michael K. Johnson and Erik Troan (availble
16from Addison Wesley in May, 1998).
17
18Comments on popt should be addressed to ewt@redhat.com.
19