aboutsummaryrefslogtreecommitdiffstats
path: root/src/strings (follow)
Commit message (Collapse)AuthorAgeFilesLines
* more etymologyMattias Andrée2015-11-209-3/+22
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* strcasecmp, strncasecmp, strcasecmp_l, and strncasecmp_l are implemented in src/string/ rather than src/strings/Mattias Andrée2015-11-171-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* whitespaceMattias Andrée2015-11-173-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* split bzero.cMattias Andrée2015-11-172-22/+43
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* split ffs.cMattias Andrée2015-11-173-24/+62
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* split index.cMattias Andrée2015-11-172-11/+32
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix errorsMattias Andrée2015-10-171-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add ffs functionsMattias Andrée2015-09-021-0/+55
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* start on makefile and fixing warnings and errorsMattias Andrée2015-09-011-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add index and rindexMattias Andrée2015-09-011-0/+43
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add string/array comparision functionsMattias Andrée2015-09-011-0/+29
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add bcopyMattias Andrée2015-08-311-0/+34
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add bzero and explicit_bzeroMattias Andrée2015-08-301-0/+55
Signed-off-by: Mattias Andrée <maandree@operamail.com>