diff options
author | dgp <dgp@users.sourceforge.net> | 2013-02-05 16:56:01 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-02-05 16:56:01 (GMT) |
commit | a3bfe4a297587de13ae555332bb6180a193098c9 (patch) | |
tree | 41fdcdc8c902b83d6d8fc6ac1e52a5df7faf8aba /ChangeLog | |
parent | 8941b209b0188f101901cd0ffb32a97d7d293f82 (diff) | |
parent | 593462fc80d3e1a4684644f3237115112131f83f (diff) | |
download | tcl-a3bfe4a297587de13ae555332bb6180a193098c9.zip tcl-a3bfe4a297587de13ae555332bb6180a193098c9.tar.gz tcl-a3bfe4a297587de13ae555332bb6180a193098c9.tar.bz2 |
[Bug 3603434] Make sure TclpObjNormalizePath() properly declares "a:/" to
be normalized, even when no "A:" drive is present on the system.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +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 |