- Mar 03, 2004
-
-
Daniel Stenberg authored
machines.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
to long (MIPSpro warnings)
-
Daniel Stenberg authored
an int when we assign it.
-
Daniel Stenberg authored
cc-1506 cc: REMARK File = ../../curl/ares/ares__read_line.c, Line = 46 There is an implicit conversion from "unsigned long" to "int"; rounding, sign extension, or loss of accuracy may result. if (!fgets(*buf + offset, *bufsize - offset, fp))
-
Daniel Stenberg authored
with undefined variables.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
to reduce the amount of #include stuff in each single libNNN.c file. unistd.h was added to prevent select() warnings on FreeBSD
-
Daniel Stenberg authored
-
Daniel Stenberg authored
the plain old FILE typedef.
-
Daniel Stenberg authored
-
- Mar 02, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
FORMAT_OFF_T to allow additional options to get specified, like with '"%5" FORMAT_OFF_T'.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
having to redef that name
-
Daniel Stenberg authored
- Also, we must not assume that SIZEOF_CURL_OFF_T is defined, as this file gets included from the ares dir at times and then it isn't defined.
-
- Mar 01, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Fixed the check for bad resumes. Made test case 99 work and proved a bug in test case ... eh, was it 32?
-
Daniel Stenberg authored
-
Daniel Stenberg authored
test 99)
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
define our internal CURL_FORMAT_OFF_T define, we don't use the global one!
-
Daniel Stenberg authored
-
Daniel Stenberg authored
* If CURL_NO_OLDIES is defined, we hide all obsolete functions/options. * CURL_FORMAT_OFF_T is defined for portable printf()ing of curl_off_t types (although not with curl_mprintf()!)
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
recent autoconf annoyingly introduced.
-
Daniel Stenberg authored
on FreeBSD gives us lots of warnings in system headers and I suspect this option is what causes them!
-