summaryrefslogtreecommitdiffstats
path: root/unix/dltest
diff options
context:
space:
mode:
authorstanton <stanton@noemail.net>1998-09-14 18:39:42 (GMT)
committerstanton <stanton@noemail.net>1998-09-14 18:39:42 (GMT)
commitd18103c837e55a0a945a1e9527bde6733eca153a (patch)
tree91ecabdbdcd0bf4fb6bc9397a725b55993ed4060 /unix/dltest
parentf2c22dd914ac2006c230ba1b676efbe299dce88d (diff)
downloadtcl-d18103c837e55a0a945a1e9527bde6733eca153a.zip
tcl-d18103c837e55a0a945a1e9527bde6733eca153a.tar.gz
tcl-d18103c837e55a0a945a1e9527bde6733eca153a.tar.bz2
Replaced SCCS strings, fixed binary filescore-8-0-3
FossilOrigin-Name: 196f92fd17305db5fec1acd59f6926de11e01624
Diffstat (limited to 'unix/dltest')
-rw-r--r--unix/dltest/Makefile.in2
-rw-r--r--unix/dltest/README2
-rw-r--r--unix/dltest/configure.in2
-rw-r--r--unix/dltest/pkga.c2
-rw-r--r--unix/dltest/pkgb.c2
-rw-r--r--unix/dltest/pkgc.c2
-rw-r--r--unix/dltest/pkgd.c2
-rw-r--r--unix/dltest/pkge.c2
-rw-r--r--unix/dltest/pkgf.c2
9 files changed, 9 insertions, 9 deletions
diff --git a/unix/dltest/Makefile.in b/unix/dltest/Makefile.in
index 2197b4b..de456ff 100644
--- a/unix/dltest/Makefile.in
+++ b/unix/dltest/Makefile.in
@@ -1,7 +1,7 @@
# This Makefile is used to create several test cases for Tcl's load
# command. It also illustrates how to take advantage of configuration
# exported by Tcl to set up Makefiles for shared libraries.
-# SCCS: @(#) Makefile.in 1.12 97/02/22 14:13:54
+# RCS: @(#) $Id: Makefile.in,v 1.2 1998/09/14 18:40:18 stanton Exp $
CC = @CC@
LIBS = @TCL_BUILD_LIB_SPEC@ @TCL_LIBS@ -lc
diff --git a/unix/dltest/README b/unix/dltest/README
index f4e54d4..7ba3f9f 100644
--- a/unix/dltest/README
+++ b/unix/dltest/README
@@ -9,4 +9,4 @@ Tcl before configuring here, since information learned during Tcl's
configure is needed here. Then type "make" to create the shared
libraries.
-sccsid: @(#) README 1.2 95/08/22 08:13:23
+RCS: @(#) $Id: README,v 1.2 1998/09/14 18:40:18 stanton Exp $
diff --git a/unix/dltest/configure.in b/unix/dltest/configure.in
index 29924e9..473b4dc 100644
--- a/unix/dltest/configure.in
+++ b/unix/dltest/configure.in
@@ -2,7 +2,7 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run to configure the
dnl Makefile in this directory.
AC_INIT(pkga.c)
-# SCCS: @(#) configure.in 1.9 96/04/15 09:50:20
+# RCS: @(#) $Id: configure.in,v 1.2 1998/09/14 18:40:18 stanton Exp $
# Recover information that Tcl computed with its configure script.
diff --git a/unix/dltest/pkga.c b/unix/dltest/pkga.c
index ab48522..7faeebf 100644
--- a/unix/dltest/pkga.c
+++ b/unix/dltest/pkga.c
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) pkga.c 1.4 96/02/15 12:30:35
+ * RCS: @(#) $Id: pkga.c,v 1.2 1998/09/14 18:40:18 stanton Exp $
*/
#include "tcl.h"
diff --git a/unix/dltest/pkgb.c b/unix/dltest/pkgb.c
index 1da9575..3f67c3d 100644
--- a/unix/dltest/pkgb.c
+++ b/unix/dltest/pkgb.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) pkgb.c 1.4 96/02/15 12:30:34
+ * RCS: @(#) $Id: pkgb.c,v 1.2 1998/09/14 18:40:18 stanton Exp $
*/
#include "tcl.h"
diff --git a/unix/dltest/pkgc.c b/unix/dltest/pkgc.c
index c35189a..33a5b43 100644
--- a/unix/dltest/pkgc.c
+++ b/unix/dltest/pkgc.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) pkgc.c 1.4 96/02/15 12:30:35
+ * RCS: @(#) $Id: pkgc.c,v 1.2 1998/09/14 18:40:18 stanton Exp $
*/
#include "tcl.h"
diff --git a/unix/dltest/pkgd.c b/unix/dltest/pkgd.c
index 56821cc..6d0152b 100644
--- a/unix/dltest/pkgd.c
+++ b/unix/dltest/pkgd.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) pkgd.c 1.4 96/02/15 12:30:32
+ * RCS: @(#) $Id: pkgd.c,v 1.2 1998/09/14 18:40:18 stanton Exp $
*/
#include "tcl.h"
diff --git a/unix/dltest/pkge.c b/unix/dltest/pkge.c
index 1d585ca..aa8cca0 100644
--- a/unix/dltest/pkge.c
+++ b/unix/dltest/pkge.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) pkge.c 1.5 96/03/07 09:34:27
+ * RCS: @(#) $Id: pkge.c,v 1.2 1998/09/14 18:40:18 stanton Exp $
*/
#include "tcl.h"
diff --git a/unix/dltest/pkgf.c b/unix/dltest/pkgf.c
index d7c641a..e2a0653 100644
--- a/unix/dltest/pkgf.c
+++ b/unix/dltest/pkgf.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) pkgf.c 1.2 96/02/15 12:30:32
+ * RCS: @(#) $Id: pkgf.c,v 1.2 1998/09/14 18:40:18 stanton Exp $
*/
#include "tcl.h"