summaryrefslogtreecommitdiff
path: root/popt/popt.c
Commit message (Expand)AuthorAgeFilesLines
* Silence a strncpy() warning.Wayne Davison2020-05-291-1/+1
* Reject passing an arg to an option that doesn't take one (bug 6915).Wayne Davison2010-04-241-8/+11
* Some popt improvements:Wayne Davison2008-03-081-2/+6
* Fix a unused-variable compiler warning.Wayne Davison2006-11-231-4/+5
* Don't set an "rc" var that we aren't going to use.Wayne Davison2006-11-211-1/+1
* Changed _ABS to be defined as MY_ABS.Wayne Davison2006-11-091-3/+3
* Moved definition of DBL_EPSILON.Wayne Davison2006-11-091-0/+4
* - Upgraded popt to version 1.10.2.Wayne Davison2006-11-091-70/+132
* Dropped a useless "const" from the definition of poptStrerror.Wayne Davison2005-02-201-1/+1
* Restore UNUSED() macro (the prior problems that prompted me to removeWayne Davison2004-06-091-1/+1
* Let's just remove all the UNUSED() macros for now.Wayne Davison2004-05-081-1/+1
* One more attempt to get HP-UX's cc to build popt successfully.Wayne Davison2004-05-081-1/+1
* Silenced some compiler warnings.Wayne Davison2004-01-271-4/+4
* Define DBL_EPSILON if it doesn't exist.Wayne Davison2003-01-181-0/+3
* Cast the return of alloca to remove a fatal error on Cray UNICOS.David Dykstra2003-01-111-1/+1
* Updated to version 1.6.4.Wayne Davison2002-07-271-304/+728
* got rid of dependency on alloca in poptAndrew Tridgell2001-03-231-2/+10
* Upgrade from popt 1.2 to a cut-down 1.5Martin Pool2001-02-241-0/+774