index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
strto.c
Age
Commit message (
Expand
)
Author
2024-11-13
lib: provide function hextoull()
Heinrich Schuchardt
2024-08-07
lib: Handle a special case with str_to_list()
Simon Glass
2023-12-21
lib: Remove <common.h> inclusion from these files
Tom Rini
2023-01-23
lib: Add a function to split a string into substrings
Simon Glass
2022-04-25
lib: Add a way to find the postiion of a trailing number
Simon Glass
2022-04-25
lib: Fix a few bugs in trailing_strtoln()
Simon Glass
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2021-08-02
lib: Allow using 0x when a decimal value is requested
Simon Glass
2021-08-02
lib: Move common digit-parsing code into a function
Simon Glass
2021-08-02
lib: Drop unnecessary check for hex digit
Simon Glass
2021-08-02
global: Convert simple_strtoul() with decimal to dectoul()
Simon Glass
2021-08-02
global: Convert simple_strtoul() with hex to hextoul()
Simon Glass
2021-07-27
lib: strto: add simple_strtoll function
Roland Gaudig
2020-06-15
Revert "lib: Improve _parse_integer_fixup_radix base 16 detection"
Sean Anderson
2020-04-24
lib: Add a function to convert a string to upper case
Simon Glass
2020-04-24
lib: strto: Stop detection when invalid char is used
Michal Simek
2020-04-06
lib: Improve _parse_integer_fixup_radix base 16 detection
Michal Simek
2018-09-20
lib: strto: fix metric suffix parsing in strtoul[l]
Miquel Raynal
2018-09-20
lib: strto: parse all lowercase metric prefixes in ustrtoul[l]
Miquel Raynal
2017-09-14
lib: strto: fix incorrect handling of specified base
Rob Clark
2016-10-11
Fix return value in trailing_strtoln()
Simon Glass
2015-12-13
lib: split out strtoxxxx functions out of vsprintf.c
Sjoerd Simons