Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: Add SPDX identifiers to files missing them | Martin Roth | 2022-08-11 | 1 | -0/+2 |
* | src: Remove redundant <rules.h> and <commonlib/bsd/compiler.h> | Elyes HAOUAS | 2022-01-12 | 1 | -1/+0 |
* | lib/string: Add standard strstr() function | Jes Klinke | 2020-08-03 | 1 | -0/+10 |
* | lib: Add strtok() and strtok_r() | harshit | 2020-05-28 | 1 | -0/+25 |
* | string: implement strspn, strcspn, atol | Yuji Sasaki | 2019-08-10 | 1 | -0/+52 |
* | add ctype.h header | Joel Kitching | 2019-06-24 | 1 | -0/+1 |
* | string.h: Move common string functions into .c file | Julius Werner | 2019-05-31 | 1 | -0/+109 |
* | Klocwork: Fix the Null pointer derefernce found by klocwork | Thejaswani Putta | 2019-04-23 | 1 | -3/+6 |
* | string: move strdup() & strconcat() to lib/string.c | Thomas Heijligen | 2019-01-30 | 1 | -0/+21 |