diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-01-26 17:08:06 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-01-26 17:08:06 (GMT) |
commit | 6e258df3443217a4cdad3c7ff9fb9f20141a51b1 (patch) | |
tree | fe6b18722418a1781841f55205a83cc15c243c6b /library | |
parent | a9dedc0f27213ce1da1e5dd58715f49e3de9a4fc (diff) | |
parent | 68ca3852cec2559760636eb4ad05dd8773893ae9 (diff) | |
download | tcl-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.tcl | 2 |
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 { |