- Oct 15, 2008
-
-
Yang Tse authored
to the shell echo command are not interpreted when trying to remove extra whitespace from shell variable content.
-
Dan Fandrich authored
return code. This way, if the precheck command can't be run at all for whatever reason, it's treated as a precheck failure which causes the test to be skipped.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=2155496) pointing out an error case without a proper human-readable error message. When a read callback returns a too large value (like when trying to return a negative number) it would trigger and the generic error message then makes the proplem slightly different to track down. I've added an error message for this now.
-
Daniel Stenberg authored
-
- Oct 14, 2008
-
-
Dan Fandrich authored
-
Yang Tse authored
Disable warnings on structure members padding.
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
Yang Tse authored
-
Yang Tse authored
`variable' might be clobbered by `longjmp' or `vfork'
-
Yang Tse authored
Remove -b from debug-enabled configuration, as Tiny C might have been built without the memory and bounds checker support.
-
Yang Tse authored
Better disable following warnings when cross-compiling with a gcc older than 3.0, to avoid warnings from third party system headers: -Wmissing-declarations -Wmissing-prototypes -Wunused -Wshadow
-
Daniel Stenberg authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
- Oct 13, 2008
-
-
Daniel Stenberg authored
options don't succeed in opening the target file etc. Detected by coverity.com
-
Daniel Stenberg authored
coverity.com
-
Daniel Stenberg authored
has already been dereferenced so it is bound to be valid. Pointed out to us by coverity.com
-
Dan Fandrich authored
-
Yang Tse authored
-
Yang Tse authored
Disable following warnings when cross-compiling with a gcc older than 3.0, to avoid warnings from third party system headers: -Wmissing-prototypes -Wunused -Wshadow
-
Yang Tse authored
-
Yang Tse authored
And on the other hand a message after setsockopt() certainly must use SOCKERRNO.
-
Yang Tse authored
Do not enable -pedantic when cross-compiling with a gcc older than 3.0, to avoid warnings from third party system headers.
-
- Oct 12, 2008
-
-
Yang Tse authored
-
Yang Tse authored
Highest warning level is double -A, next is single -A. Due to the big number of warnings these trigger on third party header files it is impratical for us to use any of them here. If you want them simply define it in CPPFLAGS.
-
Dan Fandrich authored
-
Dan Fandrich authored
use the startup of the IPv6 test server as a substitute check for this).
-
- Oct 11, 2008
- Oct 10, 2008
-
-
Dan Fandrich authored
-
Yang Tse authored
-
Patrick Monnerat authored
_ Update RPG binding accordingly. _ Fix new options comments.
-