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 /library | |
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 'library')
-rw-r--r-- | library/history.tcl | 2 | ||||
-rw-r--r-- | library/http/http.tcl | 2 | ||||
-rw-r--r-- | library/http1.0/http.tcl | 2 | ||||
-rw-r--r-- | library/http2.0/http.tcl | 2 | ||||
-rw-r--r-- | library/http2.1/http.tcl | 2 | ||||
-rw-r--r-- | library/http2.3/http.tcl | 2 | ||||
-rw-r--r-- | library/init.tcl | 2 | ||||
-rw-r--r-- | library/ldAout.tcl | 2 | ||||
-rw-r--r-- | library/opt0.1/optparse.tcl | 2 | ||||
-rw-r--r-- | library/parray.tcl | 2 | ||||
-rw-r--r-- | library/safe.tcl | 2 | ||||
-rw-r--r-- | library/word.tcl | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/library/history.tcl b/library/history.tcl index f1516f3..a3bfb85 100644 --- a/library/history.tcl +++ b/library/history.tcl @@ -2,7 +2,7 @@ # # Implementation of the history command. # -# SCCS: @(#) history.tcl 1.7 97/08/07 16:45:50 +# RCS: @(#) $Id: history.tcl,v 1.3 1998/09/14 18:40:03 stanton Exp $ # # Copyright (c) 1997 Sun Microsystems, Inc. # diff --git a/library/http/http.tcl b/library/http/http.tcl index 222e127..d0a24f1 100644 --- a/library/http/http.tcl +++ b/library/http/http.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: http.tcl,v 1.2 1998/06/29 15:30:16 welch Exp $ +# RCS: @(#) $Id: http.tcl,v 1.3 1998/09/14 18:40:03 stanton Exp $ package provide http 2.0 ;# This uses Tcl namespaces diff --git a/library/http1.0/http.tcl b/library/http1.0/http.tcl index 7ee62cd..fe78879 100644 --- a/library/http1.0/http.tcl +++ b/library/http1.0/http.tcl @@ -5,7 +5,7 @@ # These procedures use a callback interface to avoid using vwait, # which is not defined in the safe base. # -# SCCS: %Z% $Id: http.tcl,v 1.2 1998/06/29 15:30:24 welch Exp $ +# RCS: @(#) $Id: http.tcl,v 1.3 1998/09/14 18:40:03 stanton Exp $ # # See the http.n man page for documentation diff --git a/library/http2.0/http.tcl b/library/http2.0/http.tcl index 222e127..d0a24f1 100644 --- a/library/http2.0/http.tcl +++ b/library/http2.0/http.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: http.tcl,v 1.2 1998/06/29 15:30:16 welch Exp $ +# RCS: @(#) $Id: http.tcl,v 1.3 1998/09/14 18:40:03 stanton Exp $ package provide http 2.0 ;# This uses Tcl namespaces diff --git a/library/http2.1/http.tcl b/library/http2.1/http.tcl index 222e127..d0a24f1 100644 --- a/library/http2.1/http.tcl +++ b/library/http2.1/http.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: http.tcl,v 1.2 1998/06/29 15:30:16 welch Exp $ +# RCS: @(#) $Id: http.tcl,v 1.3 1998/09/14 18:40:03 stanton Exp $ package provide http 2.0 ;# This uses Tcl namespaces diff --git a/library/http2.3/http.tcl b/library/http2.3/http.tcl index 222e127..d0a24f1 100644 --- a/library/http2.3/http.tcl +++ b/library/http2.3/http.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: http.tcl,v 1.2 1998/06/29 15:30:16 welch Exp $ +# RCS: @(#) $Id: http.tcl,v 1.3 1998/09/14 18:40:03 stanton Exp $ package provide http 2.0 ;# This uses Tcl namespaces diff --git a/library/init.tcl b/library/init.tcl index 2597b84..58350e8 100644 --- a/library/init.tcl +++ b/library/init.tcl @@ -3,7 +3,7 @@ # Default system startup file for Tcl-based applications. Defines # "unknown" procedure and auto-load facilities. # -# SCCS: @(#) init.tcl 1.8 98/07/20 16:24:45 +# RCS: @(#) $Id: init.tcl,v 1.15 1998/09/14 18:40:03 stanton Exp $ # # Copyright (c) 1991-1993 The Regents of the University of California. # Copyright (c) 1994-1996 Sun Microsystems, Inc. diff --git a/library/ldAout.tcl b/library/ldAout.tcl index 7914508..11d301e 100644 --- a/library/ldAout.tcl +++ b/library/ldAout.tcl @@ -18,7 +18,7 @@ # its .o file placed before all others in the command; then # "ld" is executed to bind the objects together. # -# SCCS: @(#) ldAout.tcl 1.12 96/11/30 17:11:02 +# RCS: @(#) $Id: ldAout.tcl,v 1.2 1998/09/14 18:40:03 stanton Exp $ # # Copyright (c) 1995, by General Electric Company. All rights reserved. # diff --git a/library/opt0.1/optparse.tcl b/library/opt0.1/optparse.tcl index 4f859dd..0442c74 100644 --- a/library/opt0.1/optparse.tcl +++ b/library/opt0.1/optparse.tcl @@ -13,7 +13,7 @@ # written initially with Brent Welch, itself initially # based on work with Steve Uhler. Thanks them ! # -# SCCS: %Z% $Id: optparse.tcl,v 1.2 1998/06/29 15:30:44 welch Exp $ +# RCS: @(#) $Id: optparse.tcl,v 1.3 1998/09/14 18:40:03 stanton Exp $ package provide opt 0.3 diff --git a/library/parray.tcl b/library/parray.tcl index d80ad8d..92655b2 100644 --- a/library/parray.tcl +++ b/library/parray.tcl @@ -1,7 +1,7 @@ # parray: # Print the contents of a global array on stdout. # -# SCCS: %Z% $Id: parray.tcl,v 1.2 1998/06/27 18:11:25 welch Exp $ +# RCS: @(#) $Id: parray.tcl,v 1.3 1998/09/14 18:40:03 stanton Exp $ # # Copyright (c) 1991-1993 The Regents of the University of California. # Copyright (c) 1994 Sun Microsystems, Inc. diff --git a/library/safe.tcl b/library/safe.tcl index 9eb9a3f..1b84d61 100644 --- a/library/safe.tcl +++ b/library/safe.tcl @@ -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: %Z% $Id: safe.tcl,v 1.2 1998/06/27 18:11:25 welch Exp $ +# RCS: @(#) $Id: safe.tcl,v 1.3 1998/09/14 18:40:03 stanton Exp $ # # The implementation is based on namespaces. These naming conventions diff --git a/library/word.tcl b/library/word.tcl index 56fca90..17b70c6 100644 --- a/library/word.tcl +++ b/library/word.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: word.tcl,v 1.2 1998/06/27 18:11:26 welch Exp $ +# RCS: @(#) $Id: word.tcl,v 1.3 1998/09/14 18:40:03 stanton Exp $ # # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. |