aboutsummaryrefslogtreecommitdiffstats
path: root/popt
Commit message (Expand)AuthorAgeFilesLines
* 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