patchAVR C Runtime Library - Patches: patch #4137, Fix for bug #12646

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #4137: Fix for bug #12646

Submitter:  Bjarne Laursen <bl_rosetech>
Submitted:  Fri 01 Jul 2005 12:59:54 PM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  joerg_wunsch Open/Closed:  Closed

Fri 01 Jul 2005 12:59:54 PM UTC, original submission:  

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.

Bjarne Laursen <bl_rosetech>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #9018:  strtod.S added by bl_rosetech (8KiB - text/plain - fixed file based on cvs Revision 1.7)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 5 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-07-31 joerg_wunsch StatusNone Done
    Assigned toNone joerg_wunsch
    Open/ClosedOpen Closed
2005-07-01 bl_rosetech Attached File- Added strtod.S, #4779
    Carbon-Copy- Added -email is unavailable-

Back to the top

Powered by Savane 3.13-4b48.
Corresponding source code