summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-02-07 10:15:07 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-02-07 10:15:07 (GMT)
commitaffe6d501aa7307a5b4ed4390011fece3980d24c (patch)
tree59fed70884a84cdf7f757c91899666298f01ab0b /ChangeLog
parent2e7f6db5b4e567c744ede8e8ffd46b5cf1d1cd21 (diff)
parenta3bfe4a297587de13ae555332bb6180a193098c9 (diff)
downloadtcl-affe6d501aa7307a5b4ed4390011fece3980d24c.zip
tcl-affe6d501aa7307a5b4ed4390011fece3980d24c.tar.gz
tcl-affe6d501aa7307a5b4ed4390011fece3980d24c.tar.bz2
merge trunk
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5af3fdc..01103bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2013-02-05 Don Porter <dgp@users.sourceforge.net>
+
+ * win/tclWinFile.c: [Bug 3603434] Make sure TclpObjNormalizePath()
+ properly declares "a:/" to be normalized, even when no "A:" drive is
+ present on the system.
+
+2013-02-05 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclLoadNone.c (TclpLoadMemory): [Bug 3433012]: Added dummy
+ version of this function to use in the event that a platform thinks it
+ can load from memory but cannot actually do so due to it being
+ disabled at configuration time.
+
2013-02-04 Donal K. Fellows <dkf@users.sf.net>
* generic/tclCompCmds.c (TclCompileArraySetCmd): [Bug 3603163]: Stop