summaryrefslogtreecommitdiff
path: root/include/string.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-06expose memmem under baseline POSIX feature profileRich Felker1-1/+1
2021-11-29define NULL as nullptr when used in C++11 or laterIsmael Luceno1-1/+3
2018-06-26add explicit_bzero implementationDavid Carlier1-0/+1
2017-07-04remove useless declarations in string.hAlexander Monakov1-2/+0
2013-11-24restore type of NULL to void * except when used in C++ programsRich Felker1-0/+4
2013-01-18use a common definition of NULL as 0L for C and C++Rich Felker1-6/+1
2012-12-03feature test macros: make _GNU_SOURCE enable everythingRich Felker1-3/+0
2012-10-15add memmem function (gnu extension)Rich Felker1-0/+1
2012-09-13strsep is BSD|GNU, not GNU-only; it's originally from BSDRich Felker1-1/+4
2012-09-07default features: make musl usable without feature test macrosRich Felker1-5/+1
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker1-12/+18
2012-05-22support _BSD_SOURCE feature test macroRich Felker1-5/+12
2012-05-09omit declaration of basename wrongly interpreted as prototype in C++Rich Felker1-0/+2
2012-02-24replace prototype for basename in string.h with non-prototype declarationRich Felker1-1/+1
2012-02-07declare basename in string.h when _GNU_SOURCE is definedRich Felker1-0/+1
2012-02-06more locale_t interfaces (string stuff) and header updatesRich Felker1-0/+8
2011-09-11add dummied strverscmp (obnoxious GNU function)Rich Felker1-0/+1
2011-04-26function signature fix: add const qualifier to mempcpy src argRich Felker1-1/+1
2011-04-26typo in prototype for mempcpyRich Felker1-1/+1
2011-04-26prototype for mempcpyRich Felker1-0/+1
2011-04-13implement memrchr (nonstandard) and optimize strrchr in terms of itRich Felker1-0/+1
2011-04-06fix prototype for strsepRich Felker1-1/+1
2011-03-30add some missing prototypes for nonstandard functions (strsep, clearenv)Rich Felker1-0/+1
2011-02-26fix missing prototype for strsignalRich Felker1-0/+1
2011-02-24apply feature test protection to memccpyRich Felker1-1/+4
2011-02-15prototype for gnu strcasestr (currently a stub)Rich Felker1-0/+1
2011-02-14more header cleanup and conformance fixes - string.hRich Felker1-7/+12
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+72