aboutsummaryrefslogtreecommitdiffstats
path: root/src/strings (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-06Update e-mailMattias Andrée9-9/+9
2016-04-03explicit_bzero: set all bits to 1 before setting all bits to 0Mattias Andrée1-0/+1
2016-01-01bump yearMattias Andrée9-9/+9
2015-11-25m etymologyMattias Andrée3-3/+3
2015-11-25tell in doc in which version things were introducedMattias Andrée9-0/+18
2015-11-20more etymologyMattias Andrée9-3/+22
2015-11-17strcasecmp, strncasecmp, strcasecmp_l, and strncasecmp_l are implemented in src/string/ rather than src/strings/Mattias Andrée1-0/+3
2015-11-17whitespaceMattias Andrée3-0/+3
2015-11-17split bzero.cMattias Andrée2-22/+43
2015-11-17split ffs.cMattias Andrée3-24/+62
2015-11-17split index.cMattias Andrée2-11/+32
2015-10-17fix errorsMattias Andrée1-4/+4
2015-09-02add ffs functionsMattias Andrée1-0/+55
2015-09-01start on makefile and fixing warnings and errorsMattias Andrée1-1/+1
2015-09-01add index and rindexMattias Andrée1-0/+43
2015-09-01add string/array comparision functionsMattias Andrée1-0/+29
2015-08-31add bcopyMattias Andrée1-0/+34
2015-08-30add bzero and explicit_bzeroMattias Andrée1-0/+55