Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | index and rindex return with const-quailifier if input has const | Mattias Andrée | 2015-10-15 | 1 | -0/+6 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | simplified feature-test macros | Mattias Andrée | 2015-10-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add ffs functions | Mattias Andrée | 2015-09-02 | 1 | -0/+28 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add prototypes for strcasecmp_l and strncasecmp_l | Mattias Andrée | 2015-09-02 | 1 | -2/+33 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | start on makefile and fixing warnings and errors | Mattias Andrée | 2015-09-01 | 1 | -5/+5 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add index and rindex | Mattias Andrée | 2015-09-01 | 1 | -0/+19 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add string/array comparision functions | Mattias Andrée | 2015-09-01 | 1 | -1/+35 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add _LIBRARY_HEADER | Mattias Andrée | 2015-08-31 | 1 | -3/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add bcopy | Mattias Andrée | 2015-08-31 | 1 | -1/+12 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add bzero and explicit_bzero | Mattias Andrée | 2015-08-30 | 1 | -0/+57 |
Signed-off-by: Mattias Andrée <maandree@operamail.com> |