aboutsummaryrefslogtreecommitdiffstats
path: root/popt
Commit message (Collapse)AuthorAgeFilesLines
* Android build, static config, and changesDylan Simon2015-08-191-0/+2
| | | | | | Works fine on emulator both for local copies and in daemon mode. Very few changes necessary. Change-Id: I6ef54769b00333f84eabd1306381eac80b3d5f09
* Reject passing an arg to an option that doesn't take one (bug 6915).Wayne Davison2010-04-242-8/+12
| | | | | | | Based on a patch by Matt, but further tweaked to deal with -q=foo. Ultimately this should be upstreamed, but for now lets get this functionality into rsync.
* 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
| | | | | | | | - Fixed a bug in short-opt parsing when an abutting arg has an '='. - Allow a short-opt to be separated from its arg by an '='. - Avoid an IBM-checker warning about an impossible case in a switch and a warning about a potential NULL-pointer dereference. - Fixed a memory leak.
* 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
| | | | when using a signed character pointer.
* 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
| | | | - Improved the compatibility of the standard includes.
* - Upgraded popt to version 1.10.2.Wayne Davison2006-11-098-286/+791
| | | | | - Modified all sprintf() and strcpy() calls to use snprintf() and strlcpy().
* 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
| | | | it appear to have been a build-farm bug).
* 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
| | | | popt.
* 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
| | | | on signed-char systems (like Solaris).
* 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