public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug admin/19737] Doc page “20.5.2 Infinity and NaN” has incorrect HTML character entities for infinity & pi
       [not found] <bug-19737-131@http.sourceware.org/bugzilla/>
@ 2020-07-14 11:48 ` jwakely.gcc at gmail dot com
  2020-07-14 11:53 ` jwakely.gcc at gmail dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: jwakely.gcc at gmail dot com @ 2020-07-14 11:48 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=19737

Jonathan Wakely <jwakely.gcc at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jwakely.gcc at gmail dot com

--- Comment #1 from Jonathan Wakely <jwakely.gcc at gmail dot com> ---
The https://www.gnu.org/software/libc/manual/html_node/Parsing-of-Floats.html
page also has the &infin; entity in the description of strtod.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug admin/19737] Doc page “20.5.2 Infinity and NaN” has incorrect HTML character entities for infinity & pi
       [not found] <bug-19737-131@http.sourceware.org/bugzilla/>
  2020-07-14 11:48 ` [Bug admin/19737] Doc page “20.5.2 Infinity and NaN” has incorrect HTML character entities for infinity & pi jwakely.gcc at gmail dot com
@ 2020-07-14 11:53 ` jwakely.gcc at gmail dot com
  2020-07-15  6:42 ` fweimer at redhat dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: jwakely.gcc at gmail dot com @ 2020-07-14 11:53 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=19737

--- Comment #2 from Jonathan Wakely <jwakely.gcc at gmail dot com> ---
And also
https://www.gnu.org/software/libc/manual/html_node/Math-Error-Reporting.html

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug admin/19737] Doc page “20.5.2 Infinity and NaN” has incorrect HTML character entities for infinity & pi
       [not found] <bug-19737-131@http.sourceware.org/bugzilla/>
  2020-07-14 11:48 ` [Bug admin/19737] Doc page “20.5.2 Infinity and NaN” has incorrect HTML character entities for infinity & pi jwakely.gcc at gmail dot com
  2020-07-14 11:53 ` jwakely.gcc at gmail dot com
@ 2020-07-15  6:42 ` fweimer at redhat dot com
  2020-07-15  7:06 ` fweimer at redhat dot com
  2020-07-16  8:18 ` fweimer at redhat dot com
  4 siblings, 0 replies; 5+ messages in thread
From: fweimer at redhat dot com @ 2020-07-15  6:42 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=19737

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|unassigned at sourceware dot org   |fweimer at redhat dot com
                 CC|                            |fweimer at redhat dot com

--- Comment #3 from Florian Weimer <fweimer at redhat dot com> ---
Looks like a Texinfo regression/behavioral change. I'll see if I can fix this
on the glibc side.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug admin/19737] Doc page “20.5.2 Infinity and NaN” has incorrect HTML character entities for infinity & pi
       [not found] <bug-19737-131@http.sourceware.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2020-07-15  6:42 ` fweimer at redhat dot com
@ 2020-07-15  7:06 ` fweimer at redhat dot com
  2020-07-16  8:18 ` fweimer at redhat dot com
  4 siblings, 0 replies; 5+ messages in thread
From: fweimer at redhat dot com @ 2020-07-15  7:06 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=19737

--- Comment #4 from Florian Weimer <fweimer at redhat dot com> ---
Patch posted: https://sourceware.org/pipermail/libc-alpha/2020-July/116357.html

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug admin/19737] Doc page “20.5.2 Infinity and NaN” has incorrect HTML character entities for infinity & pi
       [not found] <bug-19737-131@http.sourceware.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2020-07-15  7:06 ` fweimer at redhat dot com
@ 2020-07-16  8:18 ` fweimer at redhat dot com
  4 siblings, 0 replies; 5+ messages in thread
From: fweimer at redhat dot com @ 2020-07-16  8:18 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=19737

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED
   Target Milestone|---                         |2.32

--- Comment #5 from Florian Weimer <fweimer at redhat dot com> ---
Fixed in glibc 2.32:

commit da7d62b50396c8b6d67c1ba800a196e83e2ec469
Author: Florian Weimer <fweimer@redhat.com>
Date:   Thu Jul 16 10:17:31 2020 +0200

    manual: Use Unicode instead HTML entities for characters (bug 19737)

    Texinfo no longer treats arguments to @set in @ifhtml blocks as
    literal HTML, so the & in the entity references was encoded as
    @amp; in HTML.  Using the equivalent Unicode characters avoids
    this issue.

    Reviewed-by: Carlos O'Donell <carlos@redhat.com>
    Tested-by: Carlos O'Donell <carlos@redhat.com>

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-07-16  8:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-19737-131@http.sourceware.org/bugzilla/>
2020-07-14 11:48 ` [Bug admin/19737] Doc page “20.5.2 Infinity and NaN” has incorrect HTML character entities for infinity & pi jwakely.gcc at gmail dot com
2020-07-14 11:53 ` jwakely.gcc at gmail dot com
2020-07-15  6:42 ` fweimer at redhat dot com
2020-07-15  7:06 ` fweimer at redhat dot com
2020-07-16  8:18 ` fweimer at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).