aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2013-08-29 14:15:45 -0700
committerRoland McGrath <roland@hack.frob.com>2013-08-29 14:15:45 -0700
commit99541e80777c82fb0cea14944209877ef961aa9f (patch)
tree862ac17d49e4a3f8045ffdff38ca94732fbc8231 /ChangeLog
parentd4e16af1aea18abe082bd7bf213b85b0c432d304 (diff)
downloadglibc-99541e80777c82fb0cea14944209877ef961aa9f.zip
glibc-99541e80777c82fb0cea14944209877ef961aa9f.tar.gz
glibc-99541e80777c82fb0cea14944209877ef961aa9f.tar.bz2
Fix up ChangeLog formatting.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 6 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index aea6ece..5fa802c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -34,7 +34,6 @@
instead of ELFOSABI_LINUX.
[BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
-
* stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
* stdlib/strtod_l.c (SET_MANTISSA): Likewise.
* sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
@@ -73,9 +72,12 @@
* sysdeps/unix/bsd/ptsname.c: Likewise.
* sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
* sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
- * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
- * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
- * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
+ * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
+ Likewise.
+ * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
+ Likewise.
+ * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
+ Likewise.
* sysdeps/unix/sysv/linux/ptsname.c: Likewise.
2013-08-28 Siddhesh Poyarekar <siddhesh@redhat.com>