aboutsummaryrefslogtreecommitdiffstats
path: root/src/stdlib (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-02-24fix terrible mistake in bsearchMattias Andrée1-1/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-02-20add bsearchMattias Andrée1-0/+70
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-01-01bump yearMattias Andrée15-15/+15
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-21add getenvMattias Andrée1-0/+73
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-21add clearenvMattias Andrée1-0/+58
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-18fix issue #7 on github, againMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-18fix issue #7 on githubMattias 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ée13-0/+26
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-19fix issue #2Mattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-17split div.cMattias Andrée3-32/+78
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-17add macros for abs, labs, llabs, and imaxabsMattias Andrée3-3/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-17split abs.cMattias Andrée3-34/+74
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-17split atoiMattias Andrée4-81/+143
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-16doc: arg 2 for *div must not be 0 (lest SIGFPE)Mattias Andrée1-3/+6
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-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>