summaryrefslogtreecommitdiff
path: root/lib/strtoofft.h
Commit message (Expand)AuthorAgeFilesLines
* Watcom uses 'i64' suffix.Gisle Vanem2004-12-171-1/+1
* MSVC uses 'i64' suffix for 64-bit sizes.Gisle Vanem2004-10-101-1/+4
* If long is 8 bytes we can use strtol() to get 64 bit numbers and won't needDaniel Stenberg2004-10-101-3/+3
* Use LL suffix for long long constants if the compiler supports it, to preventDaniel Stenberg2004-10-101-5/+13
* renamed the strtoofft() macro to curlx_strtoofft() to adjust to the curlx_*Daniel Stenberg2004-04-071-4/+4
* David Byron's work on making libcurl only require winsock 1.1 on WindowsDaniel Stenberg2004-03-031-1/+1
* make newer MSCV7 compilers use _strtoi64() as a strtoll() replacementDaniel Stenberg2004-02-231-3/+11
* oops, missed a define when I changed from Curl_ to curlx_Daniel Stenberg2004-02-201-1/+1
* Remade to use curlx_-prefix. This means this function can be compiled andDaniel Stenberg2004-02-191-3/+7
* include curl.h for the typedefDaniel Stenberg2004-01-231-0/+1
* return curl_off_t instead of long long, to work on more platformsDaniel Stenberg2004-01-221-1/+1
* use curl_off_t instead of off_t!Daniel Stenberg2004-01-221-7/+6
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* new files for the large file support number parsingDaniel Stenberg2004-01-051-0/+50