summaryrefslogtreecommitdiff
path: root/popt
AgeCommit message (Expand)AuthorFilesLines
2010-04-24Reject passing an arg to an option that doesn't take one (bug 6915).Wayne Davison2-8/+12
2009-12-30Allow any gcc to make use of __builtin_alloca for alloca.Wayne Davison1-1/+1
2008-03-08Some popt improvements:Wayne Davison3-4/+13
2007-11-12Getting rid of all .cvsignore files.Wayne Davison1-7/+0
2006-11-23Fix a unused-variable compiler warning.Wayne Davison1-4/+5
2006-11-21Don't set an "rc" var that we aren't going to use.Wayne Davison1-1/+1
2006-11-10Changed strcat() calls to strlcat().Wayne Davison1-7/+7
2006-11-09Disable POPT_WCHAR_HACK for now.Wayne Davison1-2/+2
2006-11-09Improved the vmefail() code.Wayne Davison1-2/+4
2006-11-09Fixed a problem with the xstrdup() change.Wayne Davison1-6/+0
2006-11-09Get rid of the last strcpy() call by using an static inline function.Wayne Davison1-9/+17
2006-11-09Use a new isSpace() inline function to call isspace() safelyWayne Davison4-17/+25
2006-11-09Changed _ABS to be defined as MY_ABS.Wayne Davison1-3/+3
2006-11-09Got rid of code to twiddle _ABS.Wayne Davison1-4/+0
2006-11-09Moved definition of DBL_EPSILON.Wayne Davison2-4/+4
2006-11-09Try a full prototype for alloca() for those systems that need it.Wayne Davison1-1/+1
2006-11-09- Define snprintf() when needed.Wayne Davison1-5/+27
2006-11-09- Upgraded popt to version 1.10.2.Wayne Davison8-286/+791
2005-02-20Dropped a useless "const" from the definition of poptStrerror.Wayne Davison2-2/+2
2005-02-20Mark a couple unused variables.Wayne Davison1-2/+2
2004-06-09Restore UNUSED() macro (the prior problems that prompted me to removeWayne Davison4-8/+18
2004-05-08Let's just remove all the UNUSED() macros for now.Wayne Davison4-18/+8
2004-05-08One more attempt to get HP-UX's cc to build popt successfully.Wayne Davison1-1/+1
2004-04-28Undefined __attribute__ in some circumstances.Wayne Davison1-0/+8
2004-04-27Got rid of HP-UX kludge (since it didn't help).Wayne Davison1-4/+0
2004-04-25One more try at getting the HP-UX system in the build farm to compileWayne Davison1-1/+1
2004-04-25Don't use __attribute__((__unused__)) on HP-UX w/o gcc.Wayne Davison1-0/+4
2004-04-15Got rid of a couple useless lines.Wayne Davison1-2/+0
2004-01-28A couple more unsigned char changes to silence compiler warningsWayne Davison1-3/+3
2004-01-27Silenced some compiler warnings.Wayne Davison6-20/+22
2003-05-04Remove generated file config.log.Jos Backus1-104/+0
2003-01-18Define DBL_EPSILON if it doesn't exist.Wayne Davison1-0/+3
2003-01-14Don't use the return value from sprintf because it doesn't work on Sunos4.David Dykstra1-5/+10
2003-01-12Use the old kludge of using malloc() if alloca() is missing.Wayne Davison1-1/+8
2003-01-11Cast the return from alloca to work better on UNICOS.David Dykstra1-1/+1
2003-01-11Cast the return of alloca to remove a fatal error on Cray UNICOS.David Dykstra1-1/+1
2002-07-27Updated to version 1.6.4.Wayne Davison12-649/+1837
2002-03-25Make the situation w.r.t. dynamically linking zlib and libpopt clear.Martin Pool1-0/+5
2001-11-23Ignore trashMartin Pool1-0/+1
2001-09-12Fix from Marc Espie to make included-popt work with VPATH builds.Martin Pool1-0/+0
2001-03-23got rid of dependency on alloca in poptAndrew Tridgell4-13/+32
2001-02-24Upgrade from popt 1.2 to a cut-down 1.5Martin Pool14-0/+1831