summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/strtod.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Usually, you don't want macros in the .Nd line, so remove instances of .Tnschwarze2014-01-191-5/+3
| | | | | | 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.
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
|
* Don't pull <math.h> just because it can return HUGE_VAL in themartynas2013-01-151-3/+2
| | | | corner cases. OK millert@.
* remove some wacky Xo/Xc;jmc2012-09-161-3/+3
|
* Document that strtod functions accept INF, NAN, NAN(). From Michal Mazurek.martynas2012-09-151-3/+28
|
* document strtold. ok millert@martynas2008-09-131-9/+23
|
* strtof has been introduced in c99martynas2008-09-131-4/+6
| | | | from Thomas Pfaff. ok millert@
* grammar fixes;jmc2008-06-131-3/+3
|
* Add strtof() to libc, some ports seem to like it. Currently it's a simplelandry2008-06-131-6/+21
| | | | | | | call to strtod() with bounding check. Discussed with pyr@ and otto@ ok otto@ deraadt@
* strtod may return HUGE_VAL on overflow, which is defined in math.h.tobias2007-11-111-2/+3
| | | | | | Therefore added math.h to SYNPOSIS. OK millert@
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Flesh out stdlib function man pages.aaron2000-04-201-11/+14
|
* In Unix land we prefer "whitespace" to "white space" or "white-space". Ataaron2000-03-041-2/+2
| | | | least, this is the impression I get from looking at a lot of Perl docs.
* Use .Er macro when referring to errno error names.aaron2000-01-221-3/+3
|
* first round of repairs on stdlibaaron1999-06-291-4/+4
|
* more missing .El macros filled inaaron1999-05-271-1/+2
|
* Fix RCS idstholo1996-08-191-2/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+114