aboutsummaryrefslogtreecommitdiffstats
path: root/src/stdlib/atoi.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-01-01bump yearMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-11-25tell in doc in which version things were introducedMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-17split atoiMattias Andrée1-81/+0
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-17fix errorsMattias Andrée1-5/+23
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-10mMattias Andrée1-12/+15
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>