Home
last modified time | relevance | path

Searched refs:RCS (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/netbsd-src/external/gpl2/rcs/dist/
H A Drcs_func.ms2 Functions of RCS (Revision Control System)
4 RCS manages software libraries. It greatly increases programmer productivity
7 RCS stores and retrieves multiple revisions of program and other text.
18 RCS works for any type of text: programs, documentation, memos, papers,
22 RCS maintains a complete history of changes.
28 RCS performs automatic record keeping.
30 RCS logs all changes automatically.
32 RCS guarantees project continuity.
35 RCS manages multiple lines of development.
37 RCS can merge multiple lines of development.
[all …]
H A DNEWS1 Recent changes to RCS (and possible future changes)
8 This file is part of RCS.
10 RCS is free software; you can redistribute it and/or modify it
15 RCS is distributed in the hope that it will be useful, but
21 along with RCS; see the file COPYING.
34 `-T' preserves the modification time of RCS files.
36 `-zLT' causes RCS to use local time in working files and logs.
42 Most changes for RCS version 5.7 are to fix bugs and improve portability.
43 RCS now conforms to GNU configuration standards and to Posix 1003.1b-1993.
46 Features new to RCS version 5.7, and possibly incompatible
[all …]
H A DINSTALL.RCS1 Installation instructions specific to RCS
3 Id: INSTALL.RCS,v 1.14 1995/06/16 06:19:24 eggert Exp
8 This file is part of RCS.
10 RCS is free software; you can redistribute it and/or modify it
15 RCS is distributed in the hope that it will be useful, but
21 along with RCS; see the file COPYING.
31 This file contains installation instructions specific to RCS.
39 RCS requires a diff that supports the -n option.
42 RCS works best with a diff that supports -a and -L,
46 RCS version 5 reads RCS files written by any RCS version released since 1982.
[all …]
H A DREADME1 This directory contains sources and documentation for RCS.
3 RCS, the Revision Control System, manages multiple revisions of files.
4 RCS can store, retrieve, log, identify, and merge revisions.
13 INSTALL.RCS - installation instructions specific to RCS
15 REFS - references to RCS and related free software and documentation
17 rcs.ms - troff source for the paper `RCS--A System for Version Control'
H A DChangeLog4 * INSTALL.RCS (TESTPREFIX): Remove.
5 * INSTALL.RCS, Makefile.in, NEWS: Update FSF address.
15 * INSTALL.RCS: Warn about cross-compiling.
25 * INSTALL.RCS: Renamed from src/INSTALL.
34 Replace src/INSTALL with INSTALL (generic GNU) and INSTALL.RCS.
60 * Makefile.in: Update for RCS 5.6.5.
61 * INSTALL, README: Update for RCS 5.6.5.
84 * README: Describe changes in RCS 5.6.3.
113 * README: Upgrade notice for RCS 5.6 beta 5.
129 * README: RCS 5.6 (beta 3).
[all …]
H A DREFS1 Here are references to RCS and related free software and documentation.
24 RCS and related GNU project software
26 <ftp://ftp.cs.purdue.edu/pub/RCS/>
27 The RCS project distribution directory also contains beta versions,
33 the latest diffutils release; recommended for RCS
36 that makes RCS easier to use.
38 GNU Make, which can automatically build from RCS files.
40 the latest RCS release
73 Other software that uses RCS
H A DCREDITS1 RCS was designed and built by Walter F. Tichy of Purdue University.
2 RCS version 3 was released in 1983.
4 Adam Hammer, Thomas Narten, and Daniel Trinkle of Purdue supported RCS through
9 Paul Eggert of Twin Sun wrote the changes for RCS versions 5.5 and 5.6 (1991).
16 Paul Eggert wrote most of the changes for this version of RCS,
/netbsd-src/external/gpl2/xcvs/dist/contrib/
H A Drcs2log.sh322 RCSdirs=`find . -name RCS -type d -print`
343 for file in RCS/.* RCS/* .*,v *,v
346 RCS/. | RCS/.. | RCS/,*, | RCS/*_) continue;;
347 RCS/.rcsfreeze.log | RCS/.rcsfreeze.ver) continue;;
348 RCS/.\* | RCS/\* | .\*,v | \*,v) test -f "$file" || continue;;
349 RCS/*,v | RCS/.*,v) ;;
350 RCS/* | RCS/.*) test -f "$file" || continue;;
H A Drcs-to-cvs.sh104 if [ -d RCS ]; then
105 co RCS/*
111 RCS | *~ | \* | .\[a-zA-Z0-9\]\* ) continue ;;
166 if [ -f RCS/"${name}",v ]; then
168 cp RCS/"${name}",v "$file"
H A Dsccs2rcs.in87 if (-d RCS) then
89 if (`ls -a RCS | wc -l` > 2) then
94 mkdir RCS
253 echo initial rev checked into RCS without description
260 echo initial rev checked into RCS
285 echo checked into RCS
318 echo Incomplete history in ./RCS -- remove it
H A DREADME83 changes. Includes the RCS revision of the change
94 pvcs2rcs A perl script to convert a PVCS tree to an RCS tree.
97 Patch to RCS 5.7 sources of 1995-06-16 to support
101 Patch to RCS 5.7 sources from 2003-10-24
109 Patch to RCS 5.7 sources from 2001-01-05
115 RCS control already.
119 given only a set of RCS files.
122 rcs2sccs A shell script to convert simple RCS files into
130 file that tries to determine if your RCS file is
142 into RCS files, retaining the info contained in the
H A Dlog_accum.in280 open(RCS, "-|") || exec "$cvsbin/cvs", '-Qn', 'status', '--', $file;
287 while (<RCS>) {
297 close(RCS);
301 open(RCS, "-|") || exec "$cvsbin/cvs", '-Qn', 'log', "-r$rev",
303 while (<RCS>) {
309 close(RCS);
/netbsd-src/external/gpl2/xcvs/dist/doc/
H A DRCSFILES1 It would be nice if the RCS file format (which is implemented by a
2 great many tools, both free and non-free, both by calling GNU RCS and
3 by reimplementing access to RCS files) were documented in some
7 The place to start is the rcsfile.5 manpage in the GNU RCS 5.7
11 If you are interested in MKS RCS, src/ci.c in GNU RCS 5.7 has a
13 isn't really any document describing MKS's changes to the RCS file
21 format somewhat (as the "RCS output format"), but the presentation is
31 the same for RCS 5.7 and CVS 1.9.27):
36 Here is how this shows up in the RCS file (omitting irrelevant parts):
52 the RCS file format, and how much programs reading it should expect to
[all …]
/netbsd-src/sys/arch/alpha/
H A DSTYLE12 * RCS IDS
28 #include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
31 RCS IDS
33 (1) NetBSD RCS ID tags ($NetBSD: STYLE,v 1.7 2002/09/06 13:18:43 gehenna Exp $ tags) in C sources a…
42 (2) All C and assembler sources should include an RCS ID tag which can
49 doesn't conflict with the RCS ID definitions in included sources.
50 Generation of these RCS IDs is disabled if the kernel option
/netbsd-src/external/bsd/blocklist/diff/
H A Dpostfix.diff3 RCS file: dist/src/smtpd/pfilter.c
29 RCS file: dist/src/smtpd/pfilter.h
38 RCS file: /cvsroot/src/external/ibm-public/postfix/dist/src/smtpd/smtpd.c,v
62 RCS file: /cvsroot/src/external/ibm-public/postfix/libexec/smtpd/Makefile,v
85 RCS file: /cvsroot/src/external/ibm-public/postfix/dist/src/smtpd/smtpd.c,v
H A Dnamed.diff53 RCS file: /cvsroot/src/external/bsd/bind/bin/named/Makefile,v
71 RCS file: /cvsroot/src/external/bsd/bind/dist/bin/named/client.c,v
95 RCS file: /cvsroot/src/external/bsd/bind/dist/bin/named/main.c,v
121 RCS file: /cvsroot/src/external/bsd/bind/dist/bin/named/query.c,v
155 RCS file: /cvsroot/src/external/bsd/bind/dist/bin/named/update.c,v
195 RCS file: /cvsroot/src/external/bsd/bind/dist/bin/named/xfrout.c,v
/netbsd-src/external/gpl2/xcvs/dist/
H A DChangeLog.zoo42 * src/RCS-patches, src/README-rm-add: update for rcs-5.6.6.
118 longer requires you to specify the full path to the RCS file.
190 A physical branch will be created in the RCS file only when you
218 own branches by hand with RCS, you should use odd-numbered branches
230 branch in the RCS file. One created by "cvs rtag -b" or from
429 * CVS has a new RCS parser that is much more flexible and
430 extensible. It should read all known RCS ",v" format files.
442 * CVS supports many of the features provided with the RCS 5.x
444 recommend using RCS 5.x (5.6 is the current official RCS version)
451 RCS 5.x "-k" options.
[all …]
H A DFAQ62 in an RCS file, so if someone does tamper, we can recover the database.
148 software vendor. It is implemented using a specific RCS branch
157 RCS concept with the same name. If you are using Vendor
161 - The RCS 1.1.1 branch.
171 that does not appear in any of the RCS files or the CVS control
176 same as the RCS "default branch". Normally the CVS default
184 attached to a real RCS branch. When you commit a file to a
185 magic branch, the branch becomes real (i.e. a physical RCS
191 How RCS uses the word "branch":
193 - The RCS "Main Branch" (Synonym: "The Trunk") contains a
[all …]
/netbsd-src/external/bsd/am-utils/
H A Damd2netbsd97 mv /tmp/amd3n$$ $c && echo added NetBSD RCS tag to $c
106 mv /tmp/amd2m$$ $m && echo added NetBSD RCS tag to $m
113 mv /tmp/amd4t$$ $t && echo added NetBSD RCS tag to $t
/netbsd-src/external/gpl2/rcs/dist/man/
H A DChangeLog51 rcsfile.5, rcsintro.1, rcsmerge.1, rlog.1: Update for RCS 5.6.5.
71 RCS just needs to be somewhere in an RCS file's path, not at the end.
120 * rcsfile.5: An RCS file must end in a newline character.
198 RCS supports diff's flags.
200 Add emulation of older RCS versions.
214 Update DIAGNOSTICS to reflect RCS version 4.
/netbsd-src/external/mit/lua/dist/
H A Dlua2netbsd42 mv /tmp/lua2n$$ $c && echo added RCS tag to $c
51 mv /tmp/lua2m$$ $m && echo added RCS tag to $m
/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcsfreeze.sh34 if test -d RCS
35 then RCSDIR=RCS/ EXT=
H A DChangeLog90 Open RCS file with FOPEN_RB.
105 * rcsgen.c (putadmin): Open RCS file with FOPEN_WB.
241 Do not generate a corrupted RCS file if the user modifies
267 Normally calculate the $Log prefix from context, not from RCS file.
281 Remove core* (for BSDI), RCS/a.*.
311 * maketime.c: Move RCS-specific stuff into rcstime.c.
314 * rcsbase.h: Move RCS-specific time handling into rcstime.c.
328 * ci.c: Don't subtract from RCS file timestamp even if -T.
385 * conf.sh: Update for RCS 5.6.5 (much better configuration messages).
392 * rcsfreeze.sh: Don't ignore RCS/.*,v files.
[all …]
H A Drcstest58 RCSfile=RCS${SLASH}a.c
59 RCS_alt=RCS${SLASH}a.d
60 lockfile=RCS${SLASH}a._
68 if test -d RCS
70 else rmdir=rmdir; mkdir RCS || exit
429 RCS file: $RCSfile
454 $rmdir RCS
/netbsd-src/external/bsd/bzip2/
H A Dbzip2netbsd91 mv /tmp/bzip3n$$ $c && echo added NetBSD RCS tag to $c
100 mv /tmp/bzip2m$$ $m && echo added NetBSD RCS tag to $m

12345678910>>...12