aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib/ldtoa.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-03ldtoa: Import gdtoa from OpenBSD.Takashi Yano1-0/+6
2021-11-26ldtoa: Fix insufficient valid output digits for "%f" format.Takashi Yano1-16/+25
2021-11-22ldtoa: don't restrict outbuf size to ndigitsCorinna Vinschen1-10/+25
2021-11-04ldtoa: fix dropping too many digits from outputCorinna Vinschen1-3/+6
2020-01-09Prevent more NULL ptr accesses due to Balloc out of memoryJeff Johnston1-1/+1
2018-08-08newlib: fix various gcc warningsCorinna Vinschen1-0/+7
2018-01-17ansification: remove _CONSTYaakov Selkowitz1-54/+54
2015-11-20Import correctly working strtold from David M. Gay.Corinna Vinschen1-2/+2
2015-11-19ldtoa.c: Reindent to GNU styleCorinna Vinschen1-2317/+2403
2014-03-212014-03-21 Maciej W. Rozycki <macro@codesourcery.com>Jeff Johnston1-2/+39
2013-06-10 * libc/stdlib/gdtoa-gethex.c (__hexdig): Constify.Corinna Vinschen1-42/+44
2008-12-112008-12-11 Craig Howland <howland@LGSInnovations.com>Jeff Johnston1-2/+1
2008-10-062008-10-06 Eric Blake <ebb9@byu.net>Jeff Johnston1-1/+1
2007-06-062007-06-06 Christian Groessler <chris@groessler.org>Jeff Johnston1-2/+2
2007-05-16 * libc/include/math.h (INFINITY, NAN, FP_ILOGB0, FP_ILOGBNAN)Eric Blake1-31/+26
2005-06-162005-06-16 Christopher Faylor <cgf@timesys.com>Jeff Johnston1-11/+21
2003-10-202003-10-20 Bob Wilson <bob.wilson@acm.org>Jeff Johnston1-1/+1
2003-02-032003-02-03 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-18/+30
2003-01-072003-01-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-6/+14
2002-11-122002-11-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-1/+1
2002-02-052002-02-05 Manik Raina <manik@cisco.com>Jeff Johnston1-3/+0
2002-02-03* implement a new `struct _reent' that is significantly smaller. use thisMatthew Green1-8/+10
2000-12-142000-12-13 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-0/+41
2000-12-072000-12-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-3667/+3679
2000-12-062000-12-06 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-0/+3667