summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/gcvt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Pull in gdtoa.h instead of declaring __dtoa() and __freedtoa() directlyguenther2013-11-011-4/+2
* Make gcvt() better match printf("%g") behavior, it now passes regress.millert2010-09-251-11/+23
* teach gdtoa & its subroutines that malloc can fail; in which casemartynas2009-10-161-1/+3
* make __dtoa & strtod() thread-safe useing the same method as newer gdtoaderaadt2006-10-291-1/+4
* Return inf or nan as per printf() not Inf, Infinity or Nan (from dtoa)millert2006-01-101-4/+8
* Use localeconv() to get the locale-specific radix char like printf does.millert2006-01-101-3/+6
* Nan and Infinity can be negativemillert2006-01-101-6/+12
* zap remaining rcsid.espie2005-08-081-5/+1
* Sync with share/misc/license.template and add missing DARPA creditmillert2003-06-171-10/+14
* Use an ISC-tyle license for all my code; it is simpler and more permissive.millert2003-06-031-23/+12
* Pass ndigit+1 as size arg to strlcpy() since ndigit doesn't include the NULmillert2003-05-091-3/+3
* use strlcpy(); assumes buf is at least ndigit bytes long which is asmillert2003-04-021-4/+7
* Add ecvt(), fcvt() and gcvt() for standard compliance and legacy code.millert2002-12-021-0/+103