summaryrefslogtreecommitdiff
path: root/lib/strtoofft.c
Commit message (Expand)AuthorAgeFilesLines
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-4/+4
* strtoofft: rename CURL_LLONG_MIN -> CURL_OFF_T_MINKamil Dudka2010-05-291-2/+2
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* removed space after if and while before the parenthesis for better source codeDaniel Stenberg2007-11-051-22/+22
* Patrick Monnerat fixed curl_easy_escape() and curlx_strtoll() to work onDaniel Stenberg2007-08-041-0/+27
* use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse2007-02-161-2/+2
* Avoid typecasting a signed char to an int when using is*() functions, as thatDaniel Stenberg2006-10-171-2/+2
* Made the copyright year match the latest modification's year.Daniel Stenberg2006-01-091-1/+1
* Added comment about strtoimax()Daniel Stenberg2005-08-111-0/+8
* 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