summaryrefslogtreecommitdiffstats
path: root/src/include/string.h
Commit message (Expand)AuthorAgeFilesLines
* commonlib/bsd/helpers: Remove redundancy with libpayload definesJakub Czapiga2022-03-301-6/+0
* lib/string: Add standard strstr() functionJes Klinke2020-08-031-0/+1
* lib: Add strtok() and strtok_r()harshit2020-05-281-0/+2
* create stdio.h and stdarg.h for {,v}snprintfJoel Kitching2020-03-251-4/+4
* src/include: Remove unused <stdlib.h>Elyes HAOUAS2020-01-021-1/+0
* Drop ROMCC code and header guardsArthur Heymans2019-12-191-4/+0
* string: implement strspn, strcspn, atolYuji Sasaki2019-08-101-0/+3
* add ctype.h headerJoel Kitching2019-06-241-52/+0
* string.h: Move common string functions into .c fileJulius Werner2019-05-311-105/+14
* console: Move poor-man's atoi() into string.hJulius Werner2019-05-231-0/+15
* string: move strdup() & strconcat() to lib/string.cThomas Heijligen2019-01-301-20/+2
* string.h: Add isprint()Nico Huber2019-01-161-0/+5
* console: Expose vsnprintfDavid Hendricks2018-04-091-0/+5
* include/string: Add strrchrPatrick Rudolph2018-04-031-0/+20
* src/include: Move assignment out of if conditionLee Leahy2017-03-131-1/+4
* src/include: Fix space between type, * and variable nameLee Leahy2017-03-131-1/+1
* src/include: Remove braces for single statementsLee Leahy2017-03-121-4/+2
* string.h: only guard snprintf() with __ROMCC__Aaron Durbin2016-11-091-1/+1
* src/include: Improve code formattingElyes HAOUAS2016-09-051-8/+8
* lib: Fix strncmpHannah Williams2015-12-161-1/+1
* Replace includes of build.h with version.hKyösti Mälkki2014-11-201-0/+10
* Remove sprintfVladimir Serbinenko2014-01-101-1/+0
* console/vsprintf: Implement snprintfVladimir Serbinenko2014-01-101-0/+1
* string: Add STRINGIFY macroAaron Durbin2013-05-011-0/+6
* Fix strcpy()Stefan Reinauer2013-01-031-1/+6
* Add an implementation for the memchr library functionGabe Black2012-03-091-0/+1
* Factor out fill_processor_name() and strcpy() functions.Uwe Hermann2010-09-291-0/+6
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-7/+7
* drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is moreStefan Reinauer2010-03-281-2/+2
* Split the two usages of __ROMCC__:Myles Watson2009-11-061-2/+2
* drop some dead code, clarify small comments and small cleanups to malloc.cStefan Reinauer2009-09-251-6/+3
* The file string.h is also included in romcc code, which has no malloc().Stefan Reinauer2009-07-191-1/+2
* Some changes required to get yabel working on v2 (and they generally makeStefan Reinauer2009-03-011-0/+12
* function prototypes don't need extern. (trivial)Stefan Reinauer2008-08-011-6/+6
* added funcsGreg Watson2004-03-171-0/+12
* extra functionsGreg Watson2004-03-131-5/+86
* - Moved hlt() to it's own header.Eric Biederman2004-03-111-0/+1
* - Initial checkin of the freebios2 treeEric Biederman2003-04-221-0/+36