summaryrefslogtreecommitdiff
path: root/lib/strtoofft.c
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* lib: parse numbers with fixed known base 10Daniel Stenberg2022-11-171-0/+1
* strtoofft: after space, there cannot be a control codeDaniel Stenberg2022-09-091-1/+1
* misc: ISSPACE() => ISBLANK()Daniel Stenberg2022-09-061-2/+2
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* copyright: fix year rangesDaniel Stenberg2020-11-051-1/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* copyrights: fix copyright year rangeDaniel Stenberg2019-11-081-1/+1
* lib: silence null-dereference warningsMarcel Raad2018-04-091-2/+0
* strtoofft: Remove extraneous null checkBenbuck Nason2017-10-061-1/+4
* strtooff: fix build for systems with long long but no strtoll optionDaniel Stenberg2017-08-271-4/+2
* system.h: remove all CURL_SIZEOF_* definesDaniel Stenberg2017-08-171-1/+1
* strtoofft: reduce integer overflow risks globallyDaniel Stenberg2017-08-141-4/+59
* docs/comments: Update to secure URL versionsViktor Szakats2017-08-081-1/+1
* curl_setup_once: Remove ERRNO/SET_ERRNO macrosJay Satiro2017-07-101-1/+1
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-2/+2
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+188
* build: rename 93 lib/*.c filesYang Tse2013-01-031-188/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-2/+2
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-3/+1
* errno.h inclusion conditionally done in setup_once.hYang Tse2011-07-241-1/+0
* 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