aboutsummaryrefslogtreecommitdiffstats
path: root/include/stdlib.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* add bsearchMattias Andrée2016-02-201-0/+30
* bump yearMattias Andrée2016-01-011-1/+1
* fix errors and warningsMattias Andrée2015-12-271-14/+0
* add getenvMattias Andrée2015-12-211-0/+26
* add clearenvMattias Andrée2015-12-211-0/+43
* tell in doc in which version things were introducedMattias Andrée2015-11-251-0/+30
* add macros for abs, labs, llabs, and imaxabsMattias Andrée2015-11-171-3/+6
* doc: arg 2 for *div must not be 0 (lest SIGFPE)Mattias Andrée2015-11-161-3/+6
* improve attributesMattias Andrée2015-10-171-13/+13
* __noreturn shall be at the beginning of the prototypesMattias Andrée2015-10-131-4/+4
* add abs, labs, llabs, and imaxabsMattias Andrée2015-10-101-0/+43
* mMattias Andrée2015-10-101-16/+20
* add atofMattias Andrée2015-10-101-0/+15
* add atoi, atol, atoll, and atoqMattias Andrée2015-10-101-0/+57
* add abspath and relpathMattias Andrée2015-10-101-0/+40
* miscMattias Andrée2015-09-021-0/+11
* fix some warnings and errorsMattias Andrée2015-09-021-3/+14
* add div functionsMattias Andrée2015-09-021-3/+38
* add EXIT_SUCCESS and EXIT_FAILUREMattias Andrée2015-09-021-1/+14
* start on makefile and fixing warnings and errorsMattias Andrée2015-09-011-1/+1
* add _LIBRARY_HEADERMattias Andrée2015-08-311-1/+1
* move memory allocation functions to malloc.hMattias Andrée2015-08-301-89/+1
* add memory allocation functionsMattias Andrée2015-08-301-0/+135