aboutsummaryrefslogtreecommitdiffstats
path: root/src/strings (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-02mMattias Andrée2-7/+1
2015-09-02add intptr_t, useconds_t, NULL and STD*_FILENO to unistd.hMattias Andrée1-0/+29
2015-09-02add EXIT_SUCCESS and EXIT_FAILUREMattias Andrée1-1/+14
2015-09-02add ffs functionsMattias Andrée2-0/+83
2015-09-02add prototypes for strcasecmp_l and strncasecmp_lMattias Andrée1-2/+33
2015-09-02typoMattias Andrée4-18/+18
2015-09-02automate some parts of intconfMattias Andrée5-55/+114
2015-09-02assert shall flush all streamsMattias Andrée1-0/+1
2015-09-02silence obj/deps.mk ruleMattias Andrée1-2/+2
2015-09-02add incorrection headers that redirect with a warningMattias Andrée6-0/+120
2015-09-02fix more errorsMattias Andrée9-35/+71
2015-09-02remove old debug lineMattias Andrée1-1/+0
2015-09-01fix more warningsMattias Andrée3-1/+7
2015-09-01mMattias Andrée1-1/+1
2015-09-01fix some more errorsMattias Andrée6-16/+27
2015-09-01start on makefile and fixing warnings and errorsMattias Andrée41-163/+364
2015-09-01add memfrobMattias Andrée3-2/+52
2015-09-01add strfryMattias Andrée3-2/+60
2015-09-01add basename and dirnameMattias Andrée4-1/+185
2015-09-01add strtok functionsMattias Andrée4-0/+306
2015-09-01add strspn functionsMattias Andrée4-0/+257
2015-09-01add strstr functionsMattias Andrée7-12/+715
2015-09-01wcswcs is deprecatedMattias Andrée2-4/+4
2015-09-01add strchr and variantsMattias Andrée5-3/+504
2015-09-01add index and rindexMattias Andrée2-0/+62
2015-09-01add string/array comparision functionsMattias Andrée7-2/+427
2015-08-31fix strdup functionsMattias Andrée2-11/+10
2015-08-31add _LIBRARY_HEADERMattias Andrée25-60/+64
2015-08-31mMattias Andrée2-2/+2
2015-08-31update todoMattias Andrée1-0/+20
2015-08-31typoMattias Andrée1-1/+1
2015-08-31fix dupa macrosMattias Andrée2-20/+26
2015-08-31add bcopyMattias Andrée2-1/+46
2015-08-31add memory copying functionsMattias Andrée18-6/+2756
2015-08-31add strlen and wcslenMattias Andrée4-2/+200
2015-08-31strerror_l is always MT-SafeMattias Andrée2-4/+0
2015-08-31m docMattias Andrée1-2/+4
2015-08-31typoMattias Andrée1-2/+2
2015-08-31do not define strerror_r if _SLIBC_SOURCE is usedMattias Andrée1-1/+3
2015-08-31wint_t and wchar_t are not portable, additionally they are not guaranteed to be defined as expected and thus should not be usedMattias Andrée2-12/+19
2015-08-31wchar_t and wint_t not safe for marshallingMattias Andrée1-0/+10
2015-08-31typoMattias Andrée1-1/+1
2015-08-31update todo: character class determinationMattias Andrée2-0/+5
2015-08-31add ctype.h: add ASCII character type testers, that do not take localeMattias Andrée2-0/+537