History log of /curl/lib/strtoofft.h (Results 26 – 41 of 41)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: curl-7_18_2, curl-7_18_1, curl-7_18_0
# 66e4d391 06-Nov-2007 Gisle Vanem

Added prototype for _strtoi64().


Revision tags: curl-7_17_1, curl-7_17_0, curl-7_17_0-preldapfix
# ad9cb40b 07-Aug-2007 Patrick Monnerat

Some #if --> #ifdef
undef standard *printf before (re)defining them


Revision tags: curl-7_16_4, curl-7_16_3, curl-7_16_2, curl-7_16_1, curl-7_16_0, curl-7_15_6-prepipeline, curl-7_15_5, curl-7_15_4, curl-7_15_3, curl-7_15_2, curl-7_15_1, curl-7_15_0, curl-7_14_1, c-ares-1_3_0, curl-7_14_0, curl-7_13_2, curl-7_13_1, before_ftp_statemachine, curl-7_13_0, curl-7_12_3
# c5297b9f 17-Dec-2004 Gisle Vanem

Watcom uses 'i64' suffix.


Revision tags: curl-7_12_2
# 1dc50e21 10-Oct-2004 Gisle Vanem

MSVC uses 'i64' suffix for 64-bit sizes.


# a7913a62 10-Oct-2004 Daniel Stenberg

If long is 8 bytes we can use strtol() to get 64 bit numbers and won't need
our strtoll() replacement function.


# 34750cc7 10-Oct-2004 Daniel Stenberg

Use LL suffix for long long constants if the compiler supports it, to prevent
warnings.


Revision tags: curl-7_12_1, pre-aifix, curl-7_12_0, curl-7_11_2, c-ares-1_2_0
# cf1f46e1 07-Apr-2004 Daniel Stenberg

renamed the strtoofft() macro to curlx_strtoofft() to adjust to the curlx_*
concept, and added lib/README.curlx to explain details about it


Revision tags: curl-7_11_1
# 2479e068 03-Mar-2004 Daniel Stenberg

David Byron's work on making libcurl only require winsock 1.1 on Windows
machines.


# 2ae44208 23-Feb-2004 Daniel Stenberg

make newer MSCV7 compilers use _strtoi64() as a strtoll() replacement


# 2c0c75e3 20-Feb-2004 Daniel Stenberg

oops, missed a define when I changed from Curl_ to curlx_


# 0bf1bd51 19-Feb-2004 Daniel Stenberg

Remade to use curlx_-prefix. This means this function can be compiled and
linked separately by the application. This function is not provided by the
libcurl API. It can only be accessed by ap

Remade to use curlx_-prefix. This means this function can be compiled and
linked separately by the application. This function is not provided by the
libcurl API. It can only be accessed by apps if they compile and use this
particular source code.

show more ...


# 649caa19 23-Jan-2004 Daniel Stenberg

include curl.h for the typedef


# ad7e26b1 22-Jan-2004 Daniel Stenberg

return curl_off_t instead of long long, to work on more platforms


# b791e158 22-Jan-2004 Daniel Stenberg

use curl_off_t instead of off_t!


Revision tags: curl-7_11_0
# 053f6c85 07-Jan-2004 Daniel Stenberg

updated year in the copyright string


# 9363d94f 05-Jan-2004 Daniel Stenberg

new files for the large file support number parsing


12