aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.old/ChangeLog.7
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2019-08-23 13:07:38 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2019-08-23 13:11:05 -0700
commite6855a3bdfe147c52b29b5e7d70a95a8aa22ece0 (patch)
treee493ed93abc4cd7a2b2660682868b77b0a972998 /ChangeLog.old/ChangeLog.7
parentedd8d70b91e1ccef549a7c668499596cc4d56ad1 (diff)
downloadglibc-e6855a3bdfe147c52b29b5e7d70a95a8aa22ece0.zip
glibc-e6855a3bdfe147c52b29b5e7d70a95a8aa22ece0.tar.gz
glibc-e6855a3bdfe147c52b29b5e7d70a95a8aa22ece0.tar.bz2
Fix spellings of contributor names in comments and doc
Diffstat (limited to 'ChangeLog.old/ChangeLog.7')
-rw-r--r--ChangeLog.old/ChangeLog.712
1 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog.old/ChangeLog.7 b/ChangeLog.old/ChangeLog.7
index cc1a5a7..3611c54 100644
--- a/ChangeLog.old/ChangeLog.7
+++ b/ChangeLog.old/ChangeLog.7
@@ -415,7 +415,7 @@
definition. Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
* stdlib/strtod.c: Handle numbers like 0.0e10000 correctly which
- produce ±0.0. Reported by Joe Keane <jgk@jgk.org>.
+ produce ±0.0. Reported by Joe Keane <jgk@jgk.org>.
* sysdeps/libm-ieee754/s_ceill.c: Fix typos.
* sysdeps/libm-ieee754/s_llrint.c: Correct code, it never worked.
@@ -4010,7 +4010,7 @@
* login/getutid.c: Rename to __getutid and make getutid and getutxid
weak aliases.
- Patch by ir. Mark M._Kettenis <kettenis@phys.uva.nl>.
+ Patch by ir. Mark M. Kettenis <kettenis@phys.uva.nl>.
1997-08-11 23:55 Ulrich Drepper <drepper@cygnus.com>
@@ -5401,7 +5401,7 @@
1997-06-30 14:49 H.J. Lu <hjl@gnu.ai.mit.edu>
- From Ralf Baechle <ralf@informatik.uni-koblenz.de> on
+ From Ralf Bächle <ralf@informatik.uni-koblenz.de> on
Sat Jun 21 18:11:21 1997:
* sysdeps/unix/sysv/linux/syscalls.list (swapon): Add __swapon alias.
@@ -5782,7 +5782,7 @@
1997-07-05 11:56 Ulrich Drepper <drepper@cygnus.com>
* login/login.c (tty_name): Use newly allocated buffer.
- Patch by Jaakko Hyvätti <jaakko.hyvatti@iki.fi>.
+ Patch by Jaakko Hyvätti <jaakko.hyvatti@iki.fi>.
* time/asctime.c: Never translate week and month name according
to LC_TIME. Patch by Paul Eggert <eggert@twinsun.com>.
@@ -9333,7 +9333,7 @@
* string/tst-svc.c: New file. Test for strverscmp.
* string/tst-svc.input: New file. Input data for tst-svc.
* string/tst-svc.expect: New file. Expected out from tst-svc.
- Patches by Jean-François Bignolles <bignolle@ecoledoc.ibp.fr>.
+ Patches by Jean-François Bignolles <bignolle@ecoledoc.ibp.fr>.
* math/Makefile (calls): Add s_signbit.
@@ -14547,7 +14547,7 @@
* malloc/malloc.h (__malloc_initialized) [_LIBC]: Define as
__libc_malloc_initialized so that this variable is not shared with
other users of GNU malloc.
- Suggested by Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>.
+ Suggested by Martin von Löwis <martin@mira.isdn.cs.tu-berlin.de>.
* mcheck.h: Correct typo. Use malloc/ instead of new-malloc/.