| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-10-11 | Fix return value in trailing_strtoln() | Simon Glass | |
| This function should return -1 if there is no trailing integer in the string. Instead it returns 0. Fix it by checking for this condition at the start. Signed-off-by: Simon Glass <[email protected]> Reviewed-by: Bin Meng <[email protected]> | |||
| 2015-12-13 | lib: split out strtoxxxx functions out of vsprintf.c | Sjoerd Simons | |
| To allow the various string to number conversion functions to be used when using tiny-printf,split them out into their own file which gets build regardless of what printf implementation is used. Signed-off-by: Sjoerd Simons <[email protected]> | |||
