- Jul 28, 2008
- Jul 27, 2008
-
-
Yang Tse authored
-
Yang Tse authored
Partially undo change that prevented SED, GREP, EGREP and AR from being changed by libtool or autoconf.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
definition which might be defined in config.h or config-*.h files
-
Yang Tse authored
but it breaks aclocal execution on some systems, with the following error: Can't locate object method "rel2abs" via package "File::Spec" at /usr/local/bin/aclocal line 256.
-
Dan Fandrich authored
-
Dan Fandrich authored
address in an IPv6 capable libcurl.
-
Yang Tse authored
needed, and being able to define it if appropriate for further configure tests as well as for the generated config file.
-
- Jul 26, 2008
-
-
Daniel Stenberg authored
overrun" (http://curl.haxx.se/bug/view.cgi?id=2026240) identifying two problems, and providing the fix for them: - CURL_READFUNC_PAUSE did in fact not pause the _sending_ of data that it is designed for but paused _receiving_ of data! - libcurl didn't internally set the read counter to zero when this return code was detected, which would potentially lead to junk getting sent to the server.
-
Dan Fandrich authored
-
Yang Tse authored
that other package's underquoted m4 function definitions have on ours.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
http://sources.redhat.com/automake/automake.html#Extending-aclocal documents that starting with Automake 1.8, aclocal will warn about all underquoted calls to AC_DEFUN due to the fact that in a single aclocal run it might include more than once all .m4 files which it finds available, this includes .m4 files from other software packages. If the first argument to AC_DEFUN is underquoted and the same macro is included more than once, successive inclusions after the first one will expand the macro instead of assuming it is the same as the first one included.
-
- Jul 25, 2008
-
-
Yang Tse authored
-
- Jul 24, 2008
-
-
Yang Tse authored
-
Yang Tse authored
needed, and being able to define it if appropriate for further configure tests as well as for the generated config file. Introduced reentrant.m4 intended for our reentrant related autotools/m4 macros.
-
Yang Tse authored
-
Dan Fandrich authored
lines ending in \r.
-
- Jul 23, 2008
-
-
Dan Fandrich authored
-
Dan Fandrich authored
defined by the libcurl API. Also changed curl_easy_setopt examples to pass longs where appropriate.
-
Daniel Stenberg authored
non-zero with the fixed value of 1. We should strive at making options support '1' for enabling them mentioned explicitly, as that then will allow us for to extend them in the future without breaking older programs.
-
Dan Fandrich authored
-
Yang Tse authored
actually verify if the test is properly working
-
- Jul 22, 2008
- Jul 21, 2008
-
-
Yang Tse authored
data type for systems where this sixth argument is prototyped as a void pointer. Start of thread: http://curl.haxx.se/mail/lib-2008-07/0153.html
-
Gisle Vanem authored
-
Yang Tse authored
-