about summary refs log tree commit diff
path: root/include/string.h
Commit message (Expand)AuthorAgeFilesLines
* use a common definition of NULL as 0L for C and C++Rich Felker2013-01-181-6/+1
* feature test macros: make _GNU_SOURCE enable everythingRich Felker2012-12-031-3/+0
* add memmem function (gnu extension)Rich Felker2012-10-151-0/+1
* strsep is BSD|GNU, not GNU-only; it's originally from BSDRich Felker2012-09-131-1/+4
* default features: make musl usable without feature test macrosRich Felker2012-09-071-5/+1
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-12/+18
* support _BSD_SOURCE feature test macroRich Felker2012-05-221-5/+12
* omit declaration of basename wrongly interpreted as prototype in C++Rich Felker2012-05-091-0/+2
* replace prototype for basename in string.h with non-prototype declarationRich Felker2012-02-241-1/+1
* declare basename in string.h when _GNU_SOURCE is definedRich Felker2012-02-071-0/+1
* more locale_t interfaces (string stuff) and header updatesRich Felker2012-02-061-0/+8
* add dummied strverscmp (obnoxious GNU function)Rich Felker2011-09-111-0/+1
* function signature fix: add const qualifier to mempcpy src argRich Felker2011-04-261-1/+1
* typo in prototype for mempcpyRich Felker2011-04-261-1/+1
* prototype for mempcpyRich Felker2011-04-261-0/+1
* implement memrchr (nonstandard) and optimize strrchr in terms of itRich Felker2011-04-131-0/+1
* fix prototype for strsepRich Felker2011-04-061-1/+1
* add some missing prototypes for nonstandard functions (strsep, clearenv)Rich Felker2011-03-301-0/+1
* fix missing prototype for strsignalRich Felker2011-02-261-0/+1
* apply feature test protection to memccpyRich Felker2011-02-241-1/+4
* prototype for gnu strcasestr (currently a stub)Rich Felker2011-02-151-0/+1
* more header cleanup and conformance fixes - string.hRich Felker2011-02-141-7/+12
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+72