diff options
author | hobbs <hobbs> | 2004-02-18 01:34:03 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-02-18 01:34:03 (GMT) |
commit | 374952d506554eb9fb5d42ec6636cf286f6af93c (patch) | |
tree | 02ca839d84457cfc94ccdcfc950e89e83c9b5561 /ChangeLog | |
parent | 214a51e8c22207e234d23e35db3defd6e28799bd (diff) | |
download | tcl-374952d506554eb9fb5d42ec6636cf286f6af93c.zip tcl-374952d506554eb9fb5d42ec6636cf286f6af93c.tar.gz tcl-374952d506554eb9fb5d42ec6636cf286f6af93c.tar.bz2 |
* generic/tclIOUtil.c: backport of rewrite of generic file
normalization code to cope with links followed by '..'.
[Bug 849514], and parts of [859251]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2004-02-17 Jeff Hobbs <jeffh@ActiveState.com> + * generic/tclIOUtil.c: backport of rewrite of generic file + normalization code to cope with links followed by '..'. + [Bug 849514], and parts of [859251] + * tests/unixInit.test: unixInit-7.1 * unix/tclUnixInit.c (TclpInitPlatform): ensure the std fds exist to prevent crash condition [Bug #772288] |