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)
commit6e258df3443217a4cdad3c7ff9fb9f20141a51b1 (patch)
treefe6b18722418a1781841f55205a83cc15c243c6b /library
parenta9dedc0f27213ce1da1e5dd58715f49e3de9a4fc (diff)
parent68ca3852cec2559760636eb4ad05dd8773893ae9 (diff)
downloadtcl-6e258df3443217a4cdad3c7ff9fb9f20141a51b1.zip
tcl-6e258df3443217a4cdad3c7ff9fb9f20141a51b1.tar.gz
tcl-6e258df3443217a4cdad3c7ff9fb9f20141a51b1.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 {