Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace the vague, incorrect, and confusing BUGS sections with CAVEATS | schwarze | 2019-01-18 | 1 | -4/+9 |
| | | | | | | clearly stating which arguments have to be avoided, and mention the header files defining the constants required for the checks. Feedback and OK guenther@, OK bluhm@. | ||||
* | Replace all 14 instances of .St -ansiC-99 in our tree with .St -isoC-99. | schwarze | 2014-11-30 | 1 | -3/+3 |
| | | | | | | The former is not used anywhere in NetBSD, FreeBSD, or DragonFly and not supported by groff, so i'm going to delete it from mandoc(1). We don't need two macros for the same thing. | ||||
* | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze | tedu | 2013-06-05 | 1 | -3/+3 |
| | |||||
* | no more math(3); | jmc | 2011-07-07 | 1 | -4/+3 |
| | |||||
* | abs conforms c99 -> imaxabs conforms c99. ok millert@ | martynas | 2009-06-21 | 1 | -3/+3 |
| | |||||
* | convert to new .Dd format; | jmc | 2007-05-31 | 1 | -2/+2 |
| | |||||
* | sync with the code: int -> intmax_t | steven | 2007-01-16 | 1 | -3/+3 |
| | | | | ok jmc@ | ||||
* | Add lldiv(), imaxabs(), imaxdiv(), strtoimax() and strtoumax() | millert | 2006-01-13 | 1 | -0/+66 |