aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/rcs/lib/rcskeys.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove GNU rcs from base.Baptiste Daroussin2016-10-151-186/+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
* Revert r256095, r256120 (partial), r256121:Glen Barber2013-10-091-0/+186
| | | | | | | | | | | | | | | | | | 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-071-186/+0
| | | | | | | | | | (devel/rcs and devel/rcs57 are available as alternatives) Approved by: core Approved by: re (hrs) Notes: svn path=/head/; revision=256095
* Fixed RCSLOCALID buffer overflow (by making an overflow condition fatal).Ruslan Ermilov2002-02-081-1/+1
| | | | | | | Spotted by: John Johnson <bio.metrix@gte.net> Notes: svn path=/head/; revision=90399
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* After looking around at what the other *BSD's do for their $xxxBSD$ tags,Peter Wemm1997-05-111-14/+55
| | | | | | | | | | take the easy way out and implement the beginnings of something similar. Don't worry, the code here is *dormant* so far, some "help" from cvs is required. This is going in now so that jdp can see what I'm working on. This is an extension of the previous existing skeleton $FreeBSD$ code. Notes: svn path=/head/; revision=25699
* 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
* Remove the $ Log: ... $ lines from the comments in the files that hadPeter Wemm1995-10-291-12/+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
* Recover the -K option to co, for handling selective keyword expansion.Peter Wemm1995-10-291-2/+52
| | | | Notes: svn path=/head/; revision=11927
* First part of import conflict merge from rcs-5.7 import.Peter Wemm1995-10-281-71/+15
| | | | | | | | | | | | 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-301-7/+11
| | | | Notes: svn path=/head/; revision=8858
* Fix serious off by one error for FreeBSD keyword, this has been drivingRodney W. Grimes1994-06-221-3/+8
| | | | | | | me nuts as it was on by default and that is NOT what I wanted. Notes: svn path=/head/; revision=1764
* To truely have the OLD behavior of RCS by default make the expansionRodney W. Grimes1994-05-151-3/+10
| | | | | | | | of $FreeBSD$ false by default. This should keep them out of the pre 2.x repository. (Or at least make them useless in it). Notes: svn path=/head/; revision=1500
* Add new option -K from David Dawes that allows you to turn on and offRodney W. Grimes1994-05-141-2/+46
| | | | | | | | specific keyword substitution during a rcs co command. Add the new keyword FreeBSD that is IDENTICAL in operation to $Id$. Notes: svn path=/head/; revision=1494
* Updated GNU utilitiesJordan K. Hubbard1993-06-181-0/+102
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=9