Age | Commit message (Expand) | Author |
---|---|---|
2024-06-27 | lib/string: use size_t for local variable in strncmp | Felix Held |
2024-06-27 | lib/string: change return types to match C standard | Felix Held |
2024-06-27 | lib/string: change parameter types to match C standard | Felix Held |
2024-06-11 | treewide: Move skip_atoi function to commonlib | Kapil Porwal |
2022-08-11 | lib: Add SPDX identifiers to files missing them | Martin Roth |
2022-01-12 | src: Remove redundant <rules.h> and <commonlib/bsd/compiler.h> | Elyes HAOUAS |
2020-08-03 | lib/string: Add standard strstr() function | Jes Klinke |
2020-05-28 | lib: Add strtok() and strtok_r() | harshit |
2019-08-10 | string: implement strspn, strcspn, atol | Yuji Sasaki |
2019-06-24 | add ctype.h header | Joel Kitching |
2019-05-31 | string.h: Move common string functions into .c file | Julius Werner |
2019-04-23 | Klocwork: Fix the Null pointer derefernce found by klocwork | Thejaswani Putta |
2019-01-30 | string: move strdup() & strconcat() to lib/string.c | Thomas Heijligen |