mpp
97e471281a
Rcsdiff incorrectly only allows one -L option to be specified.
...
Submitted by: Niklas Hallqvist <niklas@filippa.appli.se> via NetBSD-bugs
1996-01-20 07:51:25 +00:00
jkh
e029a0bca0
gets() -> fgets()
1995-12-01 08:26:36 +00:00
peter
f0b501dea9
Remove the $ Log: ... $ lines from the comments in the files that had
...
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).
1995-10-29 22:06:48 +00:00
peter
61f0512081
Recover the -K option to co, for handling selective keyword expansion.
1995-10-29 19:31:11 +00:00
peter
42def29aa7
Restore phk's changes from 1.3 - 1.5.. Adds a -v switch to rlog to get it
...
to print the current version of the RCS files.
1995-10-29 18:07:04 +00:00
peter
0eafc2b07b
Restore nate's change from rev 1.2; improve readability of the rlog output
...
(adds a short row of dashes in a place that CVS and RCS dont mind)
1995-10-29 17:56:28 +00:00
peter
a0923a9f51
AARGH!!!!
...
Fix the hard-coded pathname to /usr/local/bin/co and /usr/local/bin/merge
that I missed...
1995-10-29 08:35:51 +00:00
peter
98f3778543
First part of import conflict merge from rcs-5.7 import.
...
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)
1995-10-28 21:50:58 +00:00
peter
d79074f8fe
This commit was generated by cvs2svn to compensate for changes in r11891,
...
which included commits to RCS files with non-trunk default branches.
1995-10-28 21:07:39 +00:00
peter
a84ee8deb8
Import rcs-5.7, required for full support of cvs-1.6.
...
This is going to be pretty messy.... Although the vendor import was correct,
both the vendor and release tags are the same "gnu"... :-/
Getting cvs to choose the correct one might be rather interesting...
1995-10-28 21:07:39 +00:00
bde
8a5789682c
Change install' to
${INSTALL}' so that default install flags can be
...
specified in the top level Makefiles.
1995-07-25 00:37:58 +00:00
rgrimes
8988b74eb8
Remove trailing whitespace.
1995-05-30 05:05:38 +00:00
jkh
ee10ac69a6
Delete two redundant declarations of _exit() and exit().
...
Submitted by: jkh
1994-08-09 15:15:04 +00:00
wollman
daf89245b3
Regenerate conf.h with configure script from original package.
1994-08-05 22:33:44 +00:00
rgrimes
5b9b00defa
Fix serious off by one error for FreeBSD keyword, this has been driving
...
me nuts as it was on by default and that is NOT what I wanted.
1994-06-22 00:51:42 +00:00
rgrimes
9df21f6652
To truely have the OLD behavior of RCS by default make the expansion
...
of $FreeBSD$ false by default. This should keep them out
of the pre 2.x repository. (Or at least make them useless in it).
1994-05-15 22:15:14 +00:00
rgrimes
e767c77017
No longer use FSYNC_ALL by default, we do not have the stability problems
...
with the system as we once did. This should greatly increase the speed
of rcs and therefore cvs.
1994-05-14 07:02:40 +00:00
rgrimes
d6aa40a645
Add new option -K from David Dawes that allows you to turn on and off
...
specific keyword substitution during a rcs co command.
Add the new keyword FreeBSD that is IDENTICAL in operation to $Id$.
1994-05-14 07:00:23 +00:00
phk
cd1a86a5ea
typo.
1994-05-12 00:42:59 +00:00
phk
b1316af2f2
made -v produce tip-revision, which was what I wanted in the first place...
1994-05-12 00:37:59 +00:00
phk
e05d1adde2
Added -v option to rlog. This gives a quick way to get a list of versions.
1994-05-11 22:39:44 +00:00
nate
ee27b6ea9d
Have rlog output be much easier to parse. (Added one line which is not
...
used by any CVS/RCS commands)
1993-08-06 16:47:16 +00:00
nate
d2ed854768
chmr@edvz.tu-graz.ac.at
...
gnu/rcs/rcs and rcsfreeze have the wrong man extension in their
Makefiles (.0)
1993-07-14 18:42:35 +00:00
conklin
8ae49835b1
Update makefiles:
...
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.
1993-07-09 16:15:13 +00:00
nate
f72bde7cc1
Really cleaned up obj/noobj this time (same as I did with CVS)
1993-07-06 19:46:03 +00:00
nate
72f8bd4386
We don't need librcs.a in /usr/lib, so make install not do anything
1993-07-06 19:38:11 +00:00
nate
29abb6dec6
Don't echo anything when doing null args, since not doing anything is
...
more like the standard behavior.
1993-07-06 18:36:50 +00:00
root
bbc7c0426a
New manual page system
1993-07-02 04:54:10 +00:00
nate
5df713bfe0
Added Chris Demetriou's FSYNC_ALL option which causes all writes to be
...
flushed immediately. (In case of a crash in the middle of CVS/RCS commits
1993-06-28 19:13:10 +00:00
nate
6b0365f205
Fixed cvs to work with/without object directories and added missing rcslean
...
directory to top level makefile.
1993-06-25 18:51:05 +00:00
jkh
7067738d6c
Updated GNU utilities
1993-06-18 04:22:21 +00:00