summaryrefslogtreecommitdiff
path: root/lib/strto.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-15Revert "lib: Improve _parse_integer_fixup_radix base 16 detection"Sean Anderson1-17/+1
2020-04-24lib: Add a function to convert a string to upper caseSimon Glass1-0/+8
2020-04-24lib: strto: Stop detection when invalid char is usedMichal Simek1-0/+3
2020-04-06lib: Improve _parse_integer_fixup_radix base 16 detectionMichal Simek1-1/+14
2018-09-20lib: strto: fix metric suffix parsing in strtoul[l]Miquel Raynal1-12/+10
2018-09-20lib: strto: parse all lowercase metric prefixes in ustrtoul[l]Miquel Raynal1-8/+6
2017-09-15lib: strto: fix incorrect handling of specified baseRob Clark1-26/+19
2016-10-11Fix return value in trailing_strtoln()Simon Glass1-3/+5
2015-12-14lib: split out strtoxxxx functions out of vsprintf.cSjoerd Simons1-0/+174