aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/strtoi.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-03wsutil: add initializer (found by clang ccc).Dario Lombardo1-1/+1
2016-10-27wsutil: add check for input pointers to ws_strtoi functions.Dario Lombardo1-0/+14
2016-09-16Add ws_hexstrtou{bits} and use ws_hexstrtou32 in androiddump.Guy Harris1-43/+63
2016-09-12Let strtoi with NULL endptr require no invalid charactersPeter Wu1-2/+2
2016-09-07Make the ws_strto* routines more like the strto* routines.Guy Harris1-12/+26
2016-09-06Always set *cint before returning.Guy Harris1-0/+1
2016-09-06strtoi(.c): fix extra ';' outside of a function [-Wextra-semi]Alexis La Goutte1-6/+6
2016-09-06Return the maximum or minimum value for ERANGE.Guy Harris1-5/+57
2016-09-06Check for signs in unsigned numbers and fail if we see one.Guy Harris1-0/+7
2016-09-05wsutil: add string to integer conversion utilities.Dario Lombardo1-0/+122