aboutsummaryrefslogtreecommitdiff
path: root/lib/strtoofft.h
AgeCommit message (Collapse)Author
2007-11-06Added prototype for _strtoi64().Gisle Vanem
2007-08-07Some #if --> #ifdefPatrick Monnerat
undef standard *printf before (re)defining them
2004-12-17Watcom uses 'i64' suffix.Gisle Vanem
2004-10-10MSVC uses 'i64' suffix for 64-bit sizes.Gisle Vanem
2004-10-10If long is 8 bytes we can use strtol() to get 64 bit numbers and won't needDaniel Stenberg
our strtoll() replacement function.
2004-10-10Use LL suffix for long long constants if the compiler supports it, to preventDaniel Stenberg
warnings.
2004-04-07renamed the strtoofft() macro to curlx_strtoofft() to adjust to the curlx_*Daniel Stenberg
concept, and added lib/README.curlx to explain details about it
2004-03-03David Byron's work on making libcurl only require winsock 1.1 on WindowsDaniel Stenberg
machines.
2004-02-23make newer MSCV7 compilers use _strtoi64() as a strtoll() replacementDaniel Stenberg
2004-02-20oops, missed a define when I changed from Curl_ to curlx_Daniel Stenberg
2004-02-19Remade to use curlx_-prefix. This means this function can be compiled andDaniel Stenberg
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.
2004-01-23include curl.h for the typedefDaniel Stenberg
2004-01-22return curl_off_t instead of long long, to work on more platformsDaniel Stenberg
2004-01-22use curl_off_t instead of off_t!Daniel Stenberg
2004-01-07updated year in the copyright stringDaniel Stenberg
2004-01-05new files for the large file support number parsingDaniel Stenberg