aboutsummaryrefslogtreecommitdiffstats
path: root/include (unfollow)
Commit message (Expand)AuthorFilesLines
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ée1-0/+4
2015-08-31add ctype.h: add ASCII character type testers, that do not take localeMattias Andrée1-0/+269
2015-08-30null considered harmful considered harmfulMattias Andrée1-0/+12
2015-08-30add prototypes for brk and sbrkMattias Andrée1-0/+105
2015-08-30add empty obstack.h, as a remainer to implement it laterMattias Andrée1-0/+34
2015-08-30add todos about adding mallopt and mallinfoMattias Andrée1-0/+2
2015-08-30add malloc_usable_sizeMattias Andrée1-0/+15
2015-08-30add memory.hMattias Andrée1-0/+19
2015-08-30malloc: add overflow checks and add aligned alloc-functionsMattias Andrée1-2/+127
2015-08-30mMattias Andrée1-1/+1
2015-08-30move memory allocation functions to malloc.hMattias Andrée2-89/+122
2015-08-30add memory allocation functionsMattias Andrée3-4/+189
2015-08-30add creallocMattias Andrée1-0/+12
2015-08-30whitespaceMattias Andrée1-4/+4
2015-08-30add __warning and __slibc_warning macrosMattias Andrée1-4/+16
2015-08-30add __SLIBC_ONLY macroMattias Andrée1-0/+10
2015-08-30add slibc-alloc.hMattias Andrée1-0/+78
2015-08-30add bzero and explicit_bzeroMattias Andrée2-0/+69
2015-08-30mMattias Andrée1-0/+3
2015-08-30add strerror and variantsMattias Andrée1-0/+119
2015-08-30remove parameter names from header files to avoid potential errors on inclusion caused by conflictig macro namesMattias Andrée5-18/+15
2015-08-30add slibc-error.hMattias Andrée1-0/+233
2015-08-30typoMattias Andrée2-2/+2
2015-08-30add error.hMattias Andrée1-0/+151
2015-08-29m err.hMattias Andrée1-8/+20
2015-08-29add _PORTABLE_SOURCEMattias Andrée4-0/+8
2015-08-29add err.h + add _SLIBC_SUPPRESS_WARNINGSMattias Andrée2-0/+121
2015-08-29whitespaceMattias Andrée1-0/+1
2015-08-29add program_invocation_name and program_invocation_short_nameMattias Andrée1-0/+34
2015-08-29add errno.hMattias Andrée1-0/+46
2015-08-29mMattias Andrée1-3/+4
2015-08-29add iso646.hMattias Andrée1-0/+41
2015-08-29add alloca.hMattias Andrée1-0/+51
2015-08-29add __C11__, __C99__, __C90__, and __noreturnMattias Andrée4-6/+49
2015-08-29only use __attributes__ if compiling with gccMattias Andrée2-1/+39
2015-08-29add stdalign.hMattias Andrée1-0/+49
2015-08-29add stdnoreturn.hMattias Andrée1-0/+36
2015-08-29add stdbool.hMattias Andrée1-0/+57
2015-08-29add stdarg.hMattias Andrée2-0/+104
2015-08-29add assert.hMattias Andrée2-0/+121
2015-08-29m + add stdintMattias Andrée5-0/+752
2015-08-28add stddef.hMattias Andrée2-0/+164