summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-01-26 17:08:06 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-01-26 17:08:06 (GMT)
commita6393381ec5d16f9f82c4b8ee992bedaa7c1e4a9 (patch)
treefe6b18722418a1781841f55205a83cc15c243c6b /library
parentd53b2ae83f6ba7aa37755dda0d38ff034c0c0ebd (diff)
parentfa64afb29a232d853b04e8e7bb5ad53c3d02f019 (diff)
downloadtcl-a6393381ec5d16f9f82c4b8ee992bedaa7c1e4a9.zip
tcl-a6393381ec5d16f9f82c4b8ee992bedaa7c1e4a9.tar.gz
tcl-a6393381ec5d16f9f82c4b8ee992bedaa7c1e4a9.tar.bz2
Merge 8.6. Also reduce tclCharTypeTable[] to 256 entries, as this table is always addressed with unsigned chars now.
Eliminate some useless end-of-line spacing that slipped in.
Diffstat (limited to 'library')
-rw-r--r--library/http/cookiejar.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/http/cookiejar.tcl b/library/http/cookiejar.tcl
index 309ca7a..2eae877 100644
--- a/library/http/cookiejar.tcl
+++ b/library/http/cookiejar.tcl
@@ -458,7 +458,7 @@ package provide cookiejar \
log info "constructed domain info with %d entries" $n
}
- # This forces the rebuild of the domain data, loading it from
+ # This forces the rebuild of the domain data, loading it from
method forceLoadDomainData {} {
db transaction {
db eval {