summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2004-02-18 01:34:03 (GMT)
committerhobbs <hobbs>2004-02-18 01:34:03 (GMT)
commit374952d506554eb9fb5d42ec6636cf286f6af93c (patch)
tree02ca839d84457cfc94ccdcfc950e89e83c9b5561 /ChangeLog
parent214a51e8c22207e234d23e35db3defd6e28799bd (diff)
downloadtcl-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fec8f4c..53698f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]