summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-01-10 10:04:13 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-01-10 10:04:13 (GMT)
commit4cc39eb0353b0c510d6e501b0ea911b913e31e29 (patch)
tree9fdaac41f7da6119e756d9b2c0a6dec6818919c2 /ChangeLog
parent7cbe68b036c355fa147816e3c4fc90265cfab001 (diff)
parentb0d2108c0787bde409bec331a388113f6acb9450 (diff)
downloadtcl-4cc39eb0353b0c510d6e501b0ea911b913e31e29.zip
tcl-4cc39eb0353b0c510d6e501b0ea911b913e31e29.tar.gz
tcl-4cc39eb0353b0c510d6e501b0ea911b913e31e29.tar.bz2
merge trunk
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a042edc..ac73fd9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+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 without folder list access.
+
+2013-01-07 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * generic/tclOOStubLib.c: Restrict the stub library to only use
+ * generic/tclTomMathStubLib.c: Tcl_PkgRequireEx, Tcl_ResetResult
+ and Tcl_AppendResult, not any other function. This puts least
+ restrictions on eventual Tcl 9 stubs re-organization, and it
+ works on the widest range of Tcl versions.
+
2013-01-06 Jan Nijtmans <nijtmans@users.sf.net>
* library/http/http.tcl: Don't depend on Spencer-specific regexp