aboutsummaryrefslogtreecommitdiffstats
path: root/include (unfollow)
Commit message (Collapse)AuthorFilesLines
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>
2015-08-30add empty obstack.h, as a remainer to implement it laterMattias Andrée1-0/+34
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-30add todos about adding mallopt and mallinfoMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-30add malloc_usable_sizeMattias Andrée1-0/+15
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-30add memory.hMattias Andrée1-0/+19
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-30malloc: add overflow checks and add aligned alloc-functionsMattias Andrée1-2/+127
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-30mMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-30move memory allocation functions to malloc.hMattias Andrée2-89/+122
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-30add memory allocation functionsMattias Andrée3-4/+189
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-30add creallocMattias Andrée1-0/+12
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-30whitespaceMattias Andrée1-4/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-30add __warning and __slibc_warning macrosMattias Andrée1-4/+16
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-30add __SLIBC_ONLY macroMattias Andrée1-0/+10
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-30add slibc-alloc.hMattias Andrée1-0/+78
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-30add bzero and explicit_bzeroMattias Andrée2-0/+69
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-30mMattias Andrée1-0/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-30add strerror and variantsMattias Andrée1-0/+119
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-30remove parameter names from header files to avoid potential errors on inclusion caused by conflictig macro namesMattias Andrée5-18/+15
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-30add slibc-error.hMattias Andrée1-0/+233
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-30typoMattias Andrée2-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-30add error.hMattias Andrée1-0/+151
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-29m err.hMattias Andrée1-8/+20
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-29add _PORTABLE_SOURCEMattias Andrée4-0/+8
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-29add err.h + add _SLIBC_SUPPRESS_WARNINGSMattias Andrée2-0/+121
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-29whitespaceMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-29add program_invocation_name and program_invocation_short_nameMattias Andrée1-0/+34
Signed-off-by: Mattias Andrée <maandree@operamail.com>