aboutsummaryrefslogtreecommitdiff
path: root/src/include/string.h
AgeCommit message (Expand)AuthorFilesLines
2020-07-07[libc] Provide an unoptimised generic_memcpy_reverse()Michael Brown1-0/+2
2016-04-19[libc] Allow CPU architectures to use unoptimised string functionsMichael Brown1-6/+8
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+1
2015-02-16[libc] Rewrite string functionsMichael Brown1-35/+42
2015-02-16[libc] Remove unused string functionsMichael Brown1-6/+0
2012-11-12[libc] Convert memcpy() from a macro to an inline functionMichael Brown1-0/+1
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2007-08-20use malloc attributeHolger Lubitz1-3/+3
2007-08-02strdup and strndup call malloc and are not pureHolger Lubitz1-2/+2
2007-08-02declare pointers passed to string functions as nonnullHolger Lubitz1-24/+24
2007-08-02set __pure attribute where possibleHolger Lubitz1-16/+16
2007-07-08Add strcspn() and strndup()Michael Brown1-0/+2
2007-01-26Move tolower() etc to ctype.h as per ISO CMichael Brown1-27/+2
2007-01-194.3BSD says that bcopy and bzero are defined in strings.h, not string.hMichael Brown1-1/+0
2006-12-20Move strerror() prototype to string.h, where it belongsMichael Brown1-0/+2
2006-12-08Added strdup()Michael Brown1-0/+1
2006-11-27Marked memcmp/strcmp as "pure" functions, to allow gcc to optimiseMichael Brown1-3/+5
2006-04-24Prototype now clashes with the macro in arch/i386.Michael Brown1-1/+0
2005-04-17Need stddef.h to get size_tMichael Brown1-0/+1
2005-03-08Initial revisionMichael Brown1-0/+68