aboutsummaryrefslogtreecommitdiffstats
path: root/src/inttypes (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-10-06Update e-mailMattias Andrée2-2/+2
Signed-off-by: Mattias Andrée <m@maandree.se>
2016-01-01bump yearMattias Andrée2-2/+2
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-11-25tell in doc in which version things were introducedMattias Andrée2-0/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-20more etymologyMattias Andrée2-0/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-17add macros for abs, labs, llabs, and imaxabsMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-17inttypes/{{abs => imaxabs},{div => imaxdiv}}.cMattias Andrée2-0/+0
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-1/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-10add abs, labs, llabs, and imaxabsMattias Andrée1-0/+37
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-02add div functionsMattias Andrée1-0/+38
Signed-off-by: Mattias Andrée <maandree@operamail.com>