index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
str_ut.c
Age
Commit message (
Expand
)
Author
2024-11-13
test: Move str_ut test into lib
Simon Glass
2024-08-07
lib: Handle a special case with str_to_list()
Simon Glass
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-06
test: Remove <common.h> and add needed includes
Tom Rini
2023-01-23
lib: Add a function to split a string into substrings
Simon Glass
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-04-25
test: Add tests for trailing_strtol()
Simon Glass
2022-04-25
lib: Move string tests to the string module
Simon Glass
2021-08-02
lib: Allow using 0x when a decimal value is requested
Simon Glass
2021-08-02
lib: Add octal tests for simple_strtoul/l()
Simon Glass
2021-08-02
lib: Add tests for simple_strtoull()
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-03-12
test: Add a macros for finding tests in linker_lists
Simon Glass
2021-01-16
test: correct the test prefix in ut str
Patrick Delaunay
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
2020-04-24
lib: Add a function to convert a string to upper case
Simon Glass
2020-04-24
test: Add the beginnings of some string tests
Simon Glass