]> granicus.if.org Git - gc/commitdiff
Fix typos in names in AUTHORS and ChangeLog files
authorIvan Maidanski <ivmai@mail.ru>
Sat, 3 May 2014 18:50:50 +0000 (22:50 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Sat, 3 May 2014 20:18:43 +0000 (00:18 +0400)
* AUTHORS: Fix typo in surname (Bryce McKinlay, Slava Sysoltsev).
* ChangeLog: Likewise.
* AUTHORS: Fix typo in name or surname (Philip Brown, Rutger Ovidius).
* AUTHORS: Place surname after 1st name (Tommaso Tagliapietra).
* AUTHORS: Remove computer system name (Harris NightHawk).

AUTHORS
ChangeLog

diff --git a/AUTHORS b/AUTHORS
index c300d18bc55545886510eb5ff2a0d3db58e417c6..6cc7222c8eefd26d2d0ca222dd364dc56aaf1ebd 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -71,7 +71,7 @@ Brian F. Dennis <xjam@cork.cs.berkeley.edu>
 Brian Lewis <btlewis@eng.sun.com>
 Bruce Hoult <bruce@hoult.org>
 Bruce Mitchener <bruce.mitchener@gmail.com>
-Bryce McKinley
+Bryce McKinlay <mckinlay@redhat.com>
 Burkhard Linke <blinke@cebitec.uni-bielefeld.de>
 Cesar Eduardo Barros
 Charles Mills
@@ -134,7 +134,6 @@ H.J. Lu <hjl.tools@gmail.com>
 Hanno Boeck
 Hans Boehm <boehm@acm.org>
 Hans-Peter Nilsson <hp@gcc.gnu.org>
-Harris NightHawk
 Henning Makholm <Henning@octoshape.com>
 Henrik Theiling
 Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
@@ -262,10 +261,10 @@ Peter Wang
 Petr Krajca <krajcap@inf.upol.cz>
 Petr Salinger
 Petter Urkedal <paurkedal@gmail.com>
+Philip Brown <phil@opencsw.org>
 Philipp Tomsich
 Philippe Queinnec
 Phillip Musumeci
-Philp Brown
 Pierre de Rop
 Radek Polak
 Rainer Orth <ro@cebitec.uni-bielefeld.de>
@@ -288,7 +287,7 @@ Roger Sayle
 Roman Hodek
 Romano Paolo Tenca <rotenca@telvia.it>
 Russell Ruby <russ@sludge.net>
-Rutger Ovidus
+Rutger Ovidius <ovidr@users.sourceforge.net>
 Ryan Murray
 Salvador Eduardo Tropea
 Samuel Thibault
@@ -297,14 +296,13 @@ Scott Schwartz <schwartz@groucho.cse.psu.edu>
 Sebastien Pouliot <sebastien@ximian.com>
 Shawn Wagner
 Simon Posnjak
-Slava Sysoltev
+Slava Sysoltsev <Viatcheslav.Sysoltsev@h-d-gmbh.de>
 Stefan Ring
 Stefano Rivera <stefano@rivera.za.net>
 Sugioka Toshinobu
 Suzuki Toshiya
 Sven Hartrumpf
 Sven Verdoolaege
-Tagliapietra Tommaso
 Takis Psarogiannakopoulos <takis@xfree86.org>
 Tatsuya Bizenn
 Thiemo Seufer <ths@networkno.de>
@@ -317,6 +315,7 @@ Tim Bingham
 Timothy N. Newsham
 Todd Berman <tberman@mono-cvs.ximian.com>
 Tom Tromey <tromey@cygnus.com>
+Tommaso Tagliapietra <tommaso.tagliapietra@enel.it>
 Toralf Foerster
 Toshio Endo
 Tsugutomo Enami <tsugutomo.enami@jp.sony.com>
index 24483ed5d1a5fbfadd3691f0098996c8fc760157..bddc35a3bc8d6a3b9e3822df9ac1d1e540d2f6e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6470,7 +6470,7 @@ comment it doesn't, and it's unclear that's correct.
 * GC_alloc_large had several largely compensating bugs in the
 computation of GC_words_wasted.  (It was confused about bytes vs.
 words in two places.)
-* Integrated Slava Sysoltev's patch to support more recent versions of
+* Integrated Slava Sysoltsev's patch to support more recent versions of
 the Intel compiler on IA64/Linux.
 * Changed win32 spinlock initialization to conditionally set a spin count.
 (Emmanual Stumpf pointed out that enabling this makes a large performance
@@ -7427,7 +7427,7 @@ when SMALL_CONFIG was defined.  This was no doubt a major performance bug for
 the default win32 configuration.
 * Removed -DSMALL_CONFIG from NT_MAKEFILE.  It seemed like an anachronism now
 that the average PC has 64MB or so.
-* Integrated Bryce McKinley's patches for linux threads and dynamic loading
+* Integrated Bryce McKinlay's patches for linux threads and dynamic loading
 from the libgcj tree.  Turned on dynamic loading support for Linux/PPC.
 * Changed the stack finding code to use environ on HP/UX.  This should
 probably be done on other platforms, too.  Since I can't test those, that'll