diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-09 14:07:08 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-09 14:07:08 (GMT) |
commit | 8f2f7117fc58a586d63160ce0df15bc7112fa169 (patch) | |
tree | e45a1ab8d48a60009a076a8c0028bfa382bf2ac5 /ChangeLog | |
parent | 24b681cb7a18f81e241184bbed203e9a3e53012b (diff) | |
parent | 34d58962056254ecc03fb124fbdff80283aa43ae (diff) | |
download | tcl-8f2f7117fc58a586d63160ce0df15bc7112fa169.zip tcl-8f2f7117fc58a586d63160ce0df15bc7112fa169.tar.gz tcl-8f2f7117fc58a586d63160ce0df15bc7112fa169.tar.bz2 |
[Bug 3599395]: http assumes status line is a proper tcl list.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,8 +1,13 @@ +2013-01-09 Jan Nijtmans <nijtmans@users.sf.net> + + * library/http/http.tcl: [Bug 3599395]: http assumes status line + is a proper tcl list. + 2013-01-08 Jan Nijtmans <nijtmans@users.sf.net> * win/tclWinFile.c: [Bug 3092089]: [file normalize] can remove path components. [Bug 3587096] win vista/7: "can't find init.tcl" when - called via junction. + called via junction without folder list access. 2013-01-07 Jan Nijtmans <nijtmans@users.sf.net> |