summaryrefslogtreecommitdiff
path: root/popt
Commit message (Expand)AuthorAgeFilesLines
* More TANDEM changesWayne Davison2020-07-061-0/+4
* 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-242-8/+12
* Allow any gcc to make use of __builtin_alloca for alloca.Wayne Davison2009-12-301-1/+1
* Some popt improvements:Wayne Davison2008-03-083-4/+13
* Getting rid of all .cvsignore files.Wayne Davison2007-11-121-7/+0
* 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 strcat() calls to strlcat().Wayne Davison2006-11-101-7/+7
* Disable POPT_WCHAR_HACK for now.Wayne Davison2006-11-091-2/+2
* Improved the vmefail() code.Wayne Davison2006-11-091-2/+4
* Fixed a problem with the xstrdup() change.Wayne Davison2006-11-091-6/+0
* Get rid of the last strcpy() call by using an static inline function.Wayne Davison2006-11-091-9/+17
* Use a new isSpace() inline function to call isspace() safelyWayne Davison2006-11-094-17/+25
* Changed _ABS to be defined as MY_ABS.Wayne Davison2006-11-091-3/+3
* Got rid of code to twiddle _ABS.Wayne Davison2006-11-091-4/+0
* Moved definition of DBL_EPSILON.Wayne Davison2006-11-092-4/+4
* Try a full prototype for alloca() for those systems that need it.Wayne Davison2006-11-091-1/+1
* - Define snprintf() when needed.Wayne Davison2006-11-091-5/+27
* - Upgraded popt to version 1.10.2.Wayne Davison2006-11-098-286/+791
* Dropped a useless "const" from the definition of poptStrerror.Wayne Davison2005-02-202-2/+2
* Mark a couple unused variables.Wayne Davison2005-02-201-2/+2
* Restore UNUSED() macro (the prior problems that prompted me to removeWayne Davison2004-06-094-8/+18
* Let's just remove all the UNUSED() macros for now.Wayne Davison2004-05-084-18/+8
* One more attempt to get HP-UX's cc to build popt successfully.Wayne Davison2004-05-081-1/+1
* Undefined __attribute__ in some circumstances.Wayne Davison2004-04-281-0/+8
* Got rid of HP-UX kludge (since it didn't help).Wayne Davison2004-04-271-4/+0
* One more try at getting the HP-UX system in the build farm to compileWayne Davison2004-04-251-1/+1
* Don't use __attribute__((__unused__)) on HP-UX w/o gcc.Wayne Davison2004-04-251-0/+4
* Got rid of a couple useless lines.Wayne Davison2004-04-151-2/+0
* A couple more unsigned char changes to silence compiler warningsWayne Davison2004-01-281-3/+3
* Silenced some compiler warnings.Wayne Davison2004-01-276-20/+22
* Remove generated file config.log.Jos Backus2003-05-041-104/+0
* Define DBL_EPSILON if it doesn't exist.Wayne Davison2003-01-181-0/+3
* Don't use the return value from sprintf because it doesn't work on Sunos4.David Dykstra2003-01-141-5/+10
* Use the old kludge of using malloc() if alloca() is missing.Wayne Davison2003-01-121-1/+8
* Cast the return from alloca to work better on UNICOS.David Dykstra2003-01-111-1/+1
* 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-2712-649/+1837
* Make the situation w.r.t. dynamically linking zlib and libpopt clear.Martin Pool2002-03-251-0/+5
* Ignore trashMartin Pool2001-11-231-0/+1
* Fix from Marc Espie to make included-popt work with VPATH builds.Martin Pool2001-09-121-0/+0
* got rid of dependency on alloca in poptAndrew Tridgell2001-03-234-13/+32
* Upgrade from popt 1.2 to a cut-down 1.5Martin Pool2001-02-2414-0/+1831