diff options
author | stanton <stanton> | 1998-09-14 18:39:43 (GMT) |
---|---|---|
committer | stanton <stanton> | 1998-09-14 18:39:43 (GMT) |
commit | aada09aa918105dd70186da6252c8a92d444b580 (patch) | |
tree | 91ecabdbdcd0bf4fb6bc9397a725b55993ed4060 /tools | |
parent | f8dab0988bd8bcd72a79a9335424a2a44c7afd0f (diff) | |
download | tcl-aada09aa918105dd70186da6252c8a92d444b580.zip tcl-aada09aa918105dd70186da6252c8a92d444b580.tar.gz tcl-aada09aa918105dd70186da6252c8a92d444b580.tar.bz2 |
Replaced SCCS strings, fixed binary filescore_8_0_3
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.in | 2 | ||||
-rw-r--r-- | tools/configure.in | 2 | ||||
-rw-r--r-- | tools/index.tcl | 2 | ||||
-rw-r--r-- | tools/man2help.tcl | 2 | ||||
-rw-r--r-- | tools/man2help2.tcl | 2 | ||||
-rw-r--r-- | tools/man2tcl.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in index 3b8cb82..f4a34ef 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -6,7 +6,7 @@ # # HTML: 1. Build the html target on Unix -# SCCS: %Z% $Id: Makefile.in,v 1.4 1998/09/08 17:03:01 stanton Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.5 1998/09/14 18:40:15 stanton Exp $ #TCL = tcl@TCL_VERSION@@TCL_PATCH_LEVEL@ #TK = tk@TCL_VERSION@@TCL_PATCH_LEVEL@ diff --git a/tools/configure.in b/tools/configure.in index 1e8f726..8d048c8 100644 --- a/tools/configure.in +++ b/tools/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(man2tcl.c) -# SCCS: %Z% $Id: configure.in,v 1.1 1998/04/28 18:53:49 stanton Exp $ +# RCS: @(#) $Id: configure.in,v 1.2 1998/09/14 18:40:15 stanton Exp $ # Recover information that Tcl computed with its configure script. diff --git a/tools/index.tcl b/tools/index.tcl index 30123b7..f2c162f 100644 --- a/tools/index.tcl +++ b/tools/index.tcl @@ -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: %Z% $Id: index.tcl,v 1.2 1998/08/07 18:26:01 stanton Exp $ +# RCS: @(#) $Id: index.tcl,v 1.3 1998/09/14 18:40:15 stanton Exp $ # # Global variables used by these scripts: diff --git a/tools/man2help.tcl b/tools/man2help.tcl index daaefca..a3f2e55 100644 --- a/tools/man2help.tcl +++ b/tools/man2help.tcl @@ -6,7 +6,7 @@ # # Copyright (c) 1996 by Sun Microsystems, Inc. # -# SCCS: %Z% $Id: man2help.tcl,v 1.1 1998/04/28 18:53:50 stanton Exp $ +# RCS: @(#) $Id: man2help.tcl,v 1.2 1998/09/14 18:40:15 stanton Exp $ # # diff --git a/tools/man2help2.tcl b/tools/man2help2.tcl index 32d6b1f..dce162f 100644 --- a/tools/man2help2.tcl +++ b/tools/man2help2.tcl @@ -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: %Z% $Id: man2help2.tcl,v 1.2 1998/08/07 18:26:04 stanton Exp $ +# RCS: @(#) $Id: man2help2.tcl,v 1.3 1998/09/14 18:40:15 stanton Exp $ # # Global variables used by these scripts: diff --git a/tools/man2tcl.c b/tools/man2tcl.c index 2b3c426..8e90ff0 100644 --- a/tools/man2tcl.c +++ b/tools/man2tcl.c @@ -16,7 +16,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: %Z% $Id: man2tcl.c,v 1.1 1998/04/28 18:53:52 stanton Exp $ + * RCS: @(#) $Id: man2tcl.c,v 1.2 1998/09/14 18:40:15 stanton Exp $ */ #include <stdio.h> |