diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-17 10:04:42 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-17 10:04:42 (GMT) |
| commit | b0aa1e2416954a8dc4ac765ce11f93f26f749e87 (patch) | |
| tree | b714d37b2fb40e73f903064e33be9e135b464a42 | |
| parent | 3dba96d22acacfab6277e66a0d58bd559c67f005 (diff) | |
| parent | 3cd704802f4da0e909c95295d850c938de754022 (diff) | |
| download | tcl-b0aa1e2416954a8dc4ac765ce11f93f26f749e87.zip tcl-b0aa1e2416954a8dc4ac765ce11f93f26f749e87.tar.gz tcl-b0aa1e2416954a8dc4ac765ce11f93f26f749e87.tar.bz2 | |
merge core-8-6-branch
| -rwxr-xr-x | compat/zlib/win32/zlib1.dll | bin | 104960 -> 105472 bytes | |||
| -rw-r--r-- | tests/httpd11.tcl | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/compat/zlib/win32/zlib1.dll b/compat/zlib/win32/zlib1.dll Binary files differindex 81f53ec..3196f4a 100755 --- a/compat/zlib/win32/zlib1.dll +++ b/compat/zlib/win32/zlib1.dll diff --git a/tests/httpd11.tcl b/tests/httpd11.tcl index 6eae2b7..7880494 100644 --- a/tests/httpd11.tcl +++ b/tests/httpd11.tcl @@ -8,7 +8,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. -package require Tcl 8.6 +package require Tcl 8.6- proc ::tcl::dict::get? {dict key} { if {[dict exists $dict $key]} { |
