From 25e723296d7e7b8473d6f19523593ac24f07a3dd Mon Sep 17 00:00:00 2001 From: hobbs Date: Tue, 5 Oct 1999 22:46:00 +0000 Subject: * library/http2.1/http.tcl: fixed possible use of global c var. --- library/http/http.tcl | 7 +++---- library/http2.1/http.tcl | 7 +++---- library/http2.3/http.tcl | 7 +++---- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/library/http/http.tcl b/library/http/http.tcl index c59f4a5..c4da3d7 100644 --- a/library/http/http.tcl +++ b/library/http/http.tcl @@ -9,13 +9,12 @@ # See the file "license.terms" for information on usage and # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: http.tcl,v 1.10 1999/08/19 02:59:45 hobbs Exp $ +# RCS: @(#) $Id: http.tcl,v 1.11 1999/10/05 22:46:00 hobbs Exp $ package provide http 2.1 ;# This uses Tcl namespaces namespace eval http { variable http - array set http { -accept */* -proxyhost {} @@ -25,8 +24,8 @@ namespace eval http { } variable formMap - set alphanumeric a-zA-Z0-9 - + variable alphanumeric a-zA-Z0-9 + variable c variable i 0 for {} {$i <= 256} {incr i} { set c [format %c $i] diff --git a/library/http2.1/http.tcl b/library/http2.1/http.tcl index c59f4a5..c4da3d7 100644 --- a/library/http2.1/http.tcl +++ b/library/http2.1/http.tcl @@ -9,13 +9,12 @@ # See the file "license.terms" for information on usage and # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: http.tcl,v 1.10 1999/08/19 02:59:45 hobbs Exp $ +# RCS: @(#) $Id: http.tcl,v 1.11 1999/10/05 22:46:00 hobbs Exp $ package provide http 2.1 ;# This uses Tcl namespaces namespace eval http { variable http - array set http { -accept */* -proxyhost {} @@ -25,8 +24,8 @@ namespace eval http { } variable formMap - set alphanumeric a-zA-Z0-9 - + variable alphanumeric a-zA-Z0-9 + variable c variable i 0 for {} {$i <= 256} {incr i} { set c [format %c $i] diff --git a/library/http2.3/http.tcl b/library/http2.3/http.tcl index c59f4a5..c4da3d7 100644 --- a/library/http2.3/http.tcl +++ b/library/http2.3/http.tcl @@ -9,13 +9,12 @@ # See the file "license.terms" for information on usage and # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: http.tcl,v 1.10 1999/08/19 02:59:45 hobbs Exp $ +# RCS: @(#) $Id: http.tcl,v 1.11 1999/10/05 22:46:00 hobbs Exp $ package provide http 2.1 ;# This uses Tcl namespaces namespace eval http { variable http - array set http { -accept */* -proxyhost {} @@ -25,8 +24,8 @@ namespace eval http { } variable formMap - set alphanumeric a-zA-Z0-9 - + variable alphanumeric a-zA-Z0-9 + variable c variable i 0 for {} {$i <= 256} {incr i} { set c [format %c $i] -- cgit v0.12