aboutsummaryrefslogtreecommitdiffstats
path: root/src/stdlib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add getenvMattias Andrée2015-12-211-0/+73
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* add clearenvMattias Andrée2015-12-211-0/+58
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* fix issue #7 on github, againMattias Andrée2015-12-181-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* fix issue #7 on githubMattias Andrée2015-12-181-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* tell in doc in which version things were introducedMattias Andrée2015-11-2513-0/+26
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix issue #2Mattias Andrée2015-11-191-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* split div.cMattias Andrée2015-11-173-32/+78
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add macros for abs, labs, llabs, and imaxabsMattias Andrée2015-11-173-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* split abs.cMattias Andrée2015-11-173-34/+74
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* split atoiMattias Andrée2015-11-174-81/+143
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* doc: arg 2 for *div must not be 0 (lest SIGFPE)Mattias Andrée2015-11-161-3/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix errorsMattias Andrée2015-10-171-5/+23
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add abs, labs, llabs, and imaxabsMattias Andrée2015-10-101-0/+71
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2015-10-102-16/+20
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add atofMattias Andrée2015-10-101-0/+38
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add atoi, atol, atoll, and atoqMattias Andrée2015-10-101-0/+116
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add abspath and relpathMattias Andrée2015-10-102-0/+204
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add div functionsMattias Andrée2015-09-021-0/+68
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* move memory allocation functions to malloc.hMattias Andrée2015-08-301-134/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add memory allocation functionsMattias Andrée2015-08-301-0/+134
Signed-off-by: Mattias Andrée <maandree@operamail.com>