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

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

[avr-libc-dev] [patch #4137] Fix for bug #12646


From: Bjarne Laursen
Subject: [avr-libc-dev] [patch #4137] Fix for bug #12646
Date: Fri, 1 Jul 2005 12:59:56 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)

URL:
  <http://savannah.nongnu.org/patch/?func=detailitem&item_id=4137>

                 Summary: Fix for bug #12646 
                 Project: AVR C Runtime Library
            Submitted by: bl_rosetech
            Submitted on: Fri 07/01/05 at 12:59
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open

    _______________________________________________________

Details:

Problem: the endptr is only moved if a character affects the result. Input "0"
puts the endptr at start of input. "1.23e00" puts endptr at the e.
"1.1111111111111111111" and "111111111111111111111111" put endptr just after
the number of digits that will be used.

Fix: endptr is now moved to the end in all above cases.



    _______________________________________________________

Carbon-Copy List:

CC Address                          | Comment
------------------------------------+-----------------------------
address@hidden                | 



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Fri 07/01/05 at 12:59  Name: strtod.S  Size: 7.77KB   By: bl_rosetech
fixed file based on cvs Revision 1.7
<http://savannah.nongnu.org/patch/download.php?item_id=4137&item_file_id=4779>

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?func=detailitem&item_id=4137>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

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