Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
popt: A C library for parsing command line parameters.
Name: | popt |
Vendor: | Fermi National Accelerator Laboratory |
Version: | 1.8.1 |
License: | GPL |
Release: | 4.4 |
URL: | |
- Summary
- Popt is a C library for parsing command line parameters. Popt was
heavily influenced by the getopt() and getopt_long() functions, but it
improves on them by allowing more powerful argument expansion. Popt
can parse arbitrary argv[] style arrays and automatically set
variables based on command line arguments. Popt allows command line
arguments to be aliased via configuration files and includes utility
functions for parsing arbitrary strings into argv[] arrays using
shell-like rules.
Changelog
- * Thu Jan 8 18:00:00 2004 Matt Wilson <msw{%}redhat{*}com> 4.2.1-4.4
- remove debug printf
- * Thu Jan 8 18:00:00 2004 Matt Wilson <msw{%}redhat{*}com> 4.2.1-4.3
- add patch to restart rpm in NPTL environment if RPM_FORCE_NPTL
environment variable is set, and restore LD_ASSUME_KERNEL
environment variable value when scriptlets execute (#101603)
- * Thu Sep 25 19:00:00 2003 Jakub Jelinek <jakub{%}redhat{*}com> 4.2.1-4.2
- fix filtering of GLIBC_PRIVATE dependencies.