aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/rcs/rlog
Commit message (Collapse)AuthorAgeFilesLines
* Remove GNU rcs from base.Baptiste Daroussin2016-10-154-1635/+0
| | | | | | | | | | | GNU rcs is still available as a package: - rcs: Latest GPLv3 GNU rcs version. - rcs57: Copy of the latest version of GNU rcs (GPLv2) from base. Relnotes: yes Notes: svn path=/head/; revision=307351
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp Notes: svn path=/head/; revision=284345
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=266219
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| | | | | | | | Notes: svn path=/projects/bmake/; revision=265802
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| | | | | | | | Notes: svn path=/projects/bmake/; revision=248169
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=246868
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
| | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* | Revert r256095, r256120 (partial), r256121:Glen Barber2013-10-093-0/+1616
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r256095: - Add gnu/usr.bin/rcs back to the base system. r256120: - Add WITHOUT_RCS back to src.conf.5. r256121: - Remove UPDATING entry regarding gnu/usr.bin/rcs removal. Requested by: many Approved by: re (marius) Discussed with: core Notes: svn path=/head/; revision=256198
* | Good bye RCS. You will be missed.Eitan Adler2013-10-073-1616/+0
|/ | | | | | | | | | (devel/rcs and devel/rcs57 are available as alternatives) Approved by: core Approved by: re (hrs) Notes: svn path=/head/; revision=256095
* $Id$ -> $FreeBSD$Peter Wemm1999-08-272-2/+2
| | | | Notes: svn path=/head/; revision=50472
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-222-2/+2
| | | | Notes: svn path=/head/; revision=22996
* Add back the description of the "-v" option. It seems to have beenJohn Polstra1997-01-171-0/+4
| | | | | | | | lost in the conflict resolution leading up to revision 1.4. 2.2 candidate. Notes: svn path=/head/; revision=21810
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
| | | | | | | | | | | 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
* Remove the $ Log: ... $ lines from the comments in the files that hadPeter Wemm1995-10-291-20/+1
| | | | | | | | | | | | them. Good greif! This was causing an unimaginable amount of brain-damage! The mere fact that I griped about $ Log $ in a previous commit (misspelled deliberately here) meant that the blasted thing was being expanded from the middle of the log entry as well as the beginning, and using " * All these" as the comment leader.. AARGH!!!! We *really* need to prevent these from being expanded! (or remove the magic identifier from the source). Notes: svn path=/head/; revision=11929
* Restore phk's changes from 1.3 - 1.5.. Adds a -v switch to rlog to get itPeter Wemm1995-10-291-4/+26
| | | | | | | to print the current version of the RCS files. Notes: svn path=/head/; revision=11926
* Restore nate's change from rev 1.2; improve readability of the rlog outputPeter Wemm1995-10-291-1/+12
| | | | | | | (adds a short row of dashes in a place that CVS and RCS dont mind) Notes: svn path=/head/; revision=11925
* First part of import conflict merge from rcs-5.7 import.Peter Wemm1995-10-282-239/+330
| | | | | | | | | | | | All those $Log$ entries, combined with the whitespace changes are a real pain. I'm committing this now, before it's completely finished to get it compiling and working again ASAP. Some of the FreeBSD specific features are not working in this commit yet (mainly rlog stuff and $FreeBSD$ support) Notes: svn path=/head/; revision=11894
* Remove trailing whitespace.Rodney W. Grimes1995-05-302-12/+15
| | | | Notes: svn path=/head/; revision=8858
* typo.Poul-Henning Kamp1994-05-121-2/+5
| | | | Notes: svn path=/head/; revision=1487
* made -v produce tip-revision, which was what I wanted in the first place...Poul-Henning Kamp1994-05-122-5/+9
| | | | Notes: svn path=/head/; revision=1486
* Added -v option to rlog. This gives a quick way to get a list of versions.Poul-Henning Kamp1994-05-112-4/+25
| | | | Notes: svn path=/head/; revision=1485
* Have rlog output be much easier to parse. (Added one line which is notNate Williams1993-08-061-1/+5
| | | | | | | used by any CVS/RCS commands) Notes: svn path=/head/; revision=246
* Update makefiles:J.T. Conklin1993-07-091-8/+4
| | | | | | | | | | | centralize obj/noobj conditional in Makefile.inc use DPADD don't compile profiling library install rcsfreeze correctly After this commit, the freebsd and netbsd rcs distribution will be in sync. Notes: svn path=/head/; revision=113
* Really cleaned up obj/noobj this time (same as I did with CVS)Nate Williams1993-07-061-2/+7
| | | | Notes: svn path=/head/; revision=101
* Fixed cvs to work with/without object directories and added missing rcsleanNate Williams1993-06-251-1/+1
| | | | | | | directory to top level makefile. Notes: svn path=/head/; revision=46
* Updated GNU utilitiesJordan K. Hubbard1993-06-183-0/+1471
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=9