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