avr-libc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-commit] [2443] bug #38614 dtostrf - wrong behavior or wrong do


From: Joerg Wunsch
Subject: [avr-libc-commit] [2443] bug #38614 dtostrf - wrong behavior or wrong documentation
Date: Mon, 11 Aug 2014 21:51:00 +0000

Revision: 2443
          http://svn.sv.gnu.org/viewvc/?view=rev&root=avr-libc&revision=2443
Author:   joerg_wunsch
Date:     2014-08-11 21:50:59 +0000 (Mon, 11 Aug 2014)
Log Message:
-----------
bug #38614 dtostrf - wrong behavior or wrong documentation
* include/stdlib.h (dtostrf): add "possible for the decimal dot

Ticket Links:
------------
    http://savannah.gnu.org/bugs/?38614

Modified Paths:
--------------
    trunk/avr-libc/ChangeLog
    trunk/avr-libc/NEWS
    trunk/avr-libc/include/stdlib.h

Modified: trunk/avr-libc/ChangeLog
===================================================================
--- trunk/avr-libc/ChangeLog    2014-08-11 21:42:11 UTC (rev 2442)
+++ trunk/avr-libc/ChangeLog    2014-08-11 21:50:59 UTC (rev 2443)
@@ -1,5 +1,10 @@
 2014-08-11  Joerg Wunsch <address@hidden>
 
+       bug #38614 dtostrf - wrong behavior or wrong documentation
+       * include/stdlib.h (dtostrf): add "possible for the decimal dot
+
+2014-08-11  Joerg Wunsch <address@hidden>
+
        bug #39779 PCIE0 and PCIE1 defined incorrectly for mega165a and 
mega165pa devices
        * include/avr/iom165a.h: Create a separate IO header file for
        the ATmega165A (derived from ATmega165PA which has already been

Modified: trunk/avr-libc/NEWS
===================================================================
--- trunk/avr-libc/NEWS 2014-08-11 21:42:11 UTC (rev 2442)
+++ trunk/avr-libc/NEWS 2014-08-11 21:50:59 UTC (rev 2443)
@@ -31,6 +31,7 @@
   [#42084] wrong LFUSE_DEFAULT in iotn84a.h
   [#42085] HFUSE_DEFAULT not defined for iotn84.h
   [#39779] PCIE0 and PCIE1 defined incorrectly for mega165a and mega165pa 
devices
+  [#38614] dtostrf - wrong behavior or wrong documentation
   [no-id]  XXX_vect_num not consistent io90pwmx.h, iousbxx6_7.h
   [no-id]  Specialize clock_prescale_set/get for mega hvb devices
   [no-id]  Update register and bit definitions for tiny 13a/24a/44a/84a,

Modified: trunk/avr-libc/include/stdlib.h
===================================================================
--- trunk/avr-libc/include/stdlib.h     2014-08-11 21:42:11 UTC (rev 2442)
+++ trunk/avr-libc/include/stdlib.h     2014-08-11 21:50:59 UTC (rev 2443)
@@ -645,7 +645,7 @@
    is responsible for providing sufficient storage in \c s.
 
    Conversion is done in the format \c "[-]d.ddd".  The minimum field
-   width of the output string (including the \c '.' and the possible
+   width of the output string (including the possible \c '.' and the possible
    sign for negative values) is given in \c width, and \c prec determines
    the number of digits after the decimal sign. \c width is signed value,
    negative for left adjustment.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]