Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 155394 Details for
Bug 241279
Review Request: avr-libc - C library for use with GCC on Atmel AVR microcontrollers
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Fixes wrong encoding in documentation.
avr-libc-1.4.6-documentation-encoding.patch (text/plain), 4.43 KB, created by
Trond Danielsen
on 2007-05-24 21:11:59 UTC
(
hide
)
Description:
Fixes wrong encoding in documentation.
Filename:
MIME Type:
Creator:
Trond Danielsen
Created:
2007-05-24 21:11:59 UTC
Size:
4.43 KB
patch
obsolete
>diff -upr avr-libc-1.4.6/doc/api/doxygen.config.in avr-libc-1.4.6_new/doc/api/doxygen.config.in >--- avr-libc-1.4.6/doc/api/doxygen.config.in 2007-04-21 22:09:47.000000000 +0200 >+++ avr-libc-1.4.6_new/doc/api/doxygen.config.in 2007-05-24 22:49:35.000000000 +0200 >@@ -843,7 +843,7 @@ USE_PDFLATEX = NO > # running if errors occur, instead of asking the user for help. > # This option is also used when generating formulas in HTML. > >-LATEX_BATCHMODE = YES >+LATEX_BATCHMODE = NO > > # If LATEX_HIDE_INDICES is set to YES then doxygen will not > # include the index chapters (such as File Index, Compound Index, etc.) >diff -upr avr-libc-1.4.6/doc/api/faq.dox avr-libc-1.4.6_new/doc/api/faq.dox >--- avr-libc-1.4.6/doc/api/faq.dox 2007-02-06 00:01:11.000000000 +0100 >+++ avr-libc-1.4.6_new/doc/api/faq.dox 2007-05-24 22:49:13.000000000 +0200 >@@ -904,30 +904,30 @@ the different optimization levels, and a > <tr> > <td>-O3</td> > <td>6898</td> >- <td>903 µs</td> >+ <td>903 µs</td> > <td>19.7 ms</td> > </tr> > <tr> > <td>-O2</td> > <td>6666</td> >- <td>972 µs</td> >+ <td>972 µs</td> > <td>20.1 ms</td> > </tr> > <tr> > <td>-Os</td> > <td>6618</td> >- <td>955 µs</td> >+ <td>955 µs</td> > <td>20.1 ms</td> > </tr> > <tr> > <td>-Os -mcall-prologues</td> > <td>6474</td> >- <td>972 µs</td> >+ <td>972 µs</td> > <td>20.1 ms</td> > </tr> > </table> > >-(The difference between 955 µs and 972 µs was just a single >+(The difference between 955 µs and 972 µs was just a single > timer-tick, so take this with a grain of salt.) > > So generally, it seems <tt>-Os -mcall-prologues</tt> is the most >diff -upr avr-libc-1.4.6/doc/api/overview.dox avr-libc-1.4.6_new/doc/api/overview.dox >--- avr-libc-1.4.6/doc/api/overview.dox 2007-05-08 22:57:43.000000000 +0200 >+++ avr-libc-1.4.6_new/doc/api/overview.dox 2007-05-24 22:40:25.000000000 +0200 >@@ -61,7 +61,7 @@ its GNU/Linux variant." The FSF remains > > The GNU Project was launched in 1984 to develop a complete Unix-like operating > system which is free software: the GNU system. GNU is a recursive acronym for >-GNU's Not Unix; it is pronounced guh-noo, approximately like canoe. >+``GNU's Not Unix''; it is pronounced guh-noo, approximately like canoe. > > One of the main projects of the GNU system is the GNU Compiler Collection, or > GCC, and its sister project, GNU Binutils. These two open source projects >diff -upr avr-libc-1.4.6/include/stdio.h avr-libc-1.4.6_new/include/stdio.h >--- avr-libc-1.4.6/include/stdio.h 2007-01-23 16:34:58.000000000 +0100 >+++ avr-libc-1.4.6_new/include/stdio.h 2007-05-24 22:39:12.000000000 +0200 >@@ -494,7 +494,7 @@ extern int fclose(FILE *__stream); > > - An optional decimal digit string specifying a minimum field width. > If the converted value has fewer characters than the field width, it >- will be padded with spaces on the left (or right, if the left-adjust >+ will be padded with spaces on the left (or right, if the left-adjust- > ment flag has been given) to fill out the field width. > - An optional precision, in the form of a period . followed by an > optional digit string. If the digit string is omitted, the >@@ -533,7 +533,7 @@ extern int fclose(FILE *__stream); > - \c % A \c % is written. No argument is converted. The complete > conversion specification is "%%". > - \c eE The double argument is rounded and converted in the format >- \c "[-]d.ddde±dd" where there is one digit before the >+ \c "[-]d.ddde±dd" where there is one digit before the > decimal-point character and the number of digits after it > is equal to the precision; if the precision is missing, it > is taken as 6; if the precision is zero, no decimal-point >diff -upr avr-libc-1.4.6/include/stdlib.h avr-libc-1.4.6_new/include/stdlib.h >--- avr-libc-1.4.6/include/stdlib.h 2007-04-21 22:09:47.000000000 +0200 >+++ avr-libc-1.4.6_new/include/stdlib.h 2007-05-24 22:39:24.000000000 +0200 >@@ -587,7 +587,7 @@ extern long random_r(unsigned long *ctx) > an ASCII representation that will be stored under \c s. The caller > is responsible for providing sufficient storage in \c s. > >- Conversion is done in the format \c "[-]d.ddde±dd" where there is >+ Conversion is done in the format \c "[-]d.ddde±dd" where there is > one digit before the decimal-point character and the number of > digits after it is equal to the precision \c prec; if the precision > is zero, no decimal-point character appears. If \c flags has the
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 241279
: 155394