summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/strtod.3
AgeCommit message (Expand)Author
2022-09-11.Li -> .Vt where appropriate;Jason McIntyre
2019-01-16For all functions known to be infected by LC_NUMERIC, add shortIngo Schwarze
2016-06-02Fix typo; the period should be outside the parens. From Michael McConvilleTodd C. Miller
2014-11-30Replace all 14 instances of .St -ansiC-99 in our tree with .St -isoC-99.Ingo Schwarze
2014-01-19Usually, you don't want macros in the .Nd line, so remove instances of .TnIngo Schwarze
2013-06-05Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzeTed Unangst
2013-01-15Don't pull <math.h> just because it can return HUGE_VAL in theMartynas Venckus
2012-09-16remove some wacky Xo/Xc;Jason McIntyre
2012-09-15Document that strtod functions accept INF, NAN, NAN(). From Michal Mazurek.Martynas Venckus
2008-09-13document strtold. ok millert@Martynas Venckus
2008-09-13strtof has been introduced in c99Martynas Venckus
2008-06-13grammar fixes;Jason McIntyre
2008-06-13Add strtof() to libc, some ports seem to like it. Currently it's a simpleLandry Breuil
2007-11-11strtod may return HUGE_VAL on overflow, which is defined in math.h.Tobias Stoeckmann
2007-05-31convert to new .Dd format;Jason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2000-04-20Flesh out stdlib function man pages.Aaron Campbell
2000-03-04In Unix land we prefer "whitespace" to "white space" or "white-space". AtAaron Campbell
2000-01-22Use .Er macro when referring to errno error names.Aaron Campbell
1999-06-29first round of repairs on stdlibAaron Campbell
1999-05-27more missing .El macros filled inAaron Campbell
1996-08-19Fix RCS idsThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt