aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/strtoi.h
AgeCommit message (Expand)AuthorFilesLines
2018-10-19Use ws_basetostru32(), rather than strtoul(), when parsing ranges.Guy Harris1-0/+22
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2017-12-10Convert to using use SPDX identifier on wsutil directoryMichael Mann1-13/+1
2016-10-22wsutil: add statements for c++ calls.Dario Lombardo1-0/+8
2016-09-16Add ws_hexstrtou{bits} and use ws_hexstrtou32 in androiddump.Guy Harris1-1/+19
2016-09-12Let strtoi with NULL endptr require no invalid charactersPeter Wu1-3/+5
2016-09-07Make the ws_strto* routines more like the strto* routines.Guy Harris1-8/+10
2016-09-05wsutil: add string to integer conversion utilities.Dario Lombardo1-0/+63