aboutsummaryrefslogtreecommitdiffstats
path: root/src/stdlib (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-10-10add abs, labs, llabs, and imaxabsMattias Andrée1-0/+71
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-10mMattias Andrée2-16/+20
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-10add atofMattias Andrée1-0/+38
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-10add atoi, atol, atoll, and atoqMattias Andrée1-0/+116
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-10add abspath and relpathMattias Andrée2-0/+204
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-02add div functionsMattias Andrée1-0/+68
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-30move memory allocation functions to malloc.hMattias Andrée1-134/+0
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-30add memory allocation functionsMattias Andrée1-0/+134
Signed-off-by: Mattias Andrée <maandree@operamail.com>