diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-09-29 10:01:31 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-09-29 10:01:31 (GMT) |
commit | c5c73ec317fce63210aedd53ebda27ebef52bcc3 (patch) | |
tree | 7588b6205e9d0852d694d4a92d4dd4b92269b03f /ChangeLog | |
parent | 12c66bbcfa19527db6282f77e918b55a734b1451 (diff) | |
download | tcl-c5c73ec317fce63210aedd53ebda27ebef52bcc3.zip tcl-c5c73ec317fce63210aedd53ebda27ebef52bcc3.tar.gz tcl-c5c73ec317fce63210aedd53ebda27ebef52bcc3.tar.bz2 |
Correctly check the types of boolean options to http::geturl [Bug 811170]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2003-09-29 Donal K. Fellows <fellowsd@cs.man.ac.uk> + * library/http/http.tcl (geturl): Correctly check the type of + boolean-valued options. [Bug 811170] + * unix/tcl.m4 (SC_ENABLE_FRAMEWORK): Added note to make it clearer that this is an OSX feature, not a general Unix feature. [Bug 619440] |