summaryrefslogtreecommitdiff
path: root/web/src/cgi.tcl-1.10/HISTORY
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-01-15 21:41:39 -0700
committerEduardo Chappa <chappa@washington.edu>2020-01-15 21:41:39 -0700
commit06c6ab430b223f6923fe74a4b8d11f3e626848a8 (patch)
tree2b483acf3ec2da573992c20b766a480e22f4c45a /web/src/cgi.tcl-1.10/HISTORY
parent9822842646bc2b940d4b98a260ee4e3ac26fce57 (diff)
downloadalpine-06c6ab430b223f6923fe74a4b8d11f3e626848a8.tar.xz
* Fix a number of misspellings in the source code of Alpine. I hav only
fixed those that belong to the source code of Alpine and do not come from an external source. List contributed by Jens Schleusener.
Diffstat (limited to 'web/src/cgi.tcl-1.10/HISTORY')
-rw-r--r--web/src/cgi.tcl-1.10/HISTORY10
1 files changed, 5 insertions, 5 deletions
diff --git a/web/src/cgi.tcl-1.10/HISTORY b/web/src/cgi.tcl-1.10/HISTORY
index 3fc80020..7e44d51c 100644
--- a/web/src/cgi.tcl-1.10/HISTORY
+++ b/web/src/cgi.tcl-1.10/HISTORY
@@ -45,7 +45,7 @@ Date Version Description
Added utf.cgi example to demonstrate UTF works for
mel@redolive.com.
-10/16/02 1.8.0 To accomodate open-ended forms in echo, modified cgi_input so
+10/16/02 1.8.0 To accommodate open-ended forms in echo, modified cgi_input so
that it accepts multiple values even in variables that don't
end with "List". This opens a possible ambiguity (see
documentation) but only one that would've existed before had
@@ -91,7 +91,7 @@ Date Version Description
Added end tags for XHTML support.
Added cgi_link_url/label per John Koontz and rewrote cgi_link
- to accomodate them. Also added his cgi_button_link
+ to accommodate them. Also added his cgi_button_link
temporarily. Will experiment with this to test merit.
11/3/00 1.4.3 Removed HTML formatted manual. It lags the text version and
@@ -569,7 +569,7 @@ Date Version Description
Added support to suppress binary upload when using Expect.
1/31/97 0.4.8 Andreas Kupries <a.kupries@westend.com> needed dynamic control
- of ouput. Added user-defineable cgi_puts.
+ of output. Added user-defineable cgi_puts.
Josh Lubell <lubell@cme.nist.gov> reported binary file upload
was losing chars on large files. Fixed.
@@ -583,7 +583,7 @@ Date Version Description
Add some more bulletproofing to catch broken boundary defns...
- Evidentally QUERY_STRING doesn't have to be set even with GET.
+ Evidently QUERY_STRING doesn't have to be set even with GET.
CGI spec is vague enough to permit this.
12/16/96 0.4.6 Giorgetti Federico <gio@egeo.unipg.it> noted text file upload
@@ -592,7 +592,7 @@ Date Version Description
12/10/96 0.4.5 Added support for binary file upload if using Expect extension.
Removed check for missing filenames in file upload. This
- can evidentally happen. It is now the programmer's
+ can evidently happen. It is now the programmer's
reptysponsibility to check for the length if null filenames are
unwanted.