index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
string.h
Age
Commit message (
Expand
)
Author
Lines
2012-09-07
default features: make musl usable without feature test macros
Rich Felker
-5
/
+1
2012-09-06
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
-12
/
+18
2012-05-22
support _BSD_SOURCE feature test macro
Rich Felker
-5
/
+12
2012-05-09
omit declaration of basename wrongly interpreted as prototype in C++
Rich Felker
-0
/
+2
2012-02-24
replace prototype for basename in string.h with non-prototype declaration
Rich Felker
-1
/
+1
2012-02-07
declare basename in string.h when _GNU_SOURCE is defined
Rich Felker
-0
/
+1
2012-02-06
more locale_t interfaces (string stuff) and header updates
Rich Felker
-0
/
+8
2011-09-11
add dummied strverscmp (obnoxious GNU function)
Rich Felker
-0
/
+1
2011-04-26
function signature fix: add const qualifier to mempcpy src arg
Rich Felker
-1
/
+1
2011-04-26
typo in prototype for mempcpy
Rich Felker
-1
/
+1
2011-04-26
prototype for mempcpy
Rich Felker
-0
/
+1
2011-04-13
implement memrchr (nonstandard) and optimize strrchr in terms of it
Rich Felker
-0
/
+1
2011-04-06
fix prototype for strsep
Rich Felker
-1
/
+1
2011-03-30
add some missing prototypes for nonstandard functions (strsep, clearenv)
Rich Felker
-0
/
+1
2011-02-26
fix missing prototype for strsignal
Rich Felker
-0
/
+1
2011-02-24
apply feature test protection to memccpy
Rich Felker
-1
/
+4
2011-02-15
prototype for gnu strcasestr (currently a stub)
Rich Felker
-0
/
+1
2011-02-14
more header cleanup and conformance fixes - string.h
Rich Felker
-7
/
+12
2011-02-12
initial check-in, version 0.5.0
v0.5.0
Rich Felker
-0
/
+72