Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2015-08-30 | move memory allocation functions to malloc.h | Mattias Andrée | 3 | -89/+122 |
2015-08-30 | readme: on extensions | Mattias Andrée | 1 | -1/+12 |
2015-08-30 | add memory allocation functions | Mattias Andrée | 5 | -10/+466 |
2015-08-30 | add crealloc | Mattias Andrée | 1 | -0/+12 |
2015-08-30 | add missing inclusions of stddef.h to define NULL | Mattias Andrée | 3 | -0/+4 |
2015-08-30 | whitespace | Mattias Andrée | 1 | -4/+4 |
2015-08-30 | add __warning and __slibc_warning macros | Mattias Andrée | 1 | -4/+16 |
2015-08-30 | add __SLIBC_ONLY macro | Mattias Andrée | 1 | -0/+10 |
2015-08-30 | add slibc-alloc.h | Mattias Andrée | 2 | -0/+128 |
2015-08-30 | add bzero and explicit_bzero | Mattias Andrée | 4 | -0/+125 |
2015-08-30 | m | Mattias Andrée | 1 | -0/+3 |
2015-08-30 | add strerror and variants | Mattias Andrée | 2 | -0/+244 |
2015-08-30 | m fix slibc-error | Mattias Andrée | 1 | -3/+4 |
2015-08-30 | remove parameter names from header files to avoid potential errors on inclusion caused by conflictig macro names | Mattias Andrée | 5 | -18/+15 |
2015-08-30 | add slibc-error.h | Mattias Andrée | 2 | -0/+309 |
2015-08-30 | m | Mattias Andrée | 1 | -1/+1 |
2015-08-30 | typo | Mattias Andrée | 2 | -2/+2 |
2015-08-30 | add error.h | Mattias Andrée | 2 | -0/+339 |
2015-08-29 | m err.h | Mattias Andrée | 2 | -8/+36 |
2015-08-29 | add _PORTABLE_SOURCE | Mattias Andrée | 5 | -0/+17 |
2015-08-29 | add err.h + add _SLIBC_SUPPRESS_WARNINGS | Mattias Andrée | 3 | -0/+263 |
2015-08-29 | whitespace | Mattias Andrée | 1 | -0/+1 |
2015-08-29 | add program_invocation_name and program_invocation_short_name | Mattias Andrée | 1 | -0/+34 |