82b27d1b | 04-Feb-2004 |
Daniel Stenberg |
prevent the windows version to use global symbol names added prototypes for the strcasecmp() functions |
f7dee3b8 | 04-Feb-2004 |
Daniel Stenberg |
we use the more aggressive compiler warnings |
a7b50455 | 04-Feb-2004 |
Daniel Stenberg |
made more pointers unsigned, as they were mostly used passed in to functions that assume them to be unsigned. Stops compiler warnings. |
b7fda8ec | 04-Feb-2004 |
Daniel Stenberg |
typecast comparision between signed and unsigned |
3d7f4c0d | 04-Feb-2004 |
Daniel Stenberg |
try_config() takes a second parameter as const, to prevent picky compiler warnings |
01771e50 | 04-Feb-2004 |
Daniel Stenberg |
takes a void *, not a char * anymore |
c23cf6a0 | 04-Feb-2004 |
Daniel Stenberg |
ares_free_string() now takes a void * instead |
79f9914a | 04-Feb-2004 |
Daniel Stenberg |
don't compare signed and unsigned |
803fb123 | 04-Feb-2004 |
Daniel Stenberg |
added a tags target |
97728f5b | 04-Feb-2004 |
Daniel Stenberg |
new configure file |
36d5f30b | 04-Feb-2004 |
Daniel Stenberg |
use configure.ac instead of configure.in support --enable-debug to switch on picky compiler options |
e82a5758 | 04-Feb-2004 |
Daniel Stenberg |
stop a compiler warning |
773a8fe5 | 03-Feb-2004 |
Daniel Stenberg |
no one uses libcurl before 7.7 anyway... |
fa1c0d4a | 03-Feb-2004 |
Daniel Stenberg |
libcares.a is here |
7e01548d | 03-Feb-2004 |
Daniel Stenberg |
link with libcares instead of libares |
14b36a8c | 03-Feb-2004 |
Daniel Stenberg |
We now produce 'libcares.a' instead, to make it possible to have both c-ares and the original ares installed in the same lib dir. |
1089d91e | 03-Feb-2004 |
Daniel Stenberg |
the configure and memdebug fixes of yday |
556b68f4 | 03-Feb-2004 |
Daniel Stenberg |
the unused quit-function didn't pass a correct variable type to the response reading function |
3f37ae47 | 03-Feb-2004 |
Daniel Stenberg |
add link to the new cares web site |
9f4e682c | 03-Feb-2004 |
Daniel Stenberg |
added notes about incompatible functions |
5fc8d4da | 03-Feb-2004 |
Daniel Stenberg |
adjusted to the new single-parameter version of this function |
4af66b70 | 03-Feb-2004 |
Daniel Stenberg |
removed odd newline |
95dd3432 | 03-Feb-2004 |
Daniel Stenberg |
added the missing ares numerical version initialiser |
e449aab0 | 03-Feb-2004 |
Daniel Stenberg |
modified *strerror() |
3a0192be | 02-Feb-2004 |
Daniel Stenberg |
Use the nroff option figured out by the configure script. An attempt to make this better on more systems. |