Revert "Update to 7.40.1"
[platform/upstream/curl.git] / lib / strtoofft.h
2015-11-11 taesub kimRevert "Update to 7.40.1" 94/51594/1
2015-11-09 Seonah MoonUpdate to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943
2013-01-08 Yang Tsebuild: fix circular header inclusion with other packages
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2012-12-28 Yang Tsebuild: rename 76 lib/*.h files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2010-12-21 Brad HardsTypo fixes.
2010-05-29 Kamil Dudkastrtoofft: rename CURL_LLONG_MIN -> CURL_OFF_T_MIN
2010-05-29 Kamil DudkaCURL_LLONG_MAX: avoid constant overflow
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-02-14 Yang Tseremoved trailing whitespace
2008-08-21 Yang TseMSVC's __int64 data type is only available when _INTEGR...
2008-08-14 Yang TseWhen using our internal curlx_strtoll function NEED_CUR...
2008-08-14 Yang TseCURL_LLONG_MIN should now be signed
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