Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | m etymology | Mattias Andrée | 2015-11-25 | 3 | -3/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | tell in doc in which version things were introduced | Mattias Andrée | 2015-11-25 | 9 | -0/+18 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | more etymology | Mattias Andrée | 2015-11-20 | 9 | -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ée | 2015-11-17 | 1 | -0/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | whitespace | Mattias Andrée | 2015-11-17 | 3 | -0/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | split bzero.c | Mattias Andrée | 2015-11-17 | 2 | -22/+43 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | split ffs.c | Mattias Andrée | 2015-11-17 | 3 | -24/+62 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | split index.c | Mattias Andrée | 2015-11-17 | 2 | -11/+32 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | fix errors | Mattias Andrée | 2015-10-17 | 1 | -4/+4 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add ffs functions | Mattias Andrée | 2015-09-02 | 1 | -0/+55 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | start on makefile and fixing warnings and errors | Mattias Andrée | 2015-09-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add index and rindex | Mattias Andrée | 2015-09-01 | 1 | -0/+43 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add string/array comparision functions | Mattias Andrée | 2015-09-01 | 1 | -0/+29 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add bcopy | Mattias Andrée | 2015-08-31 | 1 | -0/+34 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add bzero and explicit_bzero | Mattias Andrée | 2015-08-30 | 1 | -0/+55 |
Signed-off-by: Mattias Andrée <maandree@operamail.com> |