summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cvs
AgeCommit message (Collapse)Author
2001-02-11Disable bogus check for whether a file in the current directory (only!)Thorsten Lockert
were checked out of a different CVSROOT -- makes it very hard to have replicated repositories.
2001-02-11Document the fact that the wrong thing is likely to happen in many casesThorsten Lockert
here, if something is checked out from a (read-only?) replica of a repos, and then checked in to the master, files will be skipped. This needs to be resolved, somehow.
2001-02-10Fix merge problemThorsten Lockert
2001-02-10Integrate local changesThorsten Lockert
2001-02-10Latest from Cyclic SoftwareThorsten Lockert
2001-02-10Latest from Cyclic SoftwareThorsten Lockert
2000-12-12rsh was changed to ssh. reflect this in error messages. ok deraadt@Todd T. Fries
2000-12-10oops, document that CVS_RSH defaults to "ssh" nowTheo de Raadt
2000-12-10change default connection protocol from "rsh" to "ssh", so that CVS_RSHTheo de Raadt
no longer needs setting.
2000-10-21Add missing local change that was lost in a merge.Todd C. Miller
2000-09-03Boring... Add :L modifier to all tweakable variables tests.Marc Espie
Closes PR 1246
2000-02-21Some more files to clean up. (millert@ ok)Hakan Olsson
2000-02-12parse mm/dd/yy correctly; tron@netbsd.org and matthieuTheo de Raadt
1999-12-06allow --enable-encryption in kerberos caseTheo de Raadt
1999-09-10Put files in /usr/libexec/cvs and /usr/libdata/cvs; suggestion from ToddThorsten Lockert
Miller <todd.miller@courtesan.com>
1999-09-10Add option to set the repository to read-only on the command line; fromThorsten Lockert
Artur Grabowski <art@stacken.kth.se>
1999-09-10Integrate local changesThorsten Lockert
1999-09-10Latest version from Cyclic; skipped filesThorsten Lockert
1999-09-10Latest version from CyclicThorsten Lockert
1999-06-16ARCH -> __ARCH_Marc Espie
1999-06-07move CC, CCX, and COPTS forward; wd@ics.nara-wu.ac.jpTheo de Raadt
1999-03-04Fix edge-condition with doing "cvs update directory" when there is no CVSThorsten Lockert
directory in the current directory, only in the named subdirectory. Reported by Pavel Korovin <pvk@pvk-home.tsinet.ru>
1999-03-04Correct info-files cleaning and generationNiklas Hallqvist
1999-02-28Integrate local changesThorsten Lockert
1999-02-28Latest version from Cyclic; skipped filesThorsten Lockert
1999-02-28Latest version from Cyclic; skipped filesThorsten Lockert
1999-02-28Latest version from CyclicThorsten Lockert
1998-12-18pr is @ /usr/bin not /bin. Noted by Corey Brenner <coreybrenner@hotmail.com>Todd T. Fries
1998-10-18set PATH before running configure since we can't rely on the user's path ↵Todd C. Miller
being sane
1998-08-24support GLOBAL_AUTOCONF_CACHEkstailey
1998-08-22Integrate local changesThorsten Lockert
1998-08-22Latest version from Cyclic; skipped filesThorsten Lockert
1998-08-22Latest version from CyclicThorsten Lockert
1998-08-22Latest version from CyclicThorsten Lockert
1998-08-12Use system zlib if present and of recent enough vintageThorsten Lockert
1998-08-07Do not build the libiberty version of vasprintf, use the version that isDale S. Rahn
in libc. This was done because the algorithm done in the libiberty version does not work with the powerpc stdarg/varargs processing.
1998-07-13Integrate local changesThorsten Lockert
1998-07-13Latest version from Cyclic; skipped filesThorsten Lockert
1998-07-13Latest version from CyclicThorsten Lockert
1998-06-03zero sigaction before useTheo de Raadt
1998-05-14more careful scanfTheo de Raadt
1998-03-12Integrate local changesThorsten Lockert
1998-03-12Latest version from Cyclic; files missed in first runThorsten Lockert
1998-03-12Latest version from CyclicThorsten Lockert
1998-02-22Merge local changes to support a configuration file with Cyclic's schemeThorsten Lockert
1998-02-22Integrate local changesThorsten Lockert
1998-02-22Latest version from Cyclic; files missed in first runThorsten Lockert
1998-02-22Latest version from CyclicThorsten Lockert
1997-08-04save errno in sigchld handlersTheo de Raadt
1997-07-24don't assume INSTALL_STRIP is set to `-s' pr 188kstailey