aboutsummaryrefslogtreecommitdiffstats
path: root/src/string (follow)
Commit message (Expand)AuthorAgeFilesLines
* typoMattias Andrée2015-09-021-5/+5
* fix more errorsMattias Andrée2015-09-024-8/+21
* fix more warningsMattias Andrée2015-09-012-1/+4
* start on makefile and fixing warnings and errorsMattias Andrée2015-09-0115-33/+38
* add memfrobMattias Andrée2015-09-011-0/+39
* add strfryMattias Andrée2015-09-011-0/+46
* add strtok functionsMattias Andrée2015-09-011-0/+112
* add strspn functionsMattias Andrée2015-09-011-0/+96
* add strstr functionsMattias Andrée2015-09-013-6/+258
* add strchr and variantsMattias Andrée2015-09-011-0/+149
* add string/array comparision functionsMattias Andrée2015-09-011-0/+122
* fix strdup functionsMattias Andrée2015-08-311-3/+3
* typoMattias Andrée2015-08-311-1/+1
* add memory copying functionsMattias Andrée2015-08-318-0/+806
* add strlen and wcslenMattias Andrée2015-08-311-0/+53
* strerror_l is always MT-SafeMattias Andrée2015-08-311-2/+0
* m docMattias Andrée2015-08-311-2/+4
* add missing inclusions of stddef.h to define NULLMattias Andrée2015-08-301-0/+2
* add strerror and variantsMattias Andrée2015-08-301-0/+125