summaryrefslogtreecommitdiff
path: root/lib/strtoofft.c
Commit message (Expand)AuthorAgeFilesLines
* Use LL suffix for long long constants if the compiler supports it, to preventDaniel Stenberg2004-10-101-2/+2
* killed trailing whitespaceDaniel Stenberg2004-10-081-5/+5
* Remade to use curlx_-prefix. This means this function can be compiled andDaniel Stenberg2004-02-191-1/+1
* re-intended the code curl-styleDaniel Stenberg2004-01-221-26/+30
* return curl_off_t instead of long long, to work on more platformsDaniel Stenberg2004-01-221-3/+3
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* new files for the large file support number parsingDaniel Stenberg2004-01-051-0/+153