summaryrefslogtreecommitdiff
path: root/poptconfig.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Factor -type problems into explicit code annotations.jbj2001-10-161-0/+7
|
* More lclint annotations.jbj2001-10-131-3/+3
|
* - fix: _smp_flags macro broken.jbj2001-07-171-5/+7
| | | | | | - python: bind rhnUnload differently. - fix: rescusitate --querytags. - fix: short aliases broken (#49213).
* - fix: adjust arg count for --POPTdesc/--POPTargs deletion.jbj2001-07-111-1/+4
| | | | | | - add linux per-platform macro %_smp_mflags <sopwith@redhat.com>. - document more popt aliases for --help usage. - remove --tarbuild from man page(s), use -t[abpcils] instead (#48666).
* - popthelp.c: don't use stpcpy to avoid portability grief (#47500).jbj2001-07-071-33/+45
| | | | | - permit alias/exec description/arg text to be set from popt config. - use rpmqv.c, not rpm.c, as rpm's main() routine.
* - fix typos in linux.{req,prov}.jbj2001-06-051-2/+3
|
* - eliminate db-1.85 and db-2.x configuration.jbj2001-05-291-9/+11
| | | | | | - fix: popt arg sanity checks broken, optarg != optArg. - fix: popt range checks on floats/doubles broken. - popt: return POPT_ERROR_ERRNO on config open/read/close failure.
* - enough lclint annotations and fiddles already.jbj2001-05-051-22/+30
|
* Sync with rpm-4_0 branch.jbj2000-12-191-2/+2
|
* Doxygen annotations.jbj2000-08-271-0/+4
|
* check for memory leaks (almost all leaks are plugged).jbj1999-10-291-1/+1
|
* Add !#:+ token parsing to retrieve (and delete) next argument from list.jbj1999-10-251-19/+4
|
* lclint annotations.jbj1999-10-211-2/+3
|
* fix: removed files fingerprint memory leak.jbj1999-09-211-1/+1
| | | | fix: resurrect allfiles flag from rpm-2.5.x.
* popt: heavy dose of const.jbj1999-07-271-2/+2
|
* Don't clobber fd (#1966).jbj1999-04-041-1/+1
|
* added proper licensing infoewt1998-10-161-0/+4
|
* automake linux fiddles.jbj1998-10-081-0/+4
|
* 1) modified test to display callback val fieldewt1998-09-271-0/+143
2) split popt stuff into multiple iles