aboutsummaryrefslogtreecommitdiffstats
path: root/include/wchar.h (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-01add strstr functionsMattias Andrée1-0/+134
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