index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
strto.c
Age
Commit message (
Expand
)
Author
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