xref: /netbsd/external/gpl2/xcvs/dist/AUTHORS (revision 6550d01e)
1Authors of GNU CVS
2
3The conflict-resolution algorithms and much of the administrative file
4definitions of CVS were based on the original package written by Dick Grune
5at Vrije Universiteit in Amsterdam <dick@cs.vu.nl>, and posted to
6comp.sources.unix in the volume 6 release sometime in 1986.  This original
7version was a collection of shell scripts.  I am thankful that Dick made
8his work available.
9
10Brian Berliner from Prisma, Inc. (now at Sun Microsystems, Inc.)
11<berliner@sun.com> converted the original CVS shell scripts into reasonably
12fast C and added many, many features to support software release control
13functions.  See the manual page in the "man" directory.  A copy of the
14USENIX article presented at the Winter 1990 USENIX Conference, Washington
15D.C., is included in the "doc" directory.
16
17Jeff Polk from BSDI <polk@bsdi.com> converted the CVS 1.2
18sources into much more readable and maintainable C code.  He also added a
19whole lot of functionality and modularity to the code in the process.
20See the bottom of the NEWS file (from about 1992).
21
22david d `zoo' zuhn <zoo@armadillo.com> contributed the working base code
23for CVS 1.4 Alpha.  His work carries on from work done by K. Richard Pixley
24and others at Cygnus Support.  The CVS 1.4 upgrade is due in large part to
25Zoo's efforts.
26
27David G. Grubbs <dgg@odi.com> contributed the CVS "history" and "release"
28commands.  As well as the ever-so-useful "-n" option of CVS which tells CVS
29to show what it would do, without actually doing it.  He also contributed
30support for the .cvsignore file.
31
32The Free Software Foundation (GNU) contributed most of the portability
33framework that CVS now uses.  This can be found in the "configure" script,
34the Makefile's, and basically most of the "lib" directory.
35
36K. Richard Pixley, Cygnus Support <rich@cygnus.com> contributed many bug
37fixes/enhancement as well as completing early reviews of the CVS 1.3 manual
38pages.
39
40Roland Pesch, then of Cygnus Support <roland@wrs.com> contributed
41brand new cvs(1) and cvs(5) manual pages.  Thanks to him for saving us
42from poor use of our language!
43
44Paul Sander, HaL Computer Systems, Inc. <paul@hal.com> wrote and
45contributed the code in lib/sighandle.c.  I added support for POSIX, BSD,
46and non-POSIX/non-BSD systems.
47
48Jim Kingdon and others at Cygnus Support <info@cygnus.com> wrote the
49remote repository access code.
50
51Larry Jones and Derek Price <derek@ximbiot.com> have been maintaining and
52enhancing CVS for some years.  Mark D. Baushke <mdb@gnu.org> came on in
532003.
54
55Conrad Pino <Conrad@Pino.com> began maintaining the Windows port in 2004.
56
57There have been many, many contributions not listed here.  Consult the
58individual ChangeLog files in each directory for a more complete idea.
59
60In addition to the above contributors, the following Beta testers
61deserve special mention for their support.  This is only a partial
62list; if you have helped in this way and would like to be listed, let
63bug-cvs know (as described in the Cederqvist manual).
64
65	Mark D. Baushke <mdb@cisco.com>
66	Per Cederqvist <ceder@signum.se>
67	J.T. Conklin <jtc@cygnus.com>
68	Vince DeMarco <vdemarco@fdcsrvr.cs.mci.com>
69	Paul Eggert <eggert@twinsun.com>
70	Lal George <george@research.att.com>
71	Dean E. Hardi <Dean.E.Hardi@ccmail.jpl.nasa.gov>
72	Mike Heath <mike@pencom.com>
73	Jim Kingdon <kingdon@cygnus.com>
74	Bernd Leibing <bernd.leibing@rz.uni-ulm.de>
75	Benedict Lofstedt <benedict@tusc.com.au>
76	Dave Love <d.love@dl.ac.uk>
77	Robert Lupton the Good <rhl@astro.princeton.edu>
78	Tom McAliney <tom@hilco.com>
79	Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
80	Jim Meyering <meyering@comco.com>
81	Thomas Mohr <mohr@lts.sel.alcatel.de>
82	Thomas Nilsson <thoni@softlab.se>
83	Raye Raskin <raye.raskin@lia.com>
84	Harlan Stenn <harlan@landmark.com>
85	Gunnar Tornblom <gunnar.tornblom@senet.abb.se>
86	Greg A. Woods <woods@planix.com>
87
88Many contributors have added code to the "contrib" directory.  See the
89README file there for a list of what is available.  There is also a
90contributed GNU Emacs CVS-mode in tools/pcl-cvs.
91