aboutsummaryrefslogtreecommitdiffstats
path: root/include/strings.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-11-16typoMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-17improve attributesMattias Andrée1-10/+10
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-15index and rindex return with const-quailifier if input has constMattias Andrée1-0/+6
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-12simplified feature-test macrosMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-02add ffs functionsMattias Andrée1-0/+28
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-02add prototypes for strcasecmp_l and strncasecmp_lMattias Andrée1-2/+33
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-01start on makefile and fixing warnings and errorsMattias Andrée1-5/+5
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-01add index and rindexMattias Andrée1-0/+19
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-01add string/array comparision functionsMattias Andrée1-1/+35
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31add _LIBRARY_HEADERMattias Andrée1-3/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31add bcopyMattias Andrée1-1/+12
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-30add bzero and explicit_bzeroMattias Andrée1-16/+20
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-30remove parameter names from header files to avoid potential errors on inclusion caused by conflictig macro namesMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-29add _PORTABLE_SOURCEMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-29add alloca.hMattias Andrée1-18/+17
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-29add __C11__, __C99__, __C90__, and __noreturnMattias Andrée1-2/+5
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-29add stdalign.hMattias Andrée1-6/+19
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-29add stdnoreturn.hMattias Andrée1-3/+13
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-29add assert.hMattias Andrée1-0/+26
Signed-off-by: Mattias Andrée <maandree@operamail.com>