Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Do not claim that empty numbers set EINVAL, our implementation doesn't. | schwarze | 2014-09-14 | 1 | -16/+31 |
| | | | | | | | Mention that invalid bases do set EINVAL (as required by POSIX); this part of the change uses part of an earlier patch by millert@. Minor mdoc(7) cleanup and sync between the two pages while here. Feedback and ok jmc@ and millert@. | ||||
* | no longer any need to quote macro lines with >9 args; | jmc | 2013-08-14 | 1 | -3/+3 |
| | | | | From: Jan Stary | ||||
* | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze | tedu | 2013-06-05 | 1 | -8/+8 |
| | |||||
* | - nuke some unneeded Pp; from kristaps | jmc | 2010-04-07 | 1 | -6/+3 |
| | | | | - small tweak while here | ||||
* | Put limits.h in front of stdlib.h as style(9) recommends. | tobias | 2007-11-13 | 1 | -4/+4 |
| | | | | OK millert@ | ||||
* | Document behavior when no conversion could be performed. Adapted | millert | 2007-06-29 | 1 | -2/+8 |
| | | | | from FreeBSD. With help from jmc@. | ||||
* | convert to new .Dd format; | jmc | 2007-05-31 | 1 | -2/+2 |
| | |||||
* | Add lldiv(), imaxabs(), imaxdiv(), strtoimax() and strtoumax() | millert | 2006-01-13 | 1 | -29/+40 |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | millert | 2003-06-02 | 1 | -6/+2 |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | typos; | jmc | 2003-05-10 | 1 | -2/+2 |
| | |||||
* | Mention that stroul() et al *do* accept negative numbers, they | millert | 2003-04-21 | 1 | -1/+6 |
| | | | | just (effectively) cast to unsigned. ho@ OK | ||||
* | Fix a pasto. (There is no ULLONG_MIN, for hopefully obvious reasons) | kjell | 2003-03-06 | 1 | -4/+2 |
| | | | | ok millert | ||||
* | .Xr atoll(3) and add missing .Xr of atol(3) in atoll(3) man page. | millert | 2002-11-21 | 1 | -3/+10 |
| | |||||
* | Replace strtou?q() with the more standard strtou?ll(), using weak | millert | 2002-06-29 | 1 | -5/+24 |
| | | | | aliases to fake up strtou?q(). espie@ OK. | ||||
* | Initial cleanup: | mpech | 2002-04-30 | 1 | -2/+2 |
| | | | | | | | | | | | | o) remove extra space in the end of line; o) remove extra blank lines in the end of file; o) remove .Pp before .Ss; o) CAVEAT -> CAVEATS; o) fix usage of .Fa; o) <blank-line> -> .Pp; o) wrap long lines; millert@ ok | ||||
* | For man pages that describe multiple functions, split the .Nm arguments | aaron | 2000-08-09 | 1 | -2/+3 |
| | | | | onto separate lines in the NAME section. | ||||
* | Flesh out stdlib function man pages. | aaron | 2000-04-20 | 1 | -18/+10 |
| | |||||
* | In Unix land we prefer "whitespace" to "white space" or "white-space". At | aaron | 2000-03-04 | 1 | -2/+2 |
| | | | | least, this is the impression I get from looking at a lot of Perl docs. | ||||
* | Supply examples and discuss limitations. | pjanzen | 1999-09-14 | 1 | -6/+56 |
| | |||||
* | better english; deraadt@/millert@ | aaron | 1999-07-20 | 1 | -3/+3 |
| | |||||
* | first round of repairs on stdlib | aaron | 1999-06-29 | 1 | -4/+4 |
| | |||||
* | Fix RCS ids | tholo | 1996-08-19 | 1 | -2/+1 |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | initial import of NetBSD tree | deraadt | 1995-10-18 | 1 | -0/+164 |