Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MSVC's __int64 data type is only available when _INTEGRAL_MAX_BITS >= 64 | Yang Tse | 2008-08-21 | 1 | -1/+1 |
| | |||||
* | When using our internal curlx_strtoll function NEED_CURL_STRTOLL must be ↵ | Yang Tse | 2008-08-14 | 1 | -0/+1 |
| | | | | | | defined, the source code of curlx_strtoll is excluded if NEED_CURL_STRTOLL isn't defined. | ||||
* | CURL_LLONG_MIN should now be signed | Yang Tse | 2008-08-14 | 1 | -1/+1 |
| | |||||
* | The size of long is a build time characteristic and as such it is now recorded | Yang Tse | 2008-08-13 | 1 | -1/+1 |
| | | | | | in curlbuild.h as CURL_SIZEOF_LONG. Definition now done from configure process and in CVS curlbuild.h.dist for non-configure systems. | ||||
* | Adjustment due to curl_off_t no longer following off_t | Yang Tse | 2008-08-13 | 1 | -41/+31 |
| | |||||
* | s/SIZEOF_CURL_OFF_T/CURL_SIZEOF_CURL_OFF_T/g | Yang Tse | 2008-08-11 | 1 | -2/+2 |
| | |||||
* | Added prototype for _strtoi64(). | Gisle Vanem | 2007-11-06 | 1 | -0/+1 |
| | |||||
* | Some #if --> #ifdef | Patrick Monnerat | 2007-08-07 | 1 | -1/+1 |
| | | | | undef standard *printf before (re)defining them | ||||
* | Watcom uses 'i64' suffix. | Gisle Vanem | 2004-12-17 | 1 | -1/+1 |
| | |||||
* | MSVC uses 'i64' suffix for 64-bit sizes. | Gisle Vanem | 2004-10-10 | 1 | -1/+4 |
| | |||||
* | If long is 8 bytes we can use strtol() to get 64 bit numbers and won't need | Daniel Stenberg | 2004-10-10 | 1 | -3/+3 |
| | | | | our strtoll() replacement function. | ||||
* | Use LL suffix for long long constants if the compiler supports it, to prevent | Daniel Stenberg | 2004-10-10 | 1 | -5/+13 |
| | | | | warnings. | ||||
* | renamed the strtoofft() macro to curlx_strtoofft() to adjust to the curlx_* | Daniel Stenberg | 2004-04-07 | 1 | -4/+4 |
| | | | | concept, and added lib/README.curlx to explain details about it | ||||
* | David Byron's work on making libcurl only require winsock 1.1 on Windows | Daniel Stenberg | 2004-03-03 | 1 | -1/+1 |
| | | | | machines. | ||||
* | make newer MSCV7 compilers use _strtoi64() as a strtoll() replacement | Daniel Stenberg | 2004-02-23 | 1 | -3/+11 |
| | |||||
* | oops, missed a define when I changed from Curl_ to curlx_ | Daniel Stenberg | 2004-02-20 | 1 | -1/+1 |
| | |||||
* | Remade to use curlx_-prefix. This means this function can be compiled and | Daniel Stenberg | 2004-02-19 | 1 | -3/+7 |
| | | | | | | 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. | ||||
* | include curl.h for the typedef | Daniel Stenberg | 2004-01-23 | 1 | -0/+1 |
| | |||||
* | return curl_off_t instead of long long, to work on more platforms | Daniel Stenberg | 2004-01-22 | 1 | -1/+1 |
| | |||||
* | use curl_off_t instead of off_t! | Daniel Stenberg | 2004-01-22 | 1 | -7/+6 |
| | |||||
* | updated year in the copyright string | Daniel Stenberg | 2004-01-07 | 1 | -1/+1 |
| | |||||
* | new files for the large file support number parsing | Daniel Stenberg | 2004-01-05 | 1 | -0/+50 |