]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* manual/arith.texi (Parsing of Integers): Typo fix.
authorRoland McGrath <roland@gnu.org>
Mon, 22 Dec 2003 06:19:32 +0000 (06:19 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 22 Dec 2003 06:19:32 +0000 (06:19 +0000)
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

ChangeLog
manual/arith.texi

index d4125ccd2a8749d630c64f17d3348e325a7f3da6..631375ba8210f8bd6542f606e76d5ab25ab59cd8 100644 (file)
--- 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>
index 0f2e6fe86d9b34f06aa59e2e1575ab828c2bfd42..6c651669f056736ce9230507c45eba497958ce7e 100644 (file)
@@ -2196,7 +2196,7 @@ The @code{wcstoull} function was introduced in @w{Amendment 1} of @w{ISO C90}.
 The @code{wcstouq} function is equivalent to the @code{strtouq} function
 in nearly all aspects but handles wide character strings.
 
-The @code{wcstoq} function is a GNU extension.
+The @code{wcstouq} function is a GNU extension.
 @end deftypefun
 
 @comment inttypes.h