summaryrefslogtreecommitdiff
path: root/lib/strtoofft.h
Commit message (Expand)AuthorAgeFilesLines
* 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