]> Git Repo - binutils.git/blob - gdb/MAINTAINERS
gdb/testsuite/
[binutils.git] / gdb / MAINTAINERS
1                 GDB Maintainers
2                 ===============
3
4
5                    Overview
6                    --------
7
8 This file describes different groups of people who are, together, the
9 maintainers and developers of the GDB project.  Don't worry - it sounds
10 more complicated than it really is.
11
12 There are four groups of GDB developers, covering the patch development and
13 review process:
14
15   - The Global Maintainers.
16
17     These are the developers in charge of most daily development.  They
18     have wide authority to apply and reject patches, but defer to the
19     Responsible Maintainers (see below) within their spheres of
20     responsibility.
21
22   - The Responsible Maintainers.
23
24     These are developers who have expertise and interest in a particular
25     area of GDB, who are generally available to review patches, and who
26     prefer to enforce a single vision within their areas.
27
28   - The Authorized Committers.
29
30     These are developers who are trusted to make changes within a specific
31     area of GDB without additional oversight.
32
33   - The Write After Approval Maintainers.
34
35     These are developers who have write access to the GDB source tree.  They
36     can check in their own changes once a developer with the appropriate
37     authority has approved the changes; they can also apply the Obvious
38     Fix Rule (below).
39
40 All maintainers are encouraged to post major patches to the gdb-patches
41 mailing list for comments, even if they have the authority to commit the
42 patch without review from another maintainer.  This especially includes
43 patches which change internal interfaces (e.g. global functions, data
44 structures) or external interfaces (e.g. user, remote, MI, et cetera).
45
46 The term "review" is used in this file to describe several kinds of feedback
47 from a maintainer: approval, rejection, and requests for changes or
48 clarification with the intention of approving a revised version.  Review is
49 a privilege and/or responsibility of various positions among the GDB
50 Maintainers.  Of course, anyone - whether they hold a position but not the
51 relevant one for a particular patch, or are just following along on the
52 mailing lists for fun, or anything in between - may suggest changes or
53 ask questions about a patch!
54
55 There's also a couple of other people who play special roles in the GDB
56 community, separately from the patch process:
57
58   - The GDB Steering Committee.
59
60     These are the official (FSF-appointed) maintainers of GDB.  They have
61     final and overriding authority for all GDB-related decisions, including
62     anything described in this file.  The committee is not generally
63     involved in day-to-day development (although its members may be, as
64     individuals).
65
66   - The Release Manager.
67
68     This developer is in charge of making new releases of GDB.
69
70   - The Patch Champions.
71
72     These volunteers make sure that no contribution is overlooked or
73     forgotten.
74
75 Most changes to the list of maintainers in this file are handled by
76 consensus among the global maintainers and any other involved parties.
77 In cases where consensus can not be reached, the global maintainers may
78 ask the Steering Committee for a final decision.
79
80
81                         The Obvious Fix Rule
82                         --------------------
83
84 All maintainers listed in this file, including the Write After Approval
85 developers, are allowed to check in obvious fixes.
86
87 An "obvious fix" means that there is no possibility that anyone will
88 disagree with the change.
89
90 A good mental test is "will the person who hates my work the most be
91 able to find fault with the change" - if so, then it's not obvious and
92 needs to be posted first. :-)
93
94 Something like changing or bypassing an interface is _not_ an obvious
95 fix, since such a change without discussion will result in
96 instantaneous and loud complaints.
97
98 For documentation changes, about the only kind of fix that is obvious
99 is correction of a typo or bad English usage.
100
101
102              GDB Steering Committee
103              ----------------------
104
105 The members of the GDB Steering Committee are the FSF-appointed
106 maintainers of the GDB project.
107
108 The Steering Committee has final authority for all GDB-related topics;
109 they may make whatever changes that they deem necessary, or that the FSF
110 requests.  However, they are generally not involved in day-to-day
111 development.
112
113 The current members of the steering committee are listed below, in
114 alphabetical order.  Their affiliations are provided for reference only -
115 their membership on the Steering Committee is individual and not through
116 their affiliation, and they act on behalf of the GNU project.
117
118         Jim Blandy (Mozilla)
119         Andrew Cagney (Red Hat)
120         Robert Dewar (AdaCore, NYU)
121         Klee Dienes (Apple)
122         Paul Hilfinger (UC Berkeley)
123         Dan Jacobowitz (CodeSourcery)
124         Stan Shebs (CodeSourcery)
125         Richard Stallman (FSF)
126         Ian Lance Taylor (C2)
127         Todd Whitesel
128
129
130                   Global Maintainers
131                   ------------------
132
133 The global maintainers may review and commit any change to GDB, except in
134 areas with a Responsible Maintainer available.  For major changes, or
135 changes to areas with other active developers, global maintainers are
136 strongly encouraged to post their own patches for feedback before
137 committing.
138
139 The global maintainers are responsible for reviewing patches to any area
140 for which no Responsible Maintainer is listed.
141
142 Global maintainers also have the authority to revert patches which should
143 not have been applied, e.g. patches which were not approved, controversial
144 patches committed under the Obvious Fix Rule, patches with important bugs
145 that can't be immediately fixed, or patches which go against an accepted and
146 documented roadmap for GDB development.  Any global maintainer may request
147 the reversion of a patch.  If no global maintainer, or responsible
148 maintainer in the affected areas, supports the patch (except for the
149 maintainer who originally committed it), then after 48 hours the maintainer
150 who called for the reversion may revert the patch.
151
152 No one may reapply a reverted patch without the agreement of the maintainer
153 who reverted it, or bringing the issue to the GDB Steering Committee for
154 discussion.
155
156 At the moment there are no documented roadmaps for GDB development; in the
157 future, if there are, a reference to the list will be included here.
158
159 The current global maintainers are (in alphabetical order):
160
161 Pedro Alves                     [email protected]
162 Jim Blandy                      [email protected]
163 Joel Brobecker                  [email protected]
164 Kevin Buettner                  [email protected]
165 Andrew Cagney                   [email protected]
166 Doug Evans                      [email protected]
167 Daniel Jacobowitz               [email protected]
168 Mark Kettenis                   [email protected]
169 Stan Shebs                      [email protected]
170 Michael Snyder                  [email protected]
171 Tom Tromey                      [email protected]
172 Ulrich Weigand                  [email protected]
173 Elena Zannoni                   [email protected]
174 Eli Zaretskii                   [email protected]
175
176
177                         Release Manager
178                         ---------------
179
180 The current release manager is: Joel Brobecker  <[email protected]>
181
182 His responsibilities are:
183
184     * organizing, scheduling, and managing releases of GDB.
185
186     * deciding the approval and commit policies for release branches,
187       and can change them as needed.
188
189
190
191                         Patch Champions
192                         ---------------
193
194 These volunteers track all patches submitted to the gdb-patches list.  They
195 endeavor to prevent any posted patch from being overlooked; work with
196 contributors to meet GDB's coding style and general requirements, along with
197 FSF copyright assignments; remind (ping) responsible maintainers to review
198 patches; and ensure that contributors are given credit.
199
200 Current patch champions (in alphabetical order):
201
202         Randolph Chung     <[email protected]>
203
204
205
206                         Responsible Maintainers
207                         -----------------------
208
209 These developers have agreed to review patches in specific areas of GDB, in
210 which they have knowledge and experience.  These areas are generally broad;
211 the role of a responsible maintainer is to provide coherent and cohesive
212 structure within their area of GDB, to assure that patches from many
213 different contributors all work together for the best results.
214
215 Global maintainers will defer to responsible maintainers within their areas,
216 as long as the responsible maintainer is active.  Active means that
217 responsible maintainers agree to review submitted patches in their area
218 promptly; patches and followups should generally be answered within a week.
219 If a responsible maintainer is interested in reviewing a patch but will not
220 have time within a week of posting, the maintainer should send an
221 acknowledgement of the patch to the gdb-patches mailing list, and
222 plan to follow up with a review within a month.  These deadlines are for
223 initial responses to a patch - if the maintainer has suggestions
224 or questions, it may take an extended discussion before the patch
225 is ready to commit.  There are no written requirements for discussion,
226 but maintainers are asked to be responsive.
227
228 If a responsible maintainer misses these deadlines occasionally (e.g.
229 vacation or unexpected workload), it's not a disaster - any global
230 maintainer may step in to review the patch.  But sometimes life intervenes
231 more permanently, and a maintainer may no longer have time for these duties.
232 When this happens, he or she should step down (either into the Authorized
233 Committers section if still interested in the area, or simply removed from
234 the list of Responsible Maintainers if not).
235
236 If a responsible maintainer is unresponsive for an extended period of time
237 without stepping down, please contact the Global Maintainers; they will try
238 to contact the maintainer directly and fix the problem - potentially by
239 removing that maintainer from their listed position.
240
241 If there are several maintainers for a given domain then any one of them
242 may review a submitted patch.
243
244 Target Instruction Set Architectures:
245
246 The *-tdep.c files.  ISA (Instruction Set Architecture) and OS-ABI
247 (Operating System / Application Binary Interface) issues including CPU
248 variants.
249
250 The Target/Architecture maintainer works with the host maintainer when
251 resolving build issues.  The Target/Architecture maintainer works with
252 the native maintainer when resolving ABI issues.
253
254         alpha           --target=alpha-elf ,-Werror
255
256         arm             --target=arm-elf ,-Werror
257                         Richard Earnshaw        [email protected]
258
259         avr             --target=avr ,-Werror
260                         Tristan Gingold         [email protected]
261
262         cris            --target=cris-elf ,-Werror ,
263                         (sim does not build with -Werror)
264
265         frv             --target=frv-elf ,-Werror
266
267         h8300           --target=h8300-elf ,-Werror
268
269         i386            --target=i386-elf ,-Werror
270                         Mark Kettenis           [email protected]
271
272         ia64            --target=ia64-linux-gnu ,-Werror
273                         (--target=ia64-elf broken)
274                         Jan Kratochvil          [email protected]
275
276         lm32            --target=lm32-elf ,-Werror
277
278         m32c            --target=m32c-elf ,-Werror
279
280         m32r            --target=m32r-elf ,-Werror
281
282         m68hc11         --target=m68hc11-elf ,-Werror ,
283                         Stephane Carrez         [email protected]
284
285         m68k            --target=m68k-elf ,-Werror
286
287         m88k            --target=m88k-openbsd ,-Werror
288                         Mark Kettenis           [email protected]
289
290         mcore           Deleted
291
292         mep             --target=mep-elf ,-Werror
293                         Kevin Buettner          [email protected]
294
295         microblaze      --target=microblaze-xilinx-elf ,-Werror
296                         --target=microblaze-linux-gnu ,-Werror
297                         Michael Eager           [email protected]
298
299         mips            --target=mips-elf ,-Werror
300
301         mn10300         --target=mn10300-elf broken
302                         (sim/ dies with make -j)
303                         Michael Snyder          [email protected]
304
305         moxie           --target=moxie-elf ,-Werror
306                         Anthony Green           [email protected]
307
308         ms1             --target=ms1-elf ,-Werror
309                         Kevin Buettner          [email protected]
310
311         ns32k           Deleted
312
313         pa              --target=hppa-elf ,-Werror
314
315         powerpc         --target=powerpc-eabi ,-Werror
316
317         s390            --target=s390-linux-gnu ,-Werror
318
319         score   --target=score-elf
320                         Qinwei          [email protected]
321
322         sh              --target=sh-elf ,-Werror
323                         --target=sh64-elf ,-Werror
324
325         sparc           --target=sparc64-solaris2.10 ,-Werror
326                         (--target=sparc-elf broken)
327
328         spu             --target=spu-elf ,-Werror
329                         Ulrich Weigand          [email protected]
330
331         v850            --target=v850-elf ,-Werror
332
333         vax             --target=vax-netbsd ,-Werror
334
335         x86-64          --target=x86_64-linux-gnu ,-Werror
336
337         xstormy16       --target=xstormy16-elf
338                         Corinna Vinschen        [email protected]
339
340         xtensa          --target=xtensa-elf
341                         Maxim Grigoriev         [email protected]
342
343 All developers recognized by this file can make arbitrary changes to
344 OBSOLETE targets.
345
346 The Bourne shell script gdb_mbuild.sh can be used to rebuild all the
347 above targets.
348
349
350 Host/Native:
351
352 The Native maintainer is responsible for target specific native
353 support - typically shared libraries and quirks to procfs/ptrace/...
354 The Native maintainer works with the Arch and Core maintainers when
355 resolving more generic problems.
356
357 The host maintainer ensures that gdb can be built as a cross debugger on
358 their platform.
359
360 AIX                     Joel Brobecker          [email protected]
361 Darwin                  Tristan Gingold         [email protected]
362 djgpp native            Eli Zaretskii           [email protected]
363 GNU Hurd                Alfred M. Szmidt        [email protected]
364 MS Windows (NT, '00, 9x, Me, XP) host & native
365                         Chris Faylor            [email protected]
366 GNU/Linux/x86 native & host
367                         Mark Kettenis           [email protected]
368 GNU/Linux MIPS native & host
369                         Daniel Jacobowitz       [email protected]
370 GNU/Linux m68k          Andreas Schwab          [email protected]
371 FreeBSD native & host   Mark Kettenis           [email protected]
372
373
374
375 Core: Generic components used by all of GDB
376
377 tracing                 Michael Snyder          [email protected]
378 threads                 Michael Snyder          [email protected]
379                         Mark Kettenis           [email protected]
380 language support
381   Ada                   Joel Brobecker          [email protected]
382                         Paul Hilfinger          [email protected]
383   C++                   Daniel Jacobowitz       [email protected]
384   Objective C support   Adam Fedor              [email protected]
385 shared libs             Kevin Buettner          [email protected]
386 MI interface            Vladimir Prus           [email protected]
387
388 documentation           Eli Zaretskii           [email protected]
389   (including NEWS)
390 testsuite
391   gdbtk (gdb.gdbtk)     Keith Seitz             [email protected]
392   threads (gdb.threads) Michael Snyder          [email protected]
393   trace (gdb.trace)     Michael Snyder          [email protected]
394
395
396 UI: External (user) interfaces.
397
398 gdbtk (c & tcl)         Fernando Nasser         [email protected]
399                         Keith Seitz             [email protected]
400 libgui (w/foundry, sn)  Keith Seitz             [email protected]
401
402
403 Misc:
404
405 gdb/gdbserver           Daniel Jacobowitz       [email protected]
406
407 Makefile.in, configure* ALL
408
409 mmalloc/                ALL Host maintainers
410
411 sim/                    See sim/MAINTAINERS
412
413 readline/               Master version: ftp://ftp.cwru.edu/pub/bash/
414                         ALL
415                         Host maintainers (host dependant parts)
416                         (but get your changes into the master version)
417
418 tcl/ tk/ itcl/          ALL
419
420
421                 Authorized Committers
422                 ---------------------
423
424 These are developers working on particular areas of GDB, who are trusted to
425 commit their own (or other developers') patches in those areas without
426 further review from a Global Maintainer or Responsible Maintainer.  They are
427 under no obligation to review posted patches - but, of course, are invited
428 to do so!
429
430 PowerPC                 Andrew Cagney           [email protected]
431 CRIS                    Hans-Peter Nilsson      [email protected]
432 IA64                    Jeff Johnston           [email protected]
433 MIPS                    Joel Brobecker          [email protected]
434 m32r                    Kei Sakamoto            [email protected]
435 PowerPC                 Kevin Buettner          [email protected]
436 CRIS                    Orjan Friberg           [email protected]
437 HPPA                    Randolph Chung          [email protected]
438 S390                    Ulrich Weigand          [email protected]
439 djgpp                   DJ Delorie              [email protected]
440                         [Please use this address to contact DJ about DJGPP]
441 tui                     Stephane Carrez         [email protected]
442 ia64                    Kevin Buettner          [email protected]
443 AIX                     Kevin Buettner          [email protected]
444 GNU/Linux PPC native    Kevin Buettner          [email protected]
445 gdb.java tests          Anthony Green           [email protected]
446 FreeBSD native & host   David O'Brien           [email protected]
447 event loop              Elena Zannoni           [email protected]
448 generic symtabs         Elena Zannoni           [email protected]
449 dwarf readers           Elena Zannoni           [email protected]
450 elf reader              Elena Zannoni           [email protected]
451 stabs reader            Elena Zannoni           [email protected]
452 readline/               Elena Zannoni           [email protected]
453 NetBSD native & host    Jason Thorpe            [email protected]
454 Pascal support          Pierre Muller           [email protected]
455 avr                     Theodore A. Roth        [email protected]
456 Modula-2 support        Gaius Mulley            [email protected]
457
458
459                         Write After Approval
460                            (alphabetic)
461
462 To get recommended for the Write After Approval list you need a valid
463 FSF assignment and have submitted one good patch.
464
465 Pedro Alves                                     [email protected]
466 David Anderson                                  [email protected]
467 John David Anglin                               [email protected]
468 Shrinivas Atre                                  [email protected]
469 Scott Bambrough                                 [email protected]
470 Thiago Jung Bauermann                           [email protected]
471 Jon Beniston                                    [email protected]
472 Jan Beulich                                     [email protected]
473 Jim Blandy                                      [email protected]
474 Philip Blundell                                 [email protected]
475 Per Bothner                                     [email protected]
476 Joel Brobecker                                  [email protected]
477 Dave Brolley                                    [email protected]
478 Paul Brook                                      [email protected]
479 Julian Brown                                    [email protected]
480 Kevin Buettner                                  [email protected]
481 Andrew Cagney                                   [email protected]
482 David Carlton                                   [email protected]
483 Stephane Carrez                                 [email protected]
484 Michael Chastain                                [email protected]
485 Eric Christopher                                [email protected]
486 Randolph Chung                                  [email protected]
487 Nick Clifton                                    [email protected]
488 J.T. Conklin                                    [email protected]
489 Brendan Conoboy                                 [email protected]
490 Ludovic Courtès                                 [email protected]
491 DJ Delorie                                      [email protected]
492 Chris Demetriou                                 [email protected]
493 Philippe De Muyter                              [email protected]
494 Dhananjay Deshpande                             [email protected]
495 Markus Deuling                                  [email protected]
496 Klee Dienes                                     [email protected]
497 Gabriel Dos Reis                                [email protected]
498 Michael Eager                                   [email protected]
499 Richard Earnshaw                                [email protected]
500 Steve Ellcey                                    [email protected]
501 Frank Ch. Eigler                                [email protected]
502 Ben Elliston                                    [email protected]
503 Doug Evans                                      [email protected]
504 Adam Fedor                                      [email protected]
505 Brian Ford                                      [email protected]
506 Orjan Friberg                                   [email protected]
507 Nathan Froyd                                    [email protected]
508 Gary Funck                                      [email protected]
509 Paul Gilliam                                    [email protected]
510 Tristan Gingold                                 [email protected]
511 Raoul Gough                                     [email protected]
512 Anthony Green                                   [email protected]
513 Matthew Green                                   [email protected]
514 Maxim Grigoriev                                 [email protected]
515 Jerome Guitton                                  [email protected]
516 Ben Harris                                      [email protected]
517 Richard Henderson                               [email protected]
518 Aldy Hernandez                                  [email protected]
519 Paul Hilfinger                                  [email protected]
520 Matt Hiller                                     [email protected]
521 Kazu Hirata                                     [email protected]
522 Jeff Holcomb                                    [email protected]
523 Don Howard                                      [email protected]
524 Nick Hudson                                     [email protected]
525 Martin Hunt                                     [email protected]
526 Jim Ingham                                      [email protected]
527 Baurzhan Ismagulov                              [email protected]
528 Manoj Iyer                                      [email protected]
529 Daniel Jacobowitz                               [email protected]
530 Andreas Jaeger                                  [email protected]
531 Jeff Johnston                                   [email protected]
532 Geoff Keating                                   [email protected]
533 Mark Kettenis                                   [email protected]
534 Marc Khouzam                                    [email protected]
535 Jim Kingdon                                     [email protected]
536 Jan Kratochvil                                  [email protected]
537 Jonathan Larmour                                [email protected]
538 Jeff Law                                        [email protected]
539 David Lecomber                                  [email protected]
540 Don Lee                                         [email protected]
541 Robert Lipe                                     [email protected]
542 Sandra Loosemore                                [email protected]
543 H.J. Lu                                         [email protected]
544 Michal Ludvig                                   [email protected]
545 Luis Machado                                    [email protected]
546 Glen McCready                                   [email protected]
547 Greg McGary                                     [email protected]
548 Roland McGrath                                  [email protected]
549 Bryce McKinlay                                  [email protected]
550 Jason Merrill                                   [email protected]
551 David S. Miller                                 [email protected]
552 Mark Mitchell                                   [email protected]
553 Marko Mlinar                                    [email protected]
554 Alan Modra                                      [email protected]
555 Jason Molenda                                   [email protected]
556 Chris Moller                                    [email protected]
557 Phil Muldoon                                    [email protected]
558 Pierre Muller                                   [email protected]
559 Gaius Mulley                                    [email protected]
560 Joseph Myers                                    [email protected]
561 Fernando Nasser                                 [email protected]
562 Adam Nemet                                      [email protected]
563 Nathanael Nerode                                [email protected]
564 Hans-Peter Nilsson                              [email protected]
565 David O'Brien                                   [email protected]
566 Alexandre Oliva                                 [email protected]
567 Karen Osmond                                    [email protected]
568 Denis Pilat                                     [email protected]
569 Paul Pluzhnikov                                 [email protected]
570 Vladimir Prus                                   [email protected]
571 Qinwei                                          [email protected]
572 Frederic Riss                                   [email protected]
573 Aleksandar Ristovski                            [email protected]
574 Tom Rix                                         [email protected]
575 Nick Roberts                                    [email protected]
576 Bob Rossi                                       [email protected]
577 Theodore A. Roth                                [email protected]
578 Ian Roxborough                                  [email protected]
579 Maciej W. Rozycki                               [email protected]
580 Grace Sainsbury                                 [email protected]
581 Kei Sakamoto                                    [email protected]
582 Mark Salter                                     [email protected]
583 Richard Sandiford                               [email protected]
584 Peter Schauer                                   [email protected]
585 Andreas Schwab                                  [email protected]
586 Thomas Schwinge                                 [email protected]
587 Keith Seitz                                     [email protected]
588 Carlos Eduardo Seo                              [email protected]
589 Stan Shebs                                      [email protected]
590 Joel Sherrill                                   [email protected]
591 Mark Shinwell                                   [email protected]
592 Craig Silverstein                               [email protected]
593 Aidan Skinner                                   [email protected]
594 Jiri Smid                                       [email protected]
595 David Smith                                     [email protected]
596 Stephen P. Smith                                [email protected]
597 Jackie Smith Cashion                            [email protected]
598 Michael Snyder                                  [email protected]
599 Petr Sorfa                                      [email protected]
600 Andrew Stubbs                                   [email protected]
601 Emi Suzuki                                      [email protected]
602 Ian Lance Taylor                                [email protected]
603 Gary Thomas                                     [email protected]
604 Jason Thorpe                                    [email protected]
605 Caroline Tice                                   [email protected]
606 Kai Tietz                                       [email protected]
607 Tom Tromey                                      [email protected]
608 David Ung                                       [email protected]
609 D Venkatasubramanian                            [email protected]
610 Corinna Vinschen                                [email protected]
611 Sami Wagiaalla                                  [email protected]
612 Keith Walker                                    [email protected]
613 Kris Warkentin                                  [email protected]
614 Ulrich Weigand                                  [email protected]
615 Nathan Williams                                 [email protected]
616 Bob Wilson                                      [email protected]
617 Jim Wilson                                      [email protected]
618 Elena Zannoni                                   [email protected]
619 Eli Zaretskii                                   [email protected]
620 Jie Zhang                                       [email protected]
621 Wu Zhou                                         [email protected]
622 Yoshinori Sato                                  [email protected]
623 Hui Zhu                                         [email protected]
624 Sergio Durigan Junior                           [email protected]
625
626
627                         Past Maintainers
628
629 Whenever removing yourself, or someone else, from this file, consider
630 listing their areas of development here for posterity.
631
632 Jimmy Guo (gdb.hp, tui)                         guo at cup dot hp dot com
633 Jeff Law (hppa)                                 law at cygnus dot com
634 Daniel Berlin (C++ support)                     dan at cgsoftware dot com
635 Nick Duffek (powerpc, SCO, Sol/x86)             nick at duffek dot com
636 David Taylor (d10v, sparc, utils, defs,
637   expression evaluator, language support)       taylor at candd dot org
638 J.T. Conklin (dcache, NetBSD, remote, global)   jtc at acorntoolworks dot com
639 Frank Ch. Eigler (sim)                          fche at redhat dot com
640 Per Bothner (Java)                              per at bothner dot com
641 Anthony Green (Java)                            green at redhat dot com
642 Fernando Nasser (testsuite/, mi, cli, KOD)      fnasser at redhat dot com
643 Mark Salter (testsuite/lib+config)              msalter at redhat dot com
644 Jim Kingdon (web pages)                         kingdon at panix dot com
645 Jim Ingham (gdbtk, libgui)                      jingham at apple dot com
646 Mark Kettenis (hurd native)                     kettenis at gnu dot org
647 Ian Roxborough (in-tree tcl, tk, itcl)          irox at redhat dot com
648 Robert Lipe (SCO/Unixware)                      rjl at sco dot com
649 Peter Schauer (global, AIX, xcoffsolib,
650   Solaris/x86)                                  Peter.Schauer at mytum dot de
651 Scott Bambrough (ARM)                           scottb at netwinder dot org
652 Philippe De Muyter (coff)                       phdm at macqel dot be
653 Michael Chastain (testsuite)                    mec.gnu at mindspring dot com
654 Fred Fish (global)
655
656
657
658 Folks that have been caught up in a paper trail:
659
660 David Carlton                                   [email protected]
661 Ramana Radhakrishnan                            [email protected]
662
663 ;; Local Variables:
664 ;; coding: utf-8
665 ;; End:
This page took 0.066901 seconds and 4 git commands to generate.