about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-12-22 06:19:32 +0000
committerRoland McGrath <roland@gnu.org>2003-12-22 06:19:32 +0000
commitf5708cb05957f375b568578c61e3a76acd788cd3 (patch)
treec9e347c6a8115df411fbf93a6da317258629760f /ChangeLog
parent83a93ac66e30eb5e34a4ad0ea84ddcc87d1b9253 (diff)
downloadglibc-f5708cb05957f375b568578c61e3a76acd788cd3.tar.gz
glibc-f5708cb05957f375b568578c61e3a76acd788cd3.tar.xz
glibc-f5708cb05957f375b568578c61e3a76acd788cd3.zip
* manual/arith.texi (Parsing of Integers): Typo fix.
2003-12-20  Roland McGrath  <roland@frob.com>

	* sysdeps/generic/ifreq.c (__ifreq) [_HAVE_SA_LEN]: Fix typo:
	add missing dereference of IFREQS before counting loop.

	* sysdeps/unix/sysv/linux/powerpc/sys/procfs.h [!__PPC64_ELF_H]: Extend
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d4125ccd2a..631375ba82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2003-12-21  Roland McGrath  <roland@redhat.com>
+
+	* manual/arith.texi (Parsing of Integers): Typo fix.
+
+2003-12-20  Roland McGrath  <roland@frob.com>
+
+	* sysdeps/generic/ifreq.c (__ifreq) [_HAVE_SA_LEN]: Fix typo:
+	add missing dereference of IFREQS before counting loop.
+
 2003-12-21  Andreas Schwab  <schwab@suse.de>
 
 	* sysdeps/m68k/m68020/bits/atomic.h: Avoid matching memory
@@ -68,7 +77,7 @@
 
 2003-12-16  Steven Munroe  <sjmunroe@us.ibm.com>
 
-	* sysdeps/unix/sysv/linux/powerpc/sys/procfs.h [!__PPC64_ELF_H]: Extent
+	* sysdeps/unix/sysv/linux/powerpc/sys/procfs.h [!__PPC64_ELF_H]: Extend
 	conditional to include typedef elf_vrreg_t.
 
 2002-12-17  Paolo Bonzini  <bonzini@gnu.org>