Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't use fixup for C99 and up, the compiler result is already correct. | ache | 2016-06-01 | 1 | -0/+2 |
| | | | | | | Suggested by: bde MFC after: 1 week | ||||
* | o Implement imaxabs(), imaxdiv(), llabs(), lldiv(). | mike | 2001-11-15 | 1 | -0/+45 |
o Update abs(3), div(3), labs(3), ldiv(3) to reflect standards conformance and add additional references. Reviewed by: bde, wollman |