aboutsummaryrefslogtreecommitdiff
path: root/src/include/strings.h
AgeCommit message (Expand)AuthorFilesLines
2021-05-18[libc] Add strncasecmp()Michael Brown1-0/+2
2015-03-16[libc] Add ffs(), ffsl(), and ffsll()Michael Brown1-4/+77
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+1
2015-02-16[libc] Rewrite string functionsMichael Brown1-7/+55
2014-04-27[libc] Add flsll()Michael Brown1-4/+11
2014-04-24[libc] Add inline assembly implementation of flsl() using BSR instructionMichael Brown1-2/+2
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2007-09-21Add fls() for non-constant values.Michael Brown1-5/+1
2007-01-194.3BSD says that bcopy and bzero are defined in strings.h, not string.hMichael Brown1-0/+11
2006-08-08The prototype for strcasecmp() is apparently in strings.h.Michael Brown1-0/+2
2006-04-24Add __constant_flsl(), because it's useful for finding out the nextMichael Brown1-0/+54