Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-30 | Replace all 14 instances of .St -ansiC-99 in our tree with .St -isoC-99. | Ingo Schwarze | |
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. | |||
2014-01-19 | Usually, you don't want macros in the .Nd line, so remove instances of .Tn | Ingo Schwarze | |
marking up words that are not trademarks (ASCII, I/O, NFS, TCP, TELNET). While here, remove .Tn markup from the same words in the body of these pages, too. | |||
2013-06-05 | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze | Ted Unangst | |
2013-01-15 | Don't pull <math.h> just because it can return HUGE_VAL in the | Martynas Venckus | |
corner cases. OK millert@. | |||
2012-09-16 | remove some wacky Xo/Xc; | Jason McIntyre | |
2012-09-15 | Document that strtod functions accept INF, NAN, NAN(). From Michal Mazurek. | Martynas Venckus | |
2008-09-13 | document strtold. ok millert@ | Martynas Venckus | |
2008-09-13 | strtof has been introduced in c99 | Martynas Venckus | |
from Thomas Pfaff. ok millert@ | |||
2008-06-13 | grammar fixes; | Jason McIntyre | |
2008-06-13 | Add strtof() to libc, some ports seem to like it. Currently it's a simple | Landry Breuil | |
call to strtod() with bounding check. Discussed with pyr@ and otto@ ok otto@ deraadt@ | |||
2007-11-11 | strtod may return HUGE_VAL on overflow, which is defined in math.h. | Tobias Stoeckmann | |
Therefore added math.h to SYNPOSIS. OK millert@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2000-04-20 | Flesh out stdlib function man pages. | Aaron Campbell | |
2000-03-04 | In Unix land we prefer "whitespace" to "white space" or "white-space". At | Aaron Campbell | |
least, this is the impression I get from looking at a lot of Perl docs. | |||
2000-01-22 | Use .Er macro when referring to errno error names. | Aaron Campbell | |
1999-06-29 | first round of repairs on stdlib | Aaron Campbell | |
1999-05-27 | more missing .El macros filled in | Aaron Campbell | |
1996-08-19 | Fix RCS ids | Thorsten Lockert | |
Make sure everything uses {SYS,}LIBC_SCCS properly | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |