Skip to content

Commit 6ccc063

Browse files
author
mycroft
committed
Add RCS identifiers.
1 parent d5df407 commit 6ccc063

File tree

1,596 files changed

+4990
-4592
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,596 files changed

+4990
-4592
lines changed

games/worm/worm.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ char copyright[] =
3838
#endif /* not lint */
3939

4040
#ifndef lint
41-
static char sccsid[] = "@(#)worm.c 5.8 (Berkeley) 2/28/91";
41+
/*static char sccsid[] = "from: @(#)worm.c 5.8 (Berkeley) 2/28/91";*/
42+
static char rcsid[] = "$Id: worm.c,v 1.2 1993/08/01 18:49:30 mycroft Exp $";
4243
#endif /* not lint */
4344

4445
/*

games/worms/worms.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ char copyright[] =
3838
#endif /* not lint */
3939

4040
#ifndef lint
41-
static char sccsid[] = "@(#)worms.c 5.9 (Berkeley) 2/28/91";
41+
/*static char sccsid[] = "from: @(#)worms.c 5.9 (Berkeley) 2/28/91";*/
42+
static char rcsid[] = "$Id: worms.c,v 1.3 1993/08/01 18:49:26 mycroft Exp $";
4243
#endif /* not lint */
4344

4445
/*

games/wump/pathnames.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3131
* SUCH DAMAGE.
3232
*
33-
* @(#)pathnames.h 5.1 (Berkeley) 6/1/90
33+
* from: @(#)pathnames.h 5.1 (Berkeley) 6/1/90
34+
* $Id: pathnames.h,v 1.2 1993/08/01 18:49:22 mycroft Exp $
3435
*/
3536

3637
#define _PATH_PAGER "/usr/bin/more"

games/wump/wump.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ char copyright[] =
4242
#endif /* not lint */
4343

4444
#ifndef lint
45-
static char sccsid[] = "@(#)wump.c 4.3 (Berkeley) 6/1/90";
45+
/*static char sccsid[] = "from: @(#)wump.c 4.3 (Berkeley) 6/1/90";*/
46+
static char rcsid[] = "$Id: wump.c,v 1.2 1993/08/01 18:49:20 mycroft Exp $";
4647
#endif /* not lint */
4748

4849
/*

gnu/games/chess/pathnames.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3131
* SUCH DAMAGE.
3232
*
33-
* @(#)pathnames.h 5.1 (Berkeley) 5/2/90
33+
* from: @(#)pathnames.h 5.1 (Berkeley) 5/2/90
34+
* $Id: pathnames.h,v 1.2 1993/08/01 18:49:15 mycroft Exp $
3435
*/
3536

3637
#define _PATH_CHESSBOOK "/usr/share/games/gnuchess.book"

gnu/lib/libregex/test/alloca.c

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#ifndef lint
2+
/*static char sccsid[] = "from: @(#)alloca.c 1.1";*/
3+
static char rcsid[] = "$Id: alloca.c,v 1.2 1993/08/01 18:49:09 mycroft Exp $";
4+
#endif
5+
16
/*
27
alloca -- (mostly) portable public-domain implementation -- D A Gwyn
38
@@ -26,9 +31,6 @@
2631
allocating any. It is a good idea to use alloca(0) in
2732
your main control loop, etc. to force garbage collection.
2833
*/
29-
#ifndef lint
30-
static char SCCSid[] = "@(#)alloca.c 1.1"; /* for the "what" utility */
31-
#endif
3234

3335
#ifdef emacs
3436
#include "config.h"

gnu/lib/libregex/test/emacsmalloc.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ In other words, you are welcome to use, share and improve this program.
1919
You are forbidden to forbid anyone else to use, share and improve
2020
what you give them. Help stamp out software-hoarding! */
2121

22+
#ifndef lint
23+
/*static char sccsid[] = "from: @(#)nmalloc.c 1 (Caltech) 2/21/82";*/
24+
static char rcsid[] = "$Id: emacsmalloc.c,v 1.2 1993/08/01 18:49:07 mycroft Exp $";
25+
#endif
2226

2327
/*
24-
* @(#)nmalloc.c 1 (Caltech) 2/21/82
25-
*
2628
* U of M Modified: 20 Jun 1983 ACT: strange hacks for Emacs
2729
*
2830
* Nov 1983, Mike@BRL, Added support for 4.1C/4.2 BSD.

gnu/usr.bin/gas/as.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
*/
77

88
#ifndef lint
9-
static char sccsid[] = "@(#)as.c 6.3 (Berkeley) 5/8/91";
9+
/*static char sccsid[] = "from: @(#)as.c 6.3 (Berkeley) 5/8/91";*/
10+
static char rcsid[] = "$Id: as.c,v 1.2 1993/08/01 18:48:46 mycroft Exp $";
1011
#endif /* not lint */
1112

1213
/* as.c - GAS main program.

gnu/usr.bin/gas/config/i386-opcode.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
*
55
* Modified 1991 by Donn Seeley at UUNET Technologies, Inc.
66
*
7-
* @(#)i386-opcode.h 6.3 (Berkeley) 5/8/91
7+
* from: @(#)i386-opcode.h 6.3 (Berkeley) 5/8/91
8+
* $Id: i386-opcode.h,v 1.2 1993/08/01 18:48:53 mycroft Exp $
89
*/
910

1011
/* i386-opcode.h -- Intel 80386 opcode table

gnu/usr.bin/gas/config/i386.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
*/
77

88
#ifndef lint
9-
static char sccsid[] = "@(#)i386.c 6.4 (Berkeley) 5/8/91";
9+
/*static char sccsid[] = "from: @(#)i386.c 6.4 (Berkeley) 5/8/91";*/
10+
static char rcsid[] = "$Id: i386.c,v 1.2 1993/08/01 18:48:51 mycroft Exp $";
1011
#endif /* not lint */
1112

1213
/* i386.c -- Assemble code for the Intel 80386

0 commit comments

Comments
 (0)