aboutsummaryrefslogtreecommitdiffstats
path: root/include/strings.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* m etymologyMattias Andrée2015-11-251-3/+3
* tell in doc in which version things were introducedMattias Andrée2015-11-251-0/+26
* more etymologyMattias Andrée2015-11-201-3/+29
* typoMattias Andrée2015-11-161-1/+1
* improve attributesMattias Andrée2015-10-171-10/+10
* index and rindex return with const-quailifier if input has constMattias Andrée2015-10-151-0/+6
* simplified feature-test macrosMattias Andrée2015-10-121-1/+1
* add ffs functionsMattias Andrée2015-09-021-0/+28
* add prototypes for strcasecmp_l and strncasecmp_lMattias Andrée2015-09-021-2/+33
* start on makefile and fixing warnings and errorsMattias Andrée2015-09-011-5/+5
* add index and rindexMattias Andrée2015-09-011-0/+19
* add string/array comparision functionsMattias Andrée2015-09-011-1/+35
* add _LIBRARY_HEADERMattias Andrée2015-08-311-3/+1
* add bcopyMattias Andrée2015-08-311-1/+12
* add bzero and explicit_bzeroMattias Andrée2015-08-301-0/+57