summaryrefslogtreecommitdiffstats
path: root/src/include/strings.h
Commit message (Expand)AuthorAgeFilesLines
* [libc] Add ffs(), ffsl(), and ffsll()Michael Brown2015-03-161-4/+77
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+1
* [libc] Rewrite string functionsMichael Brown2015-02-171-7/+55
* [libc] Add flsll()Michael Brown2014-04-271-4/+11
* [libc] Add inline assembly implementation of flsl() using BSR instructionMichael Brown2014-04-241-2/+2
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* Add fls() for non-constant values.Michael Brown2007-09-211-5/+1Star
* 4.3BSD says that bcopy and bzero are defined in strings.h, not string.hMichael Brown2007-01-191-0/+11
* The prototype for strcasecmp() is apparently in strings.h.Michael Brown2006-08-091-0/+2
* Add __constant_flsl(), because it's useful for finding out the nextMichael Brown2006-04-251-0/+54