summaryrefslogtreecommitdiff
path: root/src/include/string.h
AgeCommit message (Expand)Author
2020-08-03lib/string: Add standard strstr() functionJes Klinke
2020-05-28lib: Add strtok() and strtok_r()harshit
2020-03-25create stdio.h and stdarg.h for {,v}snprintfJoel Kitching
2020-01-02src/include: Remove unused <stdlib.h>Elyes HAOUAS
2019-12-19Drop ROMCC code and header guardsArthur Heymans
2019-08-10string: implement strspn, strcspn, atolYuji Sasaki
2019-06-24add ctype.h headerJoel Kitching
2019-05-31string.h: Move common string functions into .c fileJulius Werner
2019-05-23console: Move poor-man's atoi() into string.hJulius Werner
2019-01-30string: move strdup() & strconcat() to lib/string.cThomas Heijligen
2019-01-16string.h: Add isprint()Nico Huber
2018-04-09console: Expose vsnprintfDavid Hendricks
2018-04-03include/string: Add strrchrPatrick Rudolph
2017-03-13src/include: Move assignment out of if conditionLee Leahy
2017-03-13src/include: Fix space between type, * and variable nameLee Leahy
2017-03-12src/include: Remove braces for single statementsLee Leahy
2016-11-09string.h: only guard snprintf() with __ROMCC__Aaron Durbin
2016-09-05src/include: Improve code formattingElyes HAOUAS
2015-12-16lib: Fix strncmpHannah Williams
2014-11-20Replace includes of build.h with version.hKyösti Mälkki
2014-01-10Remove sprintfVladimir Serbinenko
2014-01-10console/vsprintf: Implement snprintfVladimir Serbinenko
2013-05-01string: Add STRINGIFY macroAaron Durbin
2013-01-03Fix strcpy()Stefan Reinauer
2012-03-09Add an implementation for the memchr library functionGabe Black
2010-09-29Factor out fill_processor_name() and strcpy() functions.Uwe Hermann
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-03-28drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is moreStefan Reinauer
2009-11-06Split the two usages of __ROMCC__:Myles Watson
2009-09-25drop some dead code, clarify small comments and small cleanups to malloc.cStefan Reinauer
2009-07-19The file string.h is also included in romcc code, which has no malloc().Stefan Reinauer
2009-03-01Some changes required to get yabel working on v2 (and they generally makeStefan Reinauer
2008-08-01function prototypes don't need extern. (trivial)Stefan Reinauer
2004-03-17added funcsGreg Watson
2004-03-13extra functionsGreg Watson
2004-03-11- Moved hlt() to it's own header.Eric Biederman
2003-04-22- Initial checkin of the freebios2 treeEric Biederman