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

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

[avr-libc-commit] [2539] Submitted by Karol Babioch:


From: j
Subject: [avr-libc-commit] [2539] Submitted by Karol Babioch:
Date: Sun, 11 Jun 2017 11:25:03 -0400 (EDT)

Revision: 2539
          http://svn.sv.gnu.org/viewvc/?view=rev&root=avr-libc&revision=2539
Author:   joerg_wunsch
Date:     2017-06-11 11:25:02 -0400 (Sun, 11 Jun 2017)
Log Message:
-----------
Submitted by Karol Babioch:
patch #8536: Fix a typo within <stdio.h>
* include/stdio.h: Fix small typo.

Ticket Links:
------------
    http://savannah.gnu.org/patch/?8536

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

Modified: trunk/avr-libc/ChangeLog
===================================================================
--- trunk/avr-libc/ChangeLog    2017-06-11 15:16:05 UTC (rev 2538)
+++ trunk/avr-libc/ChangeLog    2017-06-11 15:25:02 UTC (rev 2539)
@@ -1,5 +1,11 @@
 2017-06-11  Joerg Wunsch <address@hidden>
 
+       Submitted by Karol Babioch:
+       patch #8536: Fix a typo within <stdio.h>
+       * include/stdio.h: Fix small typo.
+
+2017-06-11  Joerg Wunsch <address@hidden>
+
        Submitted by Georg-Johann Lay:
        patch #8729: [avr/interrupt.h] Add ISR_NOICF, ISR_FLATTEN. Fix 
namespace of identifiers.
        * include/avr/interrupt.h: Add ISR_NOICF, ISR_FLATTEN

Modified: trunk/avr-libc/NEWS
===================================================================
--- trunk/avr-libc/NEWS 2017-06-11 15:16:05 UTC (rev 2538)
+++ trunk/avr-libc/NEWS 2017-06-11 15:25:02 UTC (rev 2539)
@@ -21,6 +21,7 @@
   [#8964] Update tests isinf-01.c, signbit-01.c and modf-np.c
   [#9163] New eeprom write block function for xmega using eeprom page write
   [#8729] [avr/interrupt.h] Add ISR_NOICF, ISR_FLATTEN. Fix namespace of 
identifiers.
+  [#8536] Fix a typo within <stdio.h>
 
 * Other changes:
 

Modified: trunk/avr-libc/include/stdio.h
===================================================================
--- trunk/avr-libc/include/stdio.h      2017-06-11 15:16:05 UTC (rev 2538)
+++ trunk/avr-libc/include/stdio.h      2017-06-11 15:25:02 UTC (rev 2539)
@@ -594,7 +594,7 @@
    \par Notes:
    - For floating-point conversions, if you link default or minimized
      version of vfprintf(), the symbol \c ? will be output and double
-     argument will be skiped. So you output below will not be crashed.
+     argument will be skipped. So you output below will not be crashed.
      For default version the width field and the "pad to left" ( symbol
      minus ) option will work in this case.
    - The \c hh length modifier is ignored (\c char argument is




reply via email to

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