diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-11-05 22:18:32 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-11-05 22:18:32 +0000 |
commit | f268ab5f69b70ffc3e5fae70f57c7e71cd475319 (patch) | |
tree | cdf10b51f90768a9ff2129d9ed501aee14cb687a /ChangeLog | |
parent | 01189b083b8ce54fc568fd2ab0dd433d869ede0e (diff) | |
download | glibc-f268ab5f69b70ffc3e5fae70f57c7e71cd475319.tar glibc-f268ab5f69b70ffc3e5fae70f57c7e71cd475319.tar.gz glibc-f268ab5f69b70ffc3e5fae70f57c7e71cd475319.tar.bz2 glibc-f268ab5f69b70ffc3e5fae70f57c7e71cd475319.zip |
Add script to list fixed bugs for the NEWS file.
This patch adds a script to list fixed bugs for the NEWS file, as
proposed in
<https://sourceware.org/ml/libc-alpha/2015-10/msg01043.html>, with the
bugs listed in the format proposed in
<https://sourceware.org/ml/libc-alpha/2015-11/msg00088.html>.
* scripts/list-fixed-bugs.py: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2015-11-05 Joseph Myers <joseph@codesourcery.com> + * scripts/list-fixed-bugs.py: New file. + [BZ #19213] * sysdeps/i386/fpu/e_log.S (__log_finite): Ensure +0 is always returned for argument 1. |