aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* add memory.hMattias Andrée2015-08-301-0/+19
* malloc: add overflow checks and add aligned alloc-functionsMattias Andrée2015-08-301-2/+127
* mMattias Andrée2015-08-301-1/+1
* move memory allocation functions to malloc.hMattias Andrée2015-08-302-89/+122
* add memory allocation functionsMattias Andrée2015-08-303-4/+189
* add creallocMattias Andrée2015-08-301-0/+12
* whitespaceMattias Andrée2015-08-301-4/+4
* add __warning and __slibc_warning macrosMattias Andrée2015-08-301-4/+16
* add __SLIBC_ONLY macroMattias Andrée2015-08-301-0/+10
* add slibc-alloc.hMattias Andrée2015-08-301-0/+78
* add bzero and explicit_bzeroMattias Andrée2015-08-302-0/+69
* mMattias Andrée2015-08-301-0/+3
* add strerror and variantsMattias Andrée2015-08-301-0/+119
* remove parameter names from header files to avoid potential errors on inclusion caused by conflictig macro namesMattias Andrée2015-08-305-18/+15
* add slibc-error.hMattias Andrée2015-08-301-0/+233
* typoMattias Andrée2015-08-302-2/+2
* add error.hMattias Andrée2015-08-301-0/+151
* m err.hMattias Andrée2015-08-291-8/+20
* add _PORTABLE_SOURCEMattias Andrée2015-08-294-0/+8
* add err.h + add _SLIBC_SUPPRESS_WARNINGSMattias Andrée2015-08-292-0/+121
* whitespaceMattias Andrée2015-08-291-0/+1
* add program_invocation_name and program_invocation_short_nameMattias Andrée2015-08-291-0/+34
* add errno.hMattias Andrée2015-08-291-0/+46
* mMattias Andrée2015-08-291-3/+4
* add iso646.hMattias Andrée2015-08-291-0/+41
* add alloca.hMattias Andrée2015-08-291-0/+51
* add __C11__, __C99__, __C90__, and __noreturnMattias Andrée2015-08-294-6/+49
* only use __attributes__ if compiling with gccMattias Andrée2015-08-292-1/+39