The size of long is a build time characteristic and as such it is now recorded
[platform/upstream/curl.git] / lib / strtoofft.h
2008-08-13 Yang TseThe size of long is a build time characteristic and...
2008-08-13 Yang TseAdjustment due to curl_off_t no longer following off_t
2008-08-11 Yang Tse s/SIZEOF_CURL_OFF_T/CURL_SIZEOF_CURL_OFF_T/g
2007-11-06 Gisle VanemAdded prototype for _strtoi64().
2007-08-07 Patrick MonneratSome #if --> #ifdef
2004-12-17 Gisle VanemWatcom uses 'i64' suffix.
2004-10-10 Gisle VanemMSVC uses 'i64' suffix for 64-bit sizes.
2004-10-10 Daniel StenbergIf long is 8 bytes we can use strtol() to get 64 bit...
2004-10-10 Daniel StenbergUse LL suffix for long long constants if the compiler...
2004-04-07 Daniel Stenbergrenamed the strtoofft() macro to curlx_strtoofft()...
2004-03-03 Daniel StenbergDavid Byron's work on making libcurl only require winso...
2004-02-23 Daniel Stenbergmake newer MSCV7 compilers use _strtoi64() as a strtoll...
2004-02-20 Daniel Stenbergoops, missed a define when I changed from Curl_ to...
2004-02-19 Daniel StenbergRemade to use curlx_-prefix. This means this function...
2004-01-23 Daniel Stenberginclude curl.h for the typedef
2004-01-22 Daniel Stenbergreturn curl_off_t instead of long long, to work on...
2004-01-22 Daniel Stenberguse curl_off_t instead of off_t!
2004-01-07 Daniel Stenbergupdated year in the copyright string
2004-01-05 Daniel Stenbergnew files for the large file support number parsing