summaryrefslogtreecommitdiffstats
path: root/src/include/string.h
Commit message (Expand)AuthorAgeFilesLines
* 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