aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cvs/lib
Commit message (Collapse)AuthorAgeFilesLines
* Remove CVS from the base system.Eitan Adler2013-06-152-569/+0
| | | | | | | | | Discussed with: many Reviewed by: peter, zi Approved by: core Notes: svn path=/head/; revision=251794
* Don't include <sys/timeb.h>.Ed Schouten2012-01-081-1/+1
| | | | | | | | Including this header file causes a compilation warning. The code builds perfectly fine without this header file. Notes: svn path=/head/; revision=229809
* Update for version 1.11-20080310.David E. O'Brien2008-03-191-5/+44
| | | | | | | | Make our changes to CVS_RSH & CVS_SSH settings here instead of contrib/cvs/src/cvs.h. Notes: svn path=/head/; revision=177407
* + Make it clear this was taken from the CVS 1.11 branch on 10-March-2008.David E. O'Brien2008-03-191-3/+3
| | | | | | | + Depend on $CVSDIR/configure also - so things get properly remade if we tweak. Notes: svn path=/head/; revision=177406
* Tidy up cvs entriesWarner Losh2005-06-031-2/+0
| | | | Notes: svn path=/head/; revision=146929
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* Fix the embedded version string in cvs and cvsbug. This breaks scriptsPeter Wemm2004-09-281-1/+1
| | | | | | | | | | that parse it. PR: 72139 Submitted by: Eugene M. Kim <gene@nttmcl.com> Notes: svn path=/head/; revision=135908
* Oops, use -I${DESTDIR}/usr/include/gnu instead of ... /../../include/gnuAndrey A. Chernov2004-02-171-2/+1
| | | | Notes: svn path=/head/; revision=125931
* Switch back to regex.h and fix error when mismatched regex.h used withAndrey A. Chernov2004-02-161-1/+4
| | | | | | | system libgnuregex Notes: svn path=/head/; revision=125898
* Only evaluate CVS version once, when necessary.Ruslan Ermilov2003-09-071-4/+3
| | | | | | | Eliminates the need in sed(1) during install. Notes: svn path=/head/; revision=119840
* Only define a default editor if one isn't already defined.David E. O'Brien2003-07-071-0/+2
| | | | Notes: svn path=/head/; revision=117310
* Finish update for cvs-1.11.5. Some build-time tunables were moved fromPeter Wemm2003-01-213-482/+36
| | | | | | | | | | | options.h to config.h.in and set via ./configure when built normally. Export some of the build knobs to the Makefile here, overridable from /etc/make.conf. Also get the version strings right. config.h was repocopied to config.h.proto, and we do a limited sed on it at build time now. Notes: svn path=/head/; revision=109667
* Update for cvs-1.11.5 import (note to self: gotta fix the version tags)Peter Wemm2003-01-212-4/+4
| | | | Notes: svn path=/head/; revision=109663
* Sigh. Another wrong version string. However, this one isn't used in thePeter Wemm2002-12-042-2/+2
| | | | | | | | | build. Approved by: re Notes: svn path=/head/; revision=107568
* Oops. Use the correct version number. The number that was here was thePeter Wemm2002-12-032-2/+2
| | | | | | | | | one that I originally used on freefall etc. Approved by: re Notes: svn path=/head/; revision=107564
* Update bmake glue after 1.11.2.1-20021201 import. options.h is no longerPeter Wemm2002-12-022-430/+682
| | | | | | | | | | touched by configure in the autoconf system and a standard version is now used. Approved by: re Notes: svn path=/head/; revision=107488
* cvs-1.11.2 seems to bug out if HAVE_MMAP is not defined. It hoses itsPeter Wemm2002-09-022-2/+2
| | | | | | | | | internal buffer management somehow (an off by one perhaps). HAVE_MMAP wasn't detected because configure has a bogus declaration of malloc which conflicted with stdlib.h. Sigh. Notes: svn path=/head/; revision=102854
* Update for 1.11.1p1 -> 1.11.2 importPeter Wemm2002-09-022-2/+32
| | | | Notes: svn path=/head/; revision=102846
* Mark all internal libraries with INTERNALLIB.Ruslan Ermilov2002-05-131-6/+1
| | | | Notes: svn path=/head/; revision=96514
* Allow to build with GCC 3.1.David E. O'Brien2002-03-301-1/+2
| | | | Notes: svn path=/head/; revision=93413
* *** empty log message ***Peter Wemm2001-08-102-18/+76
| | | | Notes: svn path=/head/; revision=81410
* Regenerated. There are a bunch of changes from this round of ./configurePeter Wemm2000-10-022-48/+102
| | | | | | | | but none of them are used or make any difference (at least in the FreeBSD version). Notes: svn path=/head/; revision=66532
* Minor style nits.David E. O'Brien2000-01-211-4/+4
| | | | Notes: svn path=/head/; revision=56356
* Fix typo: MAINAINER -> MAINTAINERAlexey Zelkin2000-01-101-1/+1
| | | | Notes: svn path=/head/; revision=55750
* Update files generated by configure.Peter Wemm1999-12-112-0/+28
| | | | Notes: svn path=/head/; revision=54443
* Add maintainer tagsPeter Wemm1999-12-081-0/+2
| | | | Notes: svn path=/head/; revision=54318
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* Simplified by using new yacc rules and by not generating y.tab.h.Bruce Evans1998-05-081-3/+2
| | | | Notes: svn path=/head/; revision=35839
* indicate ability to support the PerservePermissions stuffPeter Wemm1998-03-102-0/+6
| | | | Notes: svn path=/head/; revision=34469
* Update config.hPeter Wemm1998-01-262-12/+82
| | | | Notes: svn path=/head/; revision=32791
* Update to build the new cvs versionPeter Wemm1997-05-153-32/+64
| | | | Notes: svn path=/head/; revision=25845
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22996
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Update to use the cvs-1.8.1 sources from src/contrib/cvsPeter Wemm1996-08-2030-6504/+21
| | | | Notes: svn path=/head/; revision=17726
* This commit was generated by cvs2svn to compensate for changes in r13122,Peter Wemm1995-12-303-5057/+0
| | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=13123
* recording cvs-1.6 file deathPeter Wemm1995-12-301-479/+0
| | | | Notes: svn path=/cvs2svn/branches/ATT/; revision=13122
* This commit was generated by cvs2svn to compensate for changes in r13087,Peter Wemm1995-12-291-0/+335
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=13088
| * Import some ChangeLogs for the parts of cvs-1.6.3 that I missedPeter Wemm1995-12-291-0/+335
| | | | | | | | | | | | | | | | | | | | last time. I should have pulled these in last time as it allows easier comparison of "where we are at" relative to the current version from cyclic.com. Since this is in a 4.4BSD style tree layout, the changelogs dont exactly match the file layout, but it's close enough. Notes: svn path=/vendor/cvs/dist/; revision=13087
* | Make CVS use /usr/lib/libmd.a rather than supplying Yet Another Copy(TM)Peter Wemm1995-12-113-310/+2
| | | | | | | | | | | | | | | | of md5.[ch]. Note that minor mods were made to md5.h to support this, so a reinstall of lib/libmd is needed before building this cvs. Notes: svn path=/head/; revision=12763
* | Clean out some files which are no longer part of CVS...Peter Wemm1995-12-1112-1733/+0
| | | | | | | | Notes: svn path=/head/; revision=12755
* | First round of the post-import cleanups...Peter Wemm1995-12-109-855/+375
| | | | | | | | Notes: svn path=/head/; revision=12754
* | This commit was generated by cvs2svn to compensate for changes in r12752,Peter Wemm1995-12-105-65/+176
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=12753
| * Import CVS-1.6.3-951211.. Basically, this is the cvs-1.6.2 releasePeter Wemm1995-12-1013-916/+544
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | plus a couple of minor changes.. Some highlights of the new stuff that was not in the old version: - remote access support.. full checkout/commit/log/etc.. - much improved dead file support.. - speed improvements - better $CVSROOT handling - $Name$ support - support for a "cvsadmin" group to cut down rampant use of "cvs admin -o" - safer setuid/setgid support - many bugs fixed.. :-) - probably some new ones.. :-( - more that I cannot remember offhand.. Notes: svn path=/vendor/cvs/dist/; revision=12752
* | Import CVS-1.6.3-951211.. Basically, this is the cvs-1.6.2 releasePeter Wemm1995-12-101-5/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | plus a couple of minor changes.. Some highlights of the new stuff that was not in the old version: - remote access support.. full checkout/commit/log/etc.. - much improved dead file support.. - speed improvements - better $CVSROOT handling - $Name$ support - support for a "cvsadmin" group to cut down rampant use of "cvs admin -o" - safer setuid/setgid support - many bugs fixed.. :-) - probably some new ones.. :-( - more that I cannot remember offhand.. Notes: svn path=/head/; revision=12752
* | This commit was generated by cvs2svn to compensate for changes in r12750,Peter Wemm1995-12-1010-0/+1909
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=12751
| * Import CVS-1.6.3-951211.. Basically, this is the cvs-1.6.2 releasePeter Wemm1995-12-1010-0/+1909
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | plus a couple of minor changes.. Some highlights of the new stuff that was not in the old version: - remote access support.. full checkout/commit/log/etc.. - much improved dead file support.. - speed improvements - better $CVSROOT handling - $Name$ support - support for a "cvsadmin" group to cut down rampant use of "cvs admin -o" - safer setuid/setgid support - many bugs fixed.. :-) - probably some new ones.. :-( - more that I cannot remember offhand.. Notes: svn path=/vendor/cvs/dist/; revision=12750
* | Restore white spaces to original cvs-1.4Alpha2 state so that we canPeter Wemm1995-12-0310-57/+57
| | | | | | | | | | | | | | deal with the cvs-1.6 (and beyond) imports more cleanly and safely. Notes: svn path=/head/; revision=12593
* | Remove trailing whitespace.Rodney W. Grimes1995-05-3010-57/+57
| | | | | | | | Notes: svn path=/head/; revision=8858
* | Merged in FreeBSD necessary changes in. Note, all of our sourceNate Williams1995-03-312-196/+350
| | | | | | | | | | | | | | | | modifications were *not* merged in (FreeBSD-DEVELOPER and symlink) but the source is now the stock sources. Notes: svn path=/head/; revision=7519
* | This commit was generated by cvs2svn to compensate for changes in r7516,Nate Williams1995-03-315-0/+1072
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=7517