aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* add _l functions in ctype.hMattias Andrée2015-09-031-5/+218
* add some integer typesMattias Andrée2015-09-032-5/+117
* add printf functions, not fully implementedMattias Andrée2015-09-033-19/+1084
* miscMattias Andrée2015-09-0210-8/+112
* add memcasecmp and wmemcasecmpMattias Andrée2015-09-022-0/+34
* fix some warnings and errorsMattias Andrée2015-09-024-6/+29
* add div functionsMattias Andrée2015-09-023-3/+178
* add WEOF to wchar.hMattias Andrée2015-09-021-0/+8
* m misc wcharMattias Andrée2015-09-021-9/+8
* stpbrk => strpbrkMattias Andrée2015-09-021-1/+1
* mMattias Andrée2015-09-022-7/+1
* add intptr_t, useconds_t, NULL and STD*_FILENO to unistd.hMattias Andrée2015-09-021-0/+29
* add EXIT_SUCCESS and EXIT_FAILUREMattias Andrée2015-09-021-1/+14
* add ffs functionsMattias Andrée2015-09-021-0/+28
* add prototypes for strcasecmp_l and strncasecmp_lMattias Andrée2015-09-021-2/+33
* typoMattias Andrée2015-09-022-8/+8
* automate some parts of intconfMattias Andrée2015-09-021-47/+0
* add incorrection headers that redirect with a warningMattias Andrée2015-09-026-0/+120
* fix more errorsMattias Andrée2015-09-023-22/+36
* fix some more errorsMattias Andrée2015-09-012-12/+12
* start on makefile and fixing warnings and errorsMattias Andrée2015-09-0110-96/+132
* add memfrobMattias Andrée2015-09-011-1/+13
* add strfryMattias Andrée2015-09-011-0/+13
* add basename and dirnameMattias Andrée2015-09-012-0/+80
* add strtok functionsMattias Andrée2015-09-012-0/+104
* add strspn functionsMattias Andrée2015-09-012-0/+80
* add strstr functionsMattias Andrée2015-09-012-0/+259
* add strchr and variantsMattias Andrée2015-09-012-2/+204
* add index and rindexMattias Andrée2015-09-011-0/+19
* add string/array comparision functionsMattias Andrée2015-09-013-1/+151
* fix strdup functionsMattias Andrée2015-08-311-8/+7
* add _LIBRARY_HEADERMattias Andrée2015-08-3124-58/+53
* mMattias Andrée2015-08-312-2/+2
* fix dupa macrosMattias Andrée2015-08-312-20/+26
* add bcopyMattias Andrée2015-08-311-1/+12
* add memory copying functionsMattias Andrée2015-08-312-6/+1135
* add strlen and wcslenMattias Andrée2015-08-312-2/+95
* strerror_l is always MT-SafeMattias Andrée2015-08-311-2/+0
* typoMattias Andrée2015-08-311-2/+2
* do not define strerror_r if _SLIBC_SOURCE is usedMattias Andrée2015-08-311-1/+3
* wint_t and wchar_t are not portable, additionally they are not guaranteed to be defined as expected and thus should not be usedMattias Andrée2015-08-312-12/+19
* wchar_t and wint_t not safe for marshallingMattias Andrée2015-08-311-0/+10
* typoMattias Andrée2015-08-311-1/+1
* update todo: character class determinationMattias Andrée2015-08-311-0/+4
* add ctype.h: add ASCII character type testers, that do not take localeMattias Andrée2015-08-311-0/+269
* null considered harmful considered harmfulMattias Andrée2015-08-301-0/+12
* add prototypes for brk and sbrkMattias Andrée2015-08-301-0/+105
* add empty obstack.h, as a remainer to implement it laterMattias Andrée2015-08-301-0/+34
* add todos about adding mallopt and mallinfoMattias Andrée2015-08-301-0/+2
* add malloc_usable_sizeMattias Andrée2015-08-301-0/+15