diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-09-29 10:04:52 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-09-29 10:04:52 (GMT) |
commit | d6fa269907f590d521bdbc7aa2c2225f3beb3526 (patch) | |
tree | 5a35b39f14f59e2f042fd45002687604c699f20d /ChangeLog | |
parent | 8cc43294204e947957e5d02b2886ef3b90f47926 (diff) | |
download | tcl-d6fa269907f590d521bdbc7aa2c2225f3beb3526.zip tcl-d6fa269907f590d521bdbc7aa2c2225f3beb3526.tar.gz tcl-d6fa269907f590d521bdbc7aa2c2225f3beb3526.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] |