Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | m | Mattias Andrée | 2015-08-30 | 1 | -1/+1 |
* | move memory allocation functions to malloc.h | Mattias Andrée | 2015-08-30 | 2 | -89/+122 |
* | add memory allocation functions | Mattias Andrée | 2015-08-30 | 3 | -4/+189 |
* | add crealloc | Mattias Andrée | 2015-08-30 | 1 | -0/+12 |
* | whitespace | Mattias Andrée | 2015-08-30 | 1 | -4/+4 |
* | add __warning and __slibc_warning macros | Mattias Andrée | 2015-08-30 | 1 | -4/+16 |
* | add __SLIBC_ONLY macro | Mattias Andrée | 2015-08-30 | 1 | -0/+10 |
* | add slibc-alloc.h | Mattias Andrée | 2015-08-30 | 1 | -0/+78 |
* | add bzero and explicit_bzero | Mattias Andrée | 2015-08-30 | 2 | -0/+69 |
* | m | Mattias Andrée | 2015-08-30 | 1 | -0/+3 |
* | add strerror and variants | Mattias Andrée | 2015-08-30 | 1 | -0/+119 |
* | remove parameter names from header files to avoid potential errors on inclusion caused by conflictig macro names | Mattias Andrée | 2015-08-30 | 5 | -18/+15 |
* | add slibc-error.h | Mattias Andrée | 2015-08-30 | 1 | -0/+233 |
* | typo | Mattias Andrée | 2015-08-30 | 2 | -2/+2 |
* | add error.h | Mattias Andrée | 2015-08-30 | 1 | -0/+151 |
* | m err.h | Mattias Andrée | 2015-08-29 | 1 | -8/+20 |
* | add _PORTABLE_SOURCE | Mattias Andrée | 2015-08-29 | 4 | -0/+8 |
* | add err.h + add _SLIBC_SUPPRESS_WARNINGS | Mattias Andrée | 2015-08-29 | 2 | -0/+121 |
* | whitespace | Mattias Andrée | 2015-08-29 | 1 | -0/+1 |
* | add program_invocation_name and program_invocation_short_name | Mattias Andrée | 2015-08-29 | 1 | -0/+34 |
* | add errno.h | Mattias Andrée | 2015-08-29 | 1 | -0/+46 |
* | m | Mattias Andrée | 2015-08-29 | 1 | -3/+4 |
* | add iso646.h | Mattias Andrée | 2015-08-29 | 1 | -0/+41 |
* | add alloca.h | Mattias Andrée | 2015-08-29 | 1 | -0/+51 |
* | add __C11__, __C99__, __C90__, and __noreturn | Mattias Andrée | 2015-08-29 | 4 | -6/+49 |
* | only use __attributes__ if compiling with gcc | Mattias Andrée | 2015-08-29 | 2 | -1/+39 |
* | add stdalign.h | Mattias Andrée | 2015-08-29 | 1 | -0/+49 |
* | add stdnoreturn.h | Mattias Andrée | 2015-08-29 | 1 | -0/+36 |
* | add stdbool.h | Mattias Andrée | 2015-08-29 | 1 | -0/+57 |
* | add stdarg.h | Mattias Andrée | 2015-08-29 | 2 | -0/+104 |
* | add assert.h | Mattias Andrée | 2015-08-29 | 2 | -0/+121 |
* | m + add stdint | Mattias Andrée | 2015-08-29 | 5 | -0/+752 |
* | add stddef.h | Mattias Andrée | 2015-08-28 | 2 | -0/+164 |