Index: client/1.0/neutral/common.tcl ================================================================== --- client/1.0/neutral/common.tcl +++ client/1.0/neutral/common.tcl @@ -86,11 +86,11 @@ return "" } } # - # NOTE: This procedure was stolen from the "getEagle.tcl" script. This + # NOTE: This procedure was stolen from the "common.tcl" script. This # procedure sets up the default values for all HTTP configuration # parameters used by this package. If the force argument is # non-zero, any existing values will be overwritten and set back # to their default values. # @@ -142,11 +142,11 @@ set allowInsecureRedirect false } } # - # NOTE: This procedure was stolen from the "getEagle.tcl" script. It is + # NOTE: This procedure was stolen from the "common.tcl" script. It is # designed to emit a message to the console. The channel argument # is the channel where the message should be written. The string # argument is the content of the message to emit. If the channel # argument is an empty string, nothing is written. # @@ -157,11 +157,11 @@ } } } # - # NOTE: This procedure was stolen from the "getEagle.tcl" script. It is + # NOTE: This procedure was stolen from the "common.tcl" script. It is # designed to emit a message to the HTTP client log. The string # argument is the content of the message to emit. If the string # argument is an empty string, nothing is written. # proc pageLog { string } { @@ -172,11 +172,11 @@ } } } # - # NOTE: This procedure was stolen from the "getEagle.tcl" script. It is + # NOTE: This procedure was stolen from the "common.tcl" script. It is # designed to emit a progress indicator while an HTTP request is # being processed. The channel argument is the Tcl channel where # the progress indicator should be emitted. The type argument is # the single-character progress indicator. The milliseconds # argument is the number of milliseconds to wait until the next @@ -206,11 +206,11 @@ unset -nocomplain afterForPageProgress } } # - # NOTE: This procedure was stolen from the "getEagle.tcl" script. It is + # NOTE: This procedure was stolen from the "common.tcl" script. It is # designed to process a single HTTP request, including any HTTP # 3XX redirects (up to the specified limit), and return the raw # HTTP response data. It may raise any number of script errors. # # Index: client/1.0/neutral/common.tcl.asc ================================================================== --- client/1.0/neutral/common.tcl.asc +++ client/1.0/neutral/common.tcl.asc @@ -1,18 +1,18 @@ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Eagle Package Repository -iQIcBAABCAAGBQJdU5LuAAoJEFAslq9JXcLZCNIP+gOmRXU14f9Lna39qxq/96TF -K18uxKxDRnrRwA4ni5FW691zXQQdHz+DQ0I1sPGI23fGtbbDOc7jbLHqm0JMN3Td -MxBmkWflbidKm6i7tgCfl0itdsdabrJHR6i+vZyEAvhXaWiBZwpj5quaFQ6QT5s1 -ncbbQeUeAj6HbTcTkPH3h9Yyl8c3KYjXNhRtDbFS1kawnoP9e8inQ782W5y52UHe -Ma39nwHwh4Jj7EpCn4qGLz2wr/VU5kBZr8/Tceishk+qmyNa3/PspqSLtbpAsOdF -gAR0cFvmNk3dQovoUnHPKcszYYNbqkj+YjZ7v0+hThHOawJaaRSkqXQ4pI3Plyp+ -vfVeygadOQ4X+kjzrMAYh7GbLOb8LoFcOPsizySiARY1H0CqObn9hwljZwHo2YIZ -FZsn2ph3QXW7soKINX0teKtAqAU+J/akPSa5asT1cy0Up9b79VTdFUAsKLdGYWa3 -7jQdZ9XM1Lt8K6xY3okDYp66UBXAulUWvhe5f004Qk7t9DDuk0sIlqnKnsBMl1Tc -gb2zYQc7t5/xJbgh1JVUtoKJPQzNfsosvdjZBwl+5g+raO+Q4bd1aI+QT8aDwcXo -tHE1xH3TIZOtMe+T4y0lNJGAAUuuBDZmfEOU9dIpVTq9poTy17d12gtl7NICg1I3 -AZLZ88ZqlecpHvtelS+T -=LAil +iQIcBAABCAAGBQJdae1rAAoJEFAslq9JXcLZltMQALMJcB5OEX4PNaEx6jldcjjh +n3vVMjEWyXVc0R2k2g1s+warifNrWZOQqULBctj7LlQ4TbM2IUvue/8ZGVjhWaCi +1+fVwRIdrCqETeMaofAW/1L+tALWaUW39i47I6080rpUGB9Ixo6+yfL34O2gkLUw +D0QM0mok7spztTY/+LE4kCRIYIlxpFR07lq4yx0SfzhYf0rPp2GqBGvVx4N2yUUx +A3lzT/GE7ye13Cx7byctHQYeLtKNf3PG2aogdHAQwKqRvkShfWbpXE0NrBqnRQBe +GUizMVBLFJKtuR/PnMwGKg0Eif+X6Xdp9brEKr+lJwmNRiXPY0CQpw27W5NLb0R7 +bMKAaBta99wca67EbIc84aqQZdHUs1zz5OFqbqN1YsO96ez3k9vEQ+wlCR72x6PW +lQymB7ewfsK60iA+IEt4RmYdWCMD6viMlQsqg9tgO32FcEIldKpP3UzBR7IpQtnO +SNjKBJnCBHgUw0z0kLQ+6/mtGrW/jrSLYrfBR3QmeMpTAunND9dxttLXuscCRh0s +NC6VDRnmxAHBD24XK+rz2dR0ncQxWI42tbEHX2wUrCeemtRYVT1Jk4E1f1xFMblk +u5pxT777QqUHjB4rDqsVQi6CUgscIBCCR9lWxocdEvs0kZ9/j0w5LhZwXPQQf9GM +5p5ir83UUEIe62CmFdYt +=Fo7k -----END PGP SIGNATURE----- Index: doc/v1.html ================================================================== --- doc/v1.html +++ doc/v1.html @@ -12,11 +12,11 @@     Required argument "quiet"
    Optional argument list "args"

-This procedure was stolen from the "getEagle.tcl" script. It is
+This procedure was stolen from the "common.tcl" script. It is
designed to process a single HTTP request, including any HTTP
3XX redirects (up to the specified limit), and return the raw
HTTP response data. It may raise any number of script errors.



@@ -24,11 +24,11 @@
    Required argument "force"

-This procedure was stolen from the "getEagle.tcl" script. This
+This procedure was stolen from the "common.tcl" script. This
procedure sets up the default values for all HTTP configuration
parameters used by this package. If the force argument is
non-zero, any existing values will be overwritten and set back
to their default values.



@@ -39,11 +39,11 @@     Required argument "channel"
    Required argument "string"

-This procedure was stolen from the "getEagle.tcl" script. It is
+This procedure was stolen from the "common.tcl" script. It is
designed to emit a message to the console. The channel argument
is the channel where the message should be written. The string
argument is the content of the message to emit. If the channel
argument is an empty string, nothing is written.



@@ -52,11 +52,11 @@
    Required argument "string"

-This procedure was stolen from the "getEagle.tcl" script. It is
+This procedure was stolen from the "common.tcl" script. It is
designed to emit a message to the HTTP client log. The string
argument is the content of the message to emit. If the string
argument is an empty string, nothing is written.



@@ -68,11 +68,11 @@     Required argument "type"
    Required argument "milliseconds"

-This procedure was stolen from the "getEagle.tcl" script. It is
+This procedure was stolen from the "common.tcl" script. It is
designed to emit a progress indicator while an HTTP request is
being processed. The channel argument is the Tcl channel where
the progress indicator should be emitted. The type argument is
the single-character progress indicator. The milliseconds
argument is the number of milliseconds to wait until the next
ADDED doc/v1.html.asc Index: doc/v1.html.asc ================================================================== --- doc/v1.html.asc +++ doc/v1.html.asc @@ -0,0 +1,18 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2 +Comment: Eagle Package Repository + +iQIcBAABCAAGBQJdae3PAAoJEFAslq9JXcLZHxYP/25j7mSSLvy6Wb/fAxCR1SO5 +yaheakkLRrSKyZuK3z9jJe8dG7X6fqnHSxVMNFkSFWN9cUZlTwYL/YG6irudARxS +T2J1DtEzfXKB/HrVnuTB4EuWbeFOmI6phV7N/Y6x13KUzVD8LOLvfEX3K4zyEVmc +jpJDX2le9lNDBsdI/jwp6bU4nM1EQAB2u2OKiloQnBgX2oABcLPtOcAMgm+cp9Qp +TemzeaQjTpJi3YJHZdpcT6tF72RN+N8s1Vz/0JpVteAe/GBkhdIrzDOOdUE087Lx +VpuEmj2x25IUMy2UWrHCrBYL9SUNIcjduNPHQcbe3NlaCvcSvmAA08PfxRhVF3E4 +5dK8y9KLFk75n3lE+cIOhJy4lMKd8yKTl+JcwESA5oX6VHEzzvqx6WsUPVLJCAAQ +lYcfzhe7Vpc5x8d5qodoLHqadVMHR5Ot0lAsd8pVQwtcHEBD84Sr8z0e9QIphwSm +NnFHPFmHSbIKubWzSpFZfYvmPgSRo9KUsysQu0aN6kXxNsovnYoDfogurcx67bJR +OtI1Y0xG3QM4e1oUXrSYYMurige7z2aHCcjmSUJfxDgIq9cC+z6Ubhv2i/AKFUNK +dDVGy7oxrbLt+abx4Yd+u4e4tBcOSKZPe2FxJql6ky37d6JWsbjPKdB6zh5z4Aw+ +A3ExJ1ajxDjQ4S4ULgin +=5aK4 +-----END PGP SIGNATURE-----