diff options
author | hobbs <hobbs> | 2005-10-05 06:33:51 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2005-10-05 06:33:51 (GMT) |
commit | 001484010656fc7ed52edb2c9a770f18cc7e6dc3 (patch) | |
tree | db40aefd0c98375599fbb3d46e7cb595be93e483 /ChangeLog | |
parent | 9f6bbd3b79f74a8449023467afca0207c7621dad (diff) | |
download | tcl-001484010656fc7ed52edb2c9a770f18cc7e6dc3.zip tcl-001484010656fc7ed52edb2c9a770f18cc7e6dc3.tar.gz tcl-001484010656fc7ed52edb2c9a770f18cc7e6dc3.tar.bz2 |
win/tclWinSerial.c (SerialSetOptionProc): free argv [Bug 1067708]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2005-10-04 Jeff Hobbs <jeffh@ActiveState.com> + * win/tclWinSerial.c (SerialSetOptionProc): free argv [Bug 1067708] + * tests/http.test: do not URI encode -._~ according * library/http/http.tcl (init): to RFC3986. [Bug 1182373] (aho) |