AUTHORS
上传用户:zhongxx05
上传日期:2007-06-06
资源大小:33641k
文件大小:4k
源码类别:

Symbian

开发平台:

C/C++

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