summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/imaxdiv.3
AgeCommit message (Expand)Author
2016-08-14Reduce qabs() and qdiv() to aliases of llabs() and lldiv().Philip Guenther
2014-11-30Replace all 14 instances of .St -ansiC-99 in our tree with .St -isoC-99.Ingo Schwarze
2013-06-05Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzeTed Unangst
2011-07-07no more math(3);Jason McIntyre
2007-05-31convert to new .Dd format;Jason McIntyre
2006-01-14fix the .Fn line; ok millertJason McIntyre
2006-01-13Add lldiv(), imaxabs(), imaxdiv(), strtoimax() and strtoumax()Todd C. Miller