aboutsummaryrefslogtreecommitdiff
path: root/lib/strto.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-25lib: Add a way to find the postiion of a trailing numberSimon Glass1-2/+12
2022-04-25lib: Fix a few bugs in trailing_strtoln()Simon Glass1-5/+6
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-1/+1
2021-08-02lib: Allow using 0x when a decimal value is requestedSimon Glass1-11/+17
2021-08-02lib: Move common digit-parsing code into a functionSimon Glass1-7/+24
2021-08-02lib: Drop unnecessary check for hex digitSimon Glass1-1/+1
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-1/+6
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-4/+8
2021-07-27lib: strto: add simple_strtoll functionRoland Gaudig1-0/+8
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-14lib: strto: fix incorrect handling of specified baseRob Clark1-26/+19
2016-10-11Fix return value in trailing_strtoln()Simon Glass1-3/+5
2015-12-13lib: split out strtoxxxx functions out of vsprintf.cSjoerd Simons1-0/+174