summaryrefslogtreecommitdiff
path: root/cmd/setexpr.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-2/+2
2021-07-27cmd: setexpr: add format string handlingRoland Gaudig1-4/+33
2020-12-01setexpr: Add support for stringsSimon Glass1-7/+75
2020-12-01setexpr: Convert to use a struct for valuesSimon Glass1-44/+67
2020-12-01setexpr: Correct buffer overflow bug and enable testsSimon Glass1-5/+5
2020-12-01setexpr: Correct dropping of final unmatched stringSimon Glass1-5/+1
2020-12-01setexpr: Add some tests for buffer overflow and backrefSimon Glass1-17/+4
2020-12-01setexpr: Split the core logic into its own functionSimon Glass1-58/+98
2020-12-01setexpr: Add explicit support for 32- and 64-bit intsSimon Glass1-0/+4
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-1/+2
2019-08-11env: Move env_set_hex() to env.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2017-08-16env: Rename common functions related to setenv()Simon Glass1-2/+2
2017-08-16env: Rename setenv() to env_set()Simon Glass1-2/+2
2016-01-25Remove the cmd_ prefix from command filesSimon Glass1-0/+398