summaryrefslogtreecommitdiff
path: root/test/str_ut.c
AgeCommit message (Expand)Author
2023-01-23lib: Add a function to split a string into substringsSimon Glass
2022-04-25lib: Add a way to find the postiion of a trailing numberSimon Glass
2022-04-25lib: Fix a few bugs in trailing_strtoln()Simon Glass
2022-04-25test: Add tests for trailing_strtol()Simon Glass
2022-04-25lib: Move string tests to the string moduleSimon Glass
2021-08-02lib: Allow using 0x when a decimal value is requestedSimon Glass
2021-08-02lib: Add octal tests for simple_strtoul/l()Simon Glass
2021-08-02lib: Add tests for simple_strtoull()Simon Glass
2021-08-02lib: Drop unnecessary check for hex digitSimon Glass
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass
2021-03-12test: Add a macros for finding tests in linker_listsSimon Glass
2021-01-16test: correct the test prefix in ut strPatrick Delaunay
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-04-24lib: Add a function to convert a string to upper caseSimon Glass
2020-04-24test: Add the beginnings of some string testsSimon Glass