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
/
gcvt.c
Age
Commit message (
Expand
)
Author
2019-01-25
I am retiring my old email address; replace it with my OpenBSD one.
Todd C. Miller
2013-11-01
Pull in gdtoa.h instead of declaring __dtoa() and __freedtoa() directly
Philip Guenther
2010-09-25
Make gcvt() better match printf("%g") behavior, it now passes regress.
Todd C. Miller
2009-10-16
teach gdtoa & its subroutines that malloc can fail; in which case
Martynas Venckus
2006-10-29
make __dtoa & strtod() thread-safe useing the same method as newer gdtoa
Theo de Raadt
2006-01-10
Return inf or nan as per printf() not Inf, Infinity or Nan (from dtoa)
Todd C. Miller
2006-01-10
Use localeconv() to get the locale-specific radix char like printf does.
Todd C. Miller
2006-01-10
Nan and Infinity can be negative
Todd C. Miller
2005-08-08
zap remaining rcsid.
Marc Espie
2003-06-17
Sync with share/misc/license.template and add missing DARPA credit
Todd C. Miller
2003-06-03
Use an ISC-tyle license for all my code; it is simpler and more permissive.
Todd C. Miller
2003-05-09
Pass ndigit+1 as size arg to strlcpy() since ndigit doesn't include the NUL
Todd C. Miller
2003-04-02
use strlcpy(); assumes buf is at least ndigit bytes long which is as
Todd C. Miller
2002-12-02
Add ecvt(), fcvt() and gcvt() for standard compliance and legacy code.
Todd C. Miller