aboutsummaryrefslogtreecommitdiffstats
path: root/src/strings (follow)
Commit message (Expand)AuthorAgeFilesLines
* explicit_bzero: set all bits to 1 before setting all bits to 0Mattias Andrée2016-04-031-0/+1
* bump yearMattias Andrée2016-01-019-9/+9
* m etymologyMattias Andrée2015-11-253-3/+3
* tell in doc in which version things were introducedMattias Andrée2015-11-259-0/+18
* more etymologyMattias Andrée2015-11-209-3/+22
* strcasecmp, strncasecmp, strcasecmp_l, and strncasecmp_l are implemented in src/string/ rather than src/strings/Mattias Andrée2015-11-171-0/+3
* whitespaceMattias Andrée2015-11-173-0/+3
* split bzero.cMattias Andrée2015-11-172-22/+43
* split ffs.cMattias Andrée2015-11-173-24/+62
* split index.cMattias Andrée2015-11-172-11/+32
* fix errorsMattias Andrée2015-10-171-4/+4
* add ffs functionsMattias Andrée2015-09-021-0/+55
* start on makefile and fixing warnings and errorsMattias Andrée2015-09-011-1/+1
* add index and rindexMattias Andrée2015-09-011-0/+43
* add string/array comparision functionsMattias Andrée2015-09-011-0/+29
* add bcopyMattias Andrée2015-08-311-0/+34
* add bzero and explicit_bzeroMattias Andrée2015-08-301-0/+55