aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-11mMattias Andrée1-1/+0
2015-10-11m + m docMattias Andrée1-4/+2
2015-10-11fix inclusionsMattias Andrée2-2/+2
2015-10-11mMattias Andrée2-3/+191
2015-10-11add execat functionsMattias Andrée1-0/+507
2015-10-11fix m errorMattias Andrée1-1/+1
2015-10-11typoMattias Andrée1-4/+4
2015-10-11execvpe: simplify and fix errorsMattias Andrée1-37/+16
2015-10-11m doc: exec will use . and default PATH if PATH is not setMattias Andrée1-4/+12
2015-10-11add exec functionsMattias Andrée1-0/+376
2015-10-10add abs, labs, llabs, and imaxabsMattias Andrée2-0/+108
2015-10-10mMattias Andrée2-16/+20
2015-10-10add atofMattias Andrée1-0/+38
2015-10-10add atoi, atol, atoll, and atoqMattias Andrée1-0/+116
2015-10-10add abspath and relpathMattias Andrée2-0/+204
2015-10-10add strstarts strends strcasestarts strcaseends wcsstarts wcsends wcscasestarts wcscaseendsMattias Andrée2-0/+168
2015-10-10m docMattias Andrée2-4/+4
2015-10-07m slibc_perrorMattias Andrée1-2/+2
2015-09-03add _l functions in ctype.hMattias Andrée1-3/+29
2015-09-03mMattias Andrée2-2/+1
2015-09-03remove some todosMattias Andrée5-5/+0
2015-09-03add printf functions, not fully implementedMattias Andrée2-0/+1405
2015-09-02miscMattias Andrée6-10/+20
2015-09-02add memcasecmp and wmemcasecmpMattias Andrée2-0/+53
2015-09-02fix some warnings and errorsMattias Andrée3-3/+3
2015-09-02mMattias Andrée2-2/+2
2015-09-02add div functionsMattias Andrée2-0/+106
2015-09-02m misc wcharMattias Andrée3-4/+4
2015-09-02stpbrk => strpbrkMattias Andrée1-1/+1
2015-09-02add ffs functionsMattias Andrée1-0/+55
2015-09-02typoMattias Andrée2-10/+10
2015-09-02assert shall flush all streamsMattias Andrée1-0/+1
2015-09-02fix more errorsMattias Andrée6-13/+35
2015-09-01fix more warningsMattias Andrée3-1/+7
2015-09-01fix some more errorsMattias Andrée3-2/+7
2015-09-01start on makefile and fixing warnings and errorsMattias Andrée29-67/+119
2015-09-01add memfrobMattias Andrée1-0/+39
2015-09-01add strfryMattias Andrée1-0/+46
2015-09-01add basename and dirnameMattias Andrée1-0/+102
2015-09-01add strtok functionsMattias Andrée2-0/+202
2015-09-01add strspn functionsMattias Andrée2-0/+177
2015-09-01add strstr functionsMattias Andrée5-12/+456
2015-09-01wcswcs is deprecatedMattias Andrée2-4/+4
2015-09-01add strchr and variantsMattias Andrée2-0/+300
2015-09-01add index and rindexMattias Andrée1-0/+43
2015-09-01add string/array comparision functionsMattias Andrée3-0/+276
2015-08-31fix strdup functionsMattias Andrée1-3/+3
2015-08-31typoMattias Andrée1-1/+1
2015-08-31add bcopyMattias Andrée1-0/+34
2015-08-31add memory copying functionsMattias Andrée16-0/+1621