bugAVR C Runtime Library - Bugs: bug #49020, dtostre() flags documentation error

 
 

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

bug #49020: dtostre() flags documentation error

Submitter:  None
Submitted:  Wed 07 Sep 2016 11:42:19 AM UTC
   
 
Category:  Documentation Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Documentation
Status:  Fixed Assigned to:  joerg_wunsch
Percent Complete:  0% Originator Email:  -email is unavailable-
Open/Closed:  Closed Release:  Any
Fixed Release:  2.0.1

Wed 07 Sep 2016 12:10:41 PM UTC, comment #1: 

Thanks for noticing this, fixed.

Joerg Wunsch <joerg_wunsch>
Group administrator
Wed 07 Sep 2016 11:42:19 AM UTC, original submission:  

The dtostre() flag macros begin with DTOSTR_, but the documentation says they begin with DTOSTRE_

include/stdlib.h:


/** \ingroup avr_stdlib
    Bit value that can be passed in \c flags to dtostre(). */
#define DTOSTR_ALWAYS_SIGN 0x01        /* put '+' or ' ' for positives */
/** \ingroup avr_stdlib
    Bit value that can be passed in \c flags to dtostre(). */
#define DTOSTR_PLUS_SIGN   0x02        /* put '+' rather than ' ' */
/** \ingroup avr_stdlib
    Bit value that can be passed in \c flags to dtostre(). */
#define DTOSTR_UPPERCASE   0x04        /* put 'E' rather 'e' */

...

   is zero, no decimal-point character appears.  If \c flags has the
   DTOSTRE_UPPERCASE bit set, the letter \c 'E' (rather than \c 'e' ) will be
...
   If \c flags has the DTOSTRE_ALWAYS_SIGN bit set, a space character
   will be placed into the leading position for positive numbers.

   If \c flags has the DTOSTRE_PLUS_SIGN bit set, a plus sign will be
   used instead of a space character in this case.
...


Anonymous

 

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

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by joerg_wunsch (Posted a comment)
  • -email is unavailable- added by None (Submitted the item)
  •  

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-09-07 joerg_wunsch StatusNone Fixed
        Assigned toNone joerg_wunsch
        Open/ClosedOpen Closed
        Fixed ReleaseNone 2.0.1

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code