Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: Allow using 0x when a decimal value is requested | Simon Glass | 2021-08-02 | 1 | -2/+2 |
* | lib: Add octal tests for simple_strtoul/l() | Simon Glass | 2021-08-02 | 1 | -0/+10 |
* | lib: Add tests for simple_strtoull() | Simon Glass | 2021-08-02 | 1 | -0/+61 |
* | lib: Drop unnecessary check for hex digit | Simon Glass | 2021-08-02 | 1 | -0/+2 |
* | global: Convert simple_strtoul() with decimal to dectoul() | Simon Glass | 2021-08-02 | 1 | -0/+12 |
* | global: Convert simple_strtoul() with hex to hextoul() | Simon Glass | 2021-08-02 | 1 | -0/+12 |
* | test: Add a macros for finding tests in linker_lists | Simon Glass | 2021-03-12 | 1 | -3/+2 |
* | test: correct the test prefix in ut str | Patrick Delaunay | 2021-01-16 | 1 | -2/+2 |
* | command: Remove the cmd_tbl_t typedef | Simon Glass | 2020-05-18 | 1 | -1/+1 |
* | lib: Add a function to convert a string to upper case | Simon Glass | 2020-04-24 | 1 | -15/+63 |
* | test: Add the beginnings of some string tests | Simon Glass | 2020-04-24 | 1 | -0/+67 |