summaryrefslogtreecommitdiff
path: root/test/str_ut.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Add a function to split a string into substringsSimon Glass2023-01-231-0/+82
* lib: Add a way to find the postiion of a trailing numberSimon Glass2022-04-251-1/+12
* lib: Fix a few bugs in trailing_strtoln()Simon Glass2022-04-251-0/+2
* test: Add tests for trailing_strtol()Simon Glass2022-04-251-0/+19
* lib: Move string tests to the string moduleSimon Glass2022-04-251-0/+40
* lib: Allow using 0x when a decimal value is requestedSimon Glass2021-08-021-2/+2
* lib: Add octal tests for simple_strtoul/l()Simon Glass2021-08-021-0/+10
* lib: Add tests for simple_strtoull()Simon Glass2021-08-021-0/+61
* lib: Drop unnecessary check for hex digitSimon Glass2021-08-021-0/+2
* global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2021-08-021-0/+12
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-021-0/+12
* test: Add a macros for finding tests in linker_listsSimon Glass2021-03-121-3/+2
* test: correct the test prefix in ut strPatrick Delaunay2021-01-161-2/+2
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-1/+1
* lib: Add a function to convert a string to upper caseSimon Glass2020-04-241-15/+63
* test: Add the beginnings of some string testsSimon Glass2020-04-241-0/+67