diff options
author | hobbs <hobbs> | 2003-07-16 22:49:31 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-07-16 22:49:31 (GMT) |
commit | 3389435994d42db2b637d34fbae876f1e36e4520 (patch) | |
tree | 9c0ccdc9db2d126b8fc3bd9d97f13a4ea7ecdaa1 /ChangeLog | |
parent | ff41d718087fa54c34bc52d7bb818a6ab93f2471 (diff) | |
download | tcl-3389435994d42db2b637d34fbae876f1e36e4520.zip tcl-3389435994d42db2b637d34fbae876f1e36e4520.tar.gz tcl-3389435994d42db2b637d34fbae876f1e36e4520.tar.bz2 |
* library/safe.tcl (FileInAccessPath): normalize paths before
comparison. [Bug 759607] (myers)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2003-07-16 Jeff Hobbs <jeffh@ActiveState.com> + * library/safe.tcl (FileInAccessPath): normalize paths before + comparison. [Bug 759607] (myers) + * unix/tclUnixNotfy.c (NotifierThreadProc): correct size of found and word vars from int to long. [Bug 767578] (hgo) |