index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
string.h
Age
Commit message (
Expand
)
Author
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