index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdlib
/
strtod.3
Age
Commit message (
Expand
)
Author
2022-09-11
.Li -> .Vt where appropriate;
Jason McIntyre
2019-01-16
For all functions known to be infected by LC_NUMERIC, add short
Ingo Schwarze
2016-06-02
Fix typo; the period should be outside the parens. From Michael McConville
Todd C. Miller
2014-11-30
Replace all 14 instances of .St -ansiC-99 in our tree with .St -isoC-99.
Ingo Schwarze
2014-01-19
Usually, you don't want macros in the .Nd line, so remove instances of .Tn
Ingo Schwarze
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
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
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
2007-11-11
strtod may return HUGE_VAL on overflow, which is defined in math.h.
Tobias Stoeckmann
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
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
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
1995-10-18
initial import of NetBSD tree
Theo de Raadt