summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorstanton <stanton>1998-09-14 18:22:43 (GMT)
committerstanton <stanton>1998-09-14 18:22:43 (GMT)
commit139cae1fba039b0ff1c8d5e8f563903d2fd52c72 (patch)
treefebc30e6decfb25119f641561382ab8084cea0c8 /unix
parentb3dc0b01da486ab84c5a9a299b11eeb711588ae2 (diff)
downloadtk-139cae1fba039b0ff1c8d5e8f563903d2fd52c72.zip
tk-139cae1fba039b0ff1c8d5e8f563903d2fd52c72.tar.gz
tk-139cae1fba039b0ff1c8d5e8f563903d2fd52c72.tar.bz2
Replaced SCCS strings, fixed binary files
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in2
-rw-r--r--unix/README2
-rw-r--r--unix/configure.in2
-rw-r--r--unix/porting.notes2
-rw-r--r--unix/porting.old2
-rw-r--r--unix/tkAppInit.c2
-rw-r--r--unix/tkConfig.sh.in2
-rw-r--r--unix/tkUnix.c2
-rw-r--r--unix/tkUnix3d.c2
-rw-r--r--unix/tkUnixButton.c2
-rw-r--r--unix/tkUnixColor.c2
-rw-r--r--unix/tkUnixCursor.c2
-rw-r--r--unix/tkUnixDefault.h2
-rw-r--r--unix/tkUnixDialog.c2
-rw-r--r--unix/tkUnixDraw.c2
-rw-r--r--unix/tkUnixEmbed.c2
-rw-r--r--unix/tkUnixEvent.c2
-rw-r--r--unix/tkUnixFocus.c2
-rw-r--r--unix/tkUnixFont.c2
-rw-r--r--unix/tkUnixInit.c2
-rw-r--r--unix/tkUnixInt.h2
-rw-r--r--unix/tkUnixMenu.c2
-rw-r--r--unix/tkUnixMenubu.c2
-rw-r--r--unix/tkUnixPort.h2
-rw-r--r--unix/tkUnixScale.c2
-rw-r--r--unix/tkUnixScrlbr.c2
-rw-r--r--unix/tkUnixSelect.c2
-rw-r--r--unix/tkUnixSend.c2
-rw-r--r--unix/tkUnixWm.c2
-rw-r--r--unix/tkUnixXId.c2
30 files changed, 30 insertions, 30 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 72c921c..186e49d 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -5,7 +5,7 @@
# "autoconf" program (constructs like "@foo@" will get replaced in the
# actual Makefile.
#
-# SCCS: @(#) Makefile.in 1.146 97/11/05 11:10:45
+# RCS: @(#) $Id: Makefile.in,v 1.9 1998/09/14 18:23:54 stanton Exp $
# Current Tk version; used in various names.
diff --git a/unix/README b/unix/README
index bb06d21..21a8890 100644
--- a/unix/README
+++ b/unix/README
@@ -10,7 +10,7 @@ SGI, as well as PCs running Linux, BSDI, and SCO UNIX. To compile for
a PC running Windows, see the README file in the directory ../win. To
compile for a Macintosh, see the README file in the directory ../mac.
-SCCS: @(#) README 1.24 97/08/13 17:31:19
+RCS: @(#) $Id: README,v 1.2 1998/09/14 18:23:54 stanton Exp $
How To Compile And Install Tk:
------------------------------
diff --git a/unix/configure.in b/unix/configure.in
index f6b5f91..c2db68c 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -3,7 +3,7 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run during Tk installation
dnl to configure the system for the local environment.
AC_INIT(../generic/tk.h)
-# SCCS: @(#) configure.in 1.90 97/11/20 12:45:45
+# RCS: @(#) $Id: configure.in,v 1.20 1998/09/14 18:23:54 stanton Exp $
TK_VERSION=8.0
TK_MAJOR_VERSION=8
diff --git a/unix/porting.notes b/unix/porting.notes
index ecb395d..6c9e156 100644
--- a/unix/porting.notes
+++ b/unix/porting.notes
@@ -26,7 +26,7 @@ and Tk to compile. You can also add new entries to that database
when you install Tcl and Tk on a new platform. The Web database is
likely to be more up-to-date than this file.
-sccsid = SCCS: @(#) porting.notes 1.10 96/04/10 15:38:54
+RCS: @(#) $Id: porting.notes,v 1.2 1998/09/14 18:23:54 stanton Exp $
--------------------------------------------
Solaris, various versions
diff --git a/unix/porting.old b/unix/porting.old
index ea8aa5c..de41beb 100644
--- a/unix/porting.old
+++ b/unix/porting.old
@@ -14,7 +14,7 @@ questions about porting Tcl to a particular machine; in these
cases the person's name and e-mail address are listed. I'd be
happy to receive corrections or updates.
-sccsid = SCCS: @(#) porting.old 1.2 96/02/16 10:27:30
+RCS: @(#) $Id: porting.old,v 1.2 1998/09/14 18:23:54 stanton Exp $
---------------------------------------------
DEC Alphas:
diff --git a/unix/tkAppInit.c b/unix/tkAppInit.c
index 6b6b2e2..59900f1 100644
--- a/unix/tkAppInit.c
+++ b/unix/tkAppInit.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: @(#) tkAppInit.c 1.22 96/05/29 09:47:08
+ * RCS: @(#) $Id: tkAppInit.c,v 1.2 1998/09/14 18:23:54 stanton Exp $
*/
#include "tk.h"
diff --git a/unix/tkConfig.sh.in b/unix/tkConfig.sh.in
index d5b3ff5..bb5da6d 100644
--- a/unix/tkConfig.sh.in
+++ b/unix/tkConfig.sh.in
@@ -11,7 +11,7 @@
#
# The information in this file is specific to a single platform.
#
-# SCCS: @(#) tkConfig.sh.in 1.11 97/10/30 13:29:13
+# RCS: @(#) $Id: tkConfig.sh.in,v 1.6 1998/09/14 18:23:55 stanton Exp $
# Tk's version number.
TK_VERSION='@TK_VERSION@'
diff --git a/unix/tkUnix.c b/unix/tkUnix.c
index ca6fa07..04fdee1 100644
--- a/unix/tkUnix.c
+++ b/unix/tkUnix.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: @(#) tkUnix.c 1.5 97/01/07 11:41:39
+ * RCS: @(#) $Id: tkUnix.c,v 1.2 1998/09/14 18:23:55 stanton Exp $
*/
#include <tkInt.h>
diff --git a/unix/tkUnix3d.c b/unix/tkUnix3d.c
index e7584ce..f8470a2 100644
--- a/unix/tkUnix3d.c
+++ b/unix/tkUnix3d.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: @(#) tkUnix3d.c 1.3 96/11/20 14:24:38
+ * RCS: @(#) $Id: tkUnix3d.c,v 1.2 1998/09/14 18:23:55 stanton Exp $
*/
#include <tk3d.h>
diff --git a/unix/tkUnixButton.c b/unix/tkUnixButton.c
index 8c74dcb..29570d3 100644
--- a/unix/tkUnixButton.c
+++ b/unix/tkUnixButton.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: @(#) tkUnixButton.c 1.4 97/06/06 11:21:40
+ * RCS: @(#) $Id: tkUnixButton.c,v 1.2 1998/09/14 18:23:55 stanton Exp $
*/
#include "tkButton.h"
diff --git a/unix/tkUnixColor.c b/unix/tkUnixColor.c
index d3a5a27..e2def60 100644
--- a/unix/tkUnixColor.c
+++ b/unix/tkUnixColor.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: @(#) tkUnixColor.c 1.1 96/10/22 16:52:31
+ * RCS: @(#) $Id: tkUnixColor.c,v 1.2 1998/09/14 18:23:55 stanton Exp $
*/
#include <tkColor.h>
diff --git a/unix/tkUnixCursor.c b/unix/tkUnixCursor.c
index c898ad1..876ea2d 100644
--- a/unix/tkUnixCursor.c
+++ b/unix/tkUnixCursor.c
@@ -8,7 +8,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tkUnixCursor.c 1.4 96/10/08 09:33:08
+ * RCS: @(#) $Id: tkUnixCursor.c,v 1.3 1998/09/14 18:23:55 stanton Exp $
*/
#include "tkPort.h"
diff --git a/unix/tkUnixDefault.h b/unix/tkUnixDefault.h
index f895d63..2967207 100644
--- a/unix/tkUnixDefault.h
+++ b/unix/tkUnixDefault.h
@@ -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: @(#) tkUnixDefault.h 1.105 97/10/09 17:45:10
+ * RCS: @(#) $Id: tkUnixDefault.h,v 1.2 1998/09/14 18:23:55 stanton Exp $
*/
#ifndef _TKUNIXDEFAULT
diff --git a/unix/tkUnixDialog.c b/unix/tkUnixDialog.c
index b8a1ab0..787fae6 100644
--- a/unix/tkUnixDialog.c
+++ b/unix/tkUnixDialog.c
@@ -8,7 +8,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tkUnixDialog.c 1.5 96/08/28 21:21:01
+ * RCS: @(#) $Id: tkUnixDialog.c,v 1.2 1998/09/14 18:23:55 stanton Exp $
*
*/
diff --git a/unix/tkUnixDraw.c b/unix/tkUnixDraw.c
index 65bf2e4..38c82a4 100644
--- a/unix/tkUnixDraw.c
+++ b/unix/tkUnixDraw.c
@@ -8,7 +8,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tkUnixDraw.c 1.9 97/03/21 11:16:18
+ * RCS: @(#) $Id: tkUnixDraw.c,v 1.2 1998/09/14 18:23:55 stanton Exp $
*/
#include "tkPort.h"
diff --git a/unix/tkUnixEmbed.c b/unix/tkUnixEmbed.c
index fd20a34..2a8bac0 100644
--- a/unix/tkUnixEmbed.c
+++ b/unix/tkUnixEmbed.c
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tkUnixEmbed.c 1.22 97/08/13 11:15:51
+ * RCS: @(#) $Id: tkUnixEmbed.c,v 1.2 1998/09/14 18:23:56 stanton Exp $
*/
#include "tkInt.h"
diff --git a/unix/tkUnixEvent.c b/unix/tkUnixEvent.c
index ace4cc3..12e58f4 100644
--- a/unix/tkUnixEvent.c
+++ b/unix/tkUnixEvent.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: @(#) tkUnixEvent.c 1.17 97/09/11 12:51:04
+ * RCS: @(#) $Id: tkUnixEvent.c,v 1.2 1998/09/14 18:23:56 stanton Exp $
*/
#include "tkInt.h"
diff --git a/unix/tkUnixFocus.c b/unix/tkUnixFocus.c
index 5c1a4f6..afab537 100644
--- a/unix/tkUnixFocus.c
+++ b/unix/tkUnixFocus.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: @(#) tkUnixFocus.c 1.9 97/10/31 09:54:04
+ * RCS: @(#) $Id: tkUnixFocus.c,v 1.2 1998/09/14 18:23:56 stanton Exp $
*/
#include "tkInt.h"
diff --git a/unix/tkUnixFont.c b/unix/tkUnixFont.c
index 3919f4d..ff2a705 100644
--- a/unix/tkUnixFont.c
+++ b/unix/tkUnixFont.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: @(#) tkUnixFont.c 1.16 97/10/23 12:47:53
+ * RCS: @(#) $Id: tkUnixFont.c,v 1.3 1998/09/14 18:23:57 stanton Exp $
*/
#include "tkPort.h"
diff --git a/unix/tkUnixInit.c b/unix/tkUnixInit.c
index ef6fea0..158a2f6 100644
--- a/unix/tkUnixInit.c
+++ b/unix/tkUnixInit.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: @(#) tkUnixInit.c 1.24 97/07/24 14:46:09
+ * RCS: @(#) $Id: tkUnixInit.c,v 1.3 1998/09/14 18:23:57 stanton Exp $
*/
#include "tkInt.h"
diff --git a/unix/tkUnixInt.h b/unix/tkUnixInt.h
index 41bbb66..3907e04 100644
--- a/unix/tkUnixInt.h
+++ b/unix/tkUnixInt.h
@@ -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: @(#) tkUnixInt.h 1.9 97/05/08 11:20:12
+ * RCS: @(#) $Id: tkUnixInt.h,v 1.2 1998/09/14 18:23:57 stanton Exp $
*/
#ifndef _TKUNIXINT
diff --git a/unix/tkUnixMenu.c b/unix/tkUnixMenu.c
index 3179a31..0867844 100644
--- a/unix/tkUnixMenu.c
+++ b/unix/tkUnixMenu.c
@@ -8,7 +8,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tkUnixMenu.c 1.76 97/11/05 09:08:22
+ * RCS: @(#) $Id: tkUnixMenu.c,v 1.2 1998/09/14 18:23:57 stanton Exp $
*/
#include "tkPort.h"
diff --git a/unix/tkUnixMenubu.c b/unix/tkUnixMenubu.c
index b5f4fd5..7c33033 100644
--- a/unix/tkUnixMenubu.c
+++ b/unix/tkUnixMenubu.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: @(#) tkUnixMenubu.c 1.9 97/05/23 16:25:01
+ * RCS: @(#) $Id: tkUnixMenubu.c,v 1.2 1998/09/14 18:23:57 stanton Exp $
*/
#include "tkMenubutton.h"
diff --git a/unix/tkUnixPort.h b/unix/tkUnixPort.h
index 146e60d..bea8ee6 100644
--- a/unix/tkUnixPort.h
+++ b/unix/tkUnixPort.h
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tkUnixPort.h 1.38 97/05/17 16:48:19
+ * RCS: @(#) $Id: tkUnixPort.h,v 1.2 1998/09/14 18:23:57 stanton Exp $
*/
#ifndef _UNIXPORT
diff --git a/unix/tkUnixScale.c b/unix/tkUnixScale.c
index 05b2a19..b61b99a 100644
--- a/unix/tkUnixScale.c
+++ b/unix/tkUnixScale.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: @(#) tkUnixScale.c 1.5 96/07/31 14:22:29
+ * RCS: @(#) $Id: tkUnixScale.c,v 1.2 1998/09/14 18:23:57 stanton Exp $
*/
#include "tkScale.h"
diff --git a/unix/tkUnixScrlbr.c b/unix/tkUnixScrlbr.c
index 74b46e8..4821653 100644
--- a/unix/tkUnixScrlbr.c
+++ b/unix/tkUnixScrlbr.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: @(#) tkUnixScrlbr.c 1.8 96/12/10 20:05:07
+ * RCS: @(#) $Id: tkUnixScrlbr.c,v 1.2 1998/09/14 18:23:57 stanton Exp $
*/
#include "tkScrollbar.h"
diff --git a/unix/tkUnixSelect.c b/unix/tkUnixSelect.c
index 404631e..1b27b70 100644
--- a/unix/tkUnixSelect.c
+++ b/unix/tkUnixSelect.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: @(#) tkUnixSelect.c 1.5 96/03/29 14:14:31
+ * RCS: @(#) $Id: tkUnixSelect.c,v 1.2 1998/09/14 18:23:57 stanton Exp $
*/
#include "tkInt.h"
diff --git a/unix/tkUnixSend.c b/unix/tkUnixSend.c
index f07c59b..997fb81 100644
--- a/unix/tkUnixSend.c
+++ b/unix/tkUnixSend.c
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tkUnixSend.c 1.74 97/11/04 17:12:18
+ * RCS: @(#) $Id: tkUnixSend.c,v 1.2 1998/09/14 18:23:58 stanton Exp $
*/
#include "tkPort.h"
diff --git a/unix/tkUnixWm.c b/unix/tkUnixWm.c
index 0c26c9b..ccce80e 100644
--- a/unix/tkUnixWm.c
+++ b/unix/tkUnixWm.c
@@ -12,7 +12,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tkUnixWm.c 1.155 97/10/28 08:35:19
+ * RCS: @(#) $Id: tkUnixWm.c,v 1.2 1998/09/14 18:23:58 stanton Exp $
*/
#include "tkPort.h"
diff --git a/unix/tkUnixXId.c b/unix/tkUnixXId.c
index f67c35c..65dc5e0 100644
--- a/unix/tkUnixXId.c
+++ b/unix/tkUnixXId.c
@@ -17,7 +17,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tkUnixXId.c 1.22 97/06/25 13:16:47
+ * RCS: @(#) $Id: tkUnixXId.c,v 1.2 1998/09/14 18:23:58 stanton Exp $
*/
/*