Skip to content
Snippets Groups Projects
Select Git revision
  • fd19a0020680ac03ca4f3f83532568496f16db8a
  • master default protected
  • luantier-shirts
  • fix-year
  • typo-gemeinscahft
  • badges
  • minecraft-blogpost
  • post-vorstellung
  • adding-author-de
  • fix-typo-blogpost-20241013
  • 26-add-content-for-elektronik-workshop
  • 32-restructure-projects-into-aspects-and-products
  • fix-website
  • fix-transparent-hero-images
  • claim-links
  • glt-blogpost
  • fix-broken-transparency
  • fix-right-aligned-section-images
  • improve_hero_section
  • section-shortcode
  • author_cards
21 results

2018-01-23_hacknfun-2017-x-mas-edition-leipzig.html

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