summaryrefslogtreecommitdiff
path: root/lib/strto.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Add a function to split a string into substringsSimon Glass2023-01-231-0/+41
* lib: Add a way to find the postiion of a trailing numberSimon Glass2022-04-251-2/+12
* lib: Fix a few bugs in trailing_strtoln()Simon Glass2022-04-251-5/+6
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-1/+1
* lib: Allow using 0x when a decimal value is requestedSimon Glass2021-08-021-11/+17
* lib: Move common digit-parsing code into a functionSimon Glass2021-08-021-7/+24
* lib: Drop unnecessary check for hex digitSimon Glass2021-08-021-1/+1
* global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2021-08-021-1/+6
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-021-4/+8
* lib: strto: add simple_strtoll functionRoland Gaudig2021-07-271-0/+8
* Revert "lib: Improve _parse_integer_fixup_radix base 16 detection"Sean Anderson2020-06-151-17/+1
* lib: Add a function to convert a string to upper caseSimon Glass2020-04-241-0/+8
* lib: strto: Stop detection when invalid char is usedMichal Simek2020-04-241-0/+3
* lib: Improve _parse_integer_fixup_radix base 16 detectionMichal Simek2020-04-061-1/+14
* lib: strto: fix metric suffix parsing in strtoul[l]Miquel Raynal2018-09-201-12/+10
* lib: strto: parse all lowercase metric prefixes in ustrtoul[l]Miquel Raynal2018-09-201-8/+6
* lib: strto: fix incorrect handling of specified baseRob Clark2017-09-141-26/+19
* Fix return value in trailing_strtoln()Simon Glass2016-10-111-3/+5
* lib: split out strtoxxxx functions out of vsprintf.cSjoerd Simons2015-12-131-0/+174