summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/rcs/lib/rcskeys.c
Commit message (Collapse)AuthorAgeFilesLines
* Revert r256095, r256120 (partial), r256121:gjb2013-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
* Good bye RCS. You will be missed.eadler2013-10-071-186/+0
| | | | | | | (devel/rcs and devel/rcs57 are available as alternatives) Approved by: core Approved by: re (hrs)
* Fixed RCSLOCALID buffer overflow (by making an overflow condition fatal).ru2002-02-081-1/+1
| | | | Spotted by: John Johnson <bio.metrix@gte.net>
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* After looking around at what the other *BSD's do for their $xxxBSD$ tags,peter1997-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.
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-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.
* Remove the $ Log: ... $ lines from the comments in the files that hadpeter1995-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).
* Recover the -K option to co, for handling selective keyword expansion.peter1995-10-291-2/+52
|
* First part of import conflict merge from rcs-5.7 import.peter1995-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)
* Remove trailing whitespace.rgrimes1995-05-301-7/+11
|
* Fix serious off by one error for FreeBSD keyword, this has been drivingrgrimes1994-06-221-3/+8
| | | | me nuts as it was on by default and that is NOT what I wanted.
* To truely have the OLD behavior of RCS by default make the expansionrgrimes1994-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).
* Add new option -K from David Dawes that allows you to turn on and offrgrimes1994-05-141-2/+46
| | | | | specific keyword substitution during a rcs co command. Add the new keyword FreeBSD that is IDENTICAL in operation to $Id$.
* Updated GNU utilitiesjkh1993-06-181-0/+102
OpenPOWER on IntegriCloud