aboutsummaryrefslogtreecommitdiffstats
path: root/include (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-10-10m docMattias Andrée2-4/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-08on some systems, va_start and va_end contains { and }, respetively, therefore, if _PORTABLE_SOURCE or _LIBRARY_HEADER is defined, they should here tooMattias Andrée1-2/+10
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-07m slibc_perrorMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-03add _l functions in ctype.hMattias Andrée1-5/+218
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-03add some integer typesMattias Andrée2-5/+117
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-03add printf functions, not fully implementedMattias Andrée3-18/+1083
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-02miscMattias Andrée10-8/+112
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-02add memcasecmp and wmemcasecmpMattias Andrée2-0/+34
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-02fix some warnings and errorsMattias Andrée4-6/+29
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-02add div functionsMattias Andrée3-3/+178
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-02add WEOF to wchar.hMattias Andrée1-0/+8
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-02m misc wcharMattias Andrée1-9/+8
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-02stpbrk => strpbrkMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-02mMattias Andrée2-7/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-02add intptr_t, useconds_t, NULL and STD*_FILENO to unistd.hMattias Andrée1-0/+29
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-02add EXIT_SUCCESS and EXIT_FAILUREMattias Andrée1-1/+14
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-02add ffs functionsMattias Andrée1-0/+28
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-02add prototypes for strcasecmp_l and strncasecmp_lMattias Andrée1-2/+33
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-02typoMattias Andrée2-8/+8
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-02automate some parts of intconfMattias Andrée1-47/+0
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-02add incorrection headers that redirect with a warningMattias Andrée6-0/+120
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-02fix more errorsMattias Andrée3-22/+36
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-01fix some more errorsMattias Andrée2-12/+12
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-01start on makefile and fixing warnings and errorsMattias Andrée10-96/+132
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-01add memfrobMattias Andrée1-1/+13
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-01add strfryMattias Andrée1-0/+13
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-01add basename and dirnameMattias Andrée2-0/+80
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-01add strtok functionsMattias Andrée2-0/+104
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-01add strspn functionsMattias Andrée2-0/+80
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-01add strstr functionsMattias Andrée2-0/+259
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-01add strchr and variantsMattias Andrée2-2/+204
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-01add index and rindexMattias Andrée1-0/+19
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-01add string/array comparision functionsMattias Andrée3-1/+151
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31fix strdup functionsMattias Andrée1-8/+7
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31add _LIBRARY_HEADERMattias Andrée24-58/+53
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31mMattias Andrée2-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31fix dupa macrosMattias Andrée2-20/+26
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31add bcopyMattias Andrée1-1/+12
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31add memory copying functionsMattias Andrée2-6/+1135
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31add strlen and wcslenMattias Andrée2-2/+95
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31strerror_l is always MT-SafeMattias Andrée1-2/+0
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31typoMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31do not define strerror_r if _SLIBC_SOURCE is usedMattias Andrée1-1/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
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
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31wchar_t and wint_t not safe for marshallingMattias Andrée1-0/+10
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31typoMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31update todo: character class determinationMattias Andrée1-0/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31add ctype.h: add ASCII character type testers, that do not take localeMattias Andrée1-0/+269
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-30null considered harmful considered harmfulMattias Andrée1-0/+12
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-30add prototypes for brk and sbrkMattias Andrée1-0/+105
Signed-off-by: Mattias Andrée <maandree@operamail.com>