Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix errors and warnings | Mattias Andrée | 2015-12-27 | 1 | -14/+0 |
* | add getenv | Mattias Andrée | 2015-12-21 | 1 | -0/+26 |
* | add clearenv | Mattias Andrée | 2015-12-21 | 1 | -0/+43 |
* | tell in doc in which version things were introduced | Mattias Andrée | 2015-11-25 | 1 | -0/+30 |
* | add macros for abs, labs, llabs, and imaxabs | Mattias Andrée | 2015-11-17 | 1 | -3/+6 |
* | doc: arg 2 for *div must not be 0 (lest SIGFPE) | Mattias Andrée | 2015-11-16 | 1 | -3/+6 |
* | improve attributes | Mattias Andrée | 2015-10-17 | 1 | -13/+13 |
* | __noreturn shall be at the beginning of the prototypes | Mattias Andrée | 2015-10-13 | 1 | -4/+4 |
* | add abs, labs, llabs, and imaxabs | Mattias Andrée | 2015-10-10 | 1 | -0/+43 |
* | m | Mattias Andrée | 2015-10-10 | 1 | -16/+20 |
* | add atof | Mattias Andrée | 2015-10-10 | 1 | -0/+15 |
* | add atoi, atol, atoll, and atoq | Mattias Andrée | 2015-10-10 | 1 | -0/+57 |
* | add abspath and relpath | Mattias Andrée | 2015-10-10 | 1 | -0/+40 |
* | misc | Mattias Andrée | 2015-09-02 | 1 | -0/+11 |
* | fix some warnings and errors | Mattias Andrée | 2015-09-02 | 1 | -3/+14 |
* | add div functions | Mattias Andrée | 2015-09-02 | 1 | -3/+38 |
* | add EXIT_SUCCESS and EXIT_FAILURE | Mattias Andrée | 2015-09-02 | 1 | -1/+14 |
* | start on makefile and fixing warnings and errors | Mattias Andrée | 2015-09-01 | 1 | -1/+1 |
* | add _LIBRARY_HEADER | Mattias Andrée | 2015-08-31 | 1 | -1/+1 |
* | move memory allocation functions to malloc.h | Mattias Andrée | 2015-08-30 | 1 | -89/+1 |
* | add memory allocation functions | Mattias Andrée | 2015-08-30 | 1 | -0/+135 |