diff options
author | dgp <dgp@users.sourceforge.net> | 2013-02-05 16:55:32 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-02-05 16:55:32 (GMT) |
commit | 593462fc80d3e1a4684644f3237115112131f83f (patch) | |
tree | ceea26bd2c0c11ed71f7fb1e4f88b4d0adbe7632 /ChangeLog | |
parent | d20b1b94254275c9b62e7adf30c09a2a7c5443b2 (diff) | |
parent | 7d50b7b1515618501f8eaf3d76ea80c6c796a87d (diff) | |
download | tcl-593462fc80d3e1a4684644f3237115112131f83f.zip tcl-593462fc80d3e1a4684644f3237115112131f83f.tar.gz tcl-593462fc80d3e1a4684644f3237115112131f83f.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 |