Age | Commit message (Expand) | Author |
2024-08-14 | commonlib/bsd: Add strlen() and strnlen() functions | Yu-Ping Wu |
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 |
2024-05-29 | tree: Use <stdio.h> for snprintf | Elyes Haouas |
2024-05-28 | tree: Remove unused <stdarg.h> | Elyes Haouas |
2022-11-03 | treewide: Add 'IWYU pragma: export' comment | Elyes Haouas |
2022-03-30 | commonlib/bsd/helpers: Remove redundancy with libpayload defines | Jakub Czapiga |
2020-08-03 | lib/string: Add standard strstr() function | Jes Klinke |
2020-05-28 | lib: Add strtok() and strtok_r() | harshit |
2020-03-25 | create stdio.h and stdarg.h for {,v}snprintf | Joel Kitching |
2020-01-02 | src/include: Remove unused <stdlib.h> | Elyes HAOUAS |
2019-12-19 | Drop ROMCC code and header guards | Arthur Heymans |
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-05-23 | console: Move poor-man's atoi() into string.h | Julius Werner |
2019-01-30 | string: move strdup() & strconcat() to lib/string.c | Thomas Heijligen |
2019-01-16 | string.h: Add isprint() | Nico Huber |
2018-04-09 | console: Expose vsnprintf | David Hendricks |
2018-04-03 | include/string: Add strrchr | Patrick Rudolph |
2017-03-13 | src/include: Move assignment out of if condition | Lee Leahy |
2017-03-13 | src/include: Fix space between type, * and variable name | Lee Leahy |
2017-03-12 | src/include: Remove braces for single statements | Lee Leahy |
2016-11-09 | string.h: only guard snprintf() with __ROMCC__ | Aaron Durbin |
2016-09-05 | src/include: Improve code formatting | Elyes HAOUAS |
2015-12-16 | lib: Fix strncmp | Hannah Williams |
2014-11-20 | Replace includes of build.h with version.h | Kyösti Mälkki |
2014-01-10 | Remove sprintf | Vladimir Serbinenko |
2014-01-10 | console/vsprintf: Implement snprintf | Vladimir Serbinenko |
2013-05-01 | string: Add STRINGIFY macro | Aaron Durbin |
2013-01-03 | Fix strcpy() | Stefan Reinauer |
2012-03-09 | Add an implementation for the memchr library function | Gabe Black |
2010-09-29 | Factor out fill_processor_name() and strcpy() functions. | Uwe Hermann |
2010-04-27 | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer |
2010-03-28 | drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is more | Stefan Reinauer |
2009-11-06 | Split the two usages of __ROMCC__: | Myles Watson |
2009-09-25 | drop some dead code, clarify small comments and small cleanups to malloc.c | Stefan Reinauer |
2009-07-19 | The file string.h is also included in romcc code, which has no malloc(). | Stefan Reinauer |
2009-03-01 | Some changes required to get yabel working on v2 (and they generally make | Stefan Reinauer |
2008-08-01 | function prototypes don't need extern. (trivial) | Stefan Reinauer |
2004-03-17 | added funcs | Greg Watson |
2004-03-13 | extra functions | Greg Watson |
2004-03-11 | - Moved hlt() to it's own header. | Eric Biederman |
2003-04-22 | - Initial checkin of the freebios2 tree | Eric Biederman |