Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
musl
/
c8a9c22173f485c8c053709e1dfa0a617cb6be1a
/
include
/
string.h
c8a9c22
restore type of NULL to void * except when used in C++ programs
by Rich Felker
· 11 years ago
41d7c77
use a common definition of NULL as 0L for C and C++
by Rich Felker
· 12 years ago
769fd4c
feature test macros: make _GNU_SOURCE enable everything
by Rich Felker
· 12 years ago
c86f297
add memmem function (gnu extension)
by Rich Felker
· 12 years ago
e2f6a32
strsep is BSD|GNU, not GNU-only; it's originally from BSD
by Rich Felker
· 12 years ago
c1a9658
default features: make musl usable without feature test macros
by Rich Felker
· 12 years ago
400c5e5
use restrict everywhere it's required by c99 and/or posix 2008
by Rich Felker
· 12 years ago
419ae6d
support _BSD_SOURCE feature test macro
by Rich Felker
· 12 years ago
37bb3cc
omit declaration of basename wrongly interpreted as prototype in C++
by Rich Felker
· 13 years ago
06aec8d
replace prototype for basename in string.h with non-prototype declaration
by Rich Felker
· 13 years ago
1ba28b9
declare basename in string.h when _GNU_SOURCE is defined
by Rich Felker
· 13 years ago
36bf569
more locale_t interfaces (string stuff) and header updates
by Rich Felker
· 13 years ago
a654017
add dummied strverscmp (obnoxious GNU function)
by Rich Felker
· 13 years ago
b5b4121
function signature fix: add const qualifier to mempcpy src arg
by Rich Felker
· 14 years ago
32e2c46
typo in prototype for mempcpy
by Rich Felker
· 14 years ago
d179807
prototype for mempcpy
by Rich Felker
· 14 years ago
6597f9a
implement memrchr (nonstandard) and optimize strrchr in terms of it
by Rich Felker
· 14 years ago
1fee618
fix prototype for strsep
by Rich Felker
· 14 years ago
a5323c5
add some missing prototypes for nonstandard functions (strsep, clearenv)
by Rich Felker
· 14 years ago
2a195dd
fix missing prototype for strsignal
by Rich Felker
· 14 years ago
73d310e
apply feature test protection to memccpy
by Rich Felker
· 14 years ago
26f3551
prototype for gnu strcasestr (currently a stub)
by Rich Felker
· 14 years ago
ca1aa5b
more header cleanup and conformance fixes - string.h
by Rich Felker
· 14 years ago
0b44a03
initial check-in, version 0.5.0
by Rich Felker
· 14 years ago