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