summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2001-07-17 19:40:37 (GMT)
committermdejong <mdejong>2001-07-17 19:40:37 (GMT)
commit0b43f7ca80a834714b13d5566605c6060dd75eef (patch)
treee0b67be12f7aa0162b8baac11a7c886736f5f1d3 /ChangeLog
parent07962f3025b017a67b95967a8c5313067d02f745 (diff)
downloadtcl-0b43f7ca80a834714b13d5566605c6060dd75eef.zip
tcl-0b43f7ca80a834714b13d5566605c6060dd75eef.tar.gz
tcl-0b43f7ca80a834714b13d5566605c6060dd75eef.tar.bz2
* win/tclWinFile.c (TclpReadlink): Add Cygwin specific definition
for the TclpReadlink function. This method implements reading of symbolic links when build with Cygwin.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 415d99e..079bd62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2001-07-17 Mo DeJong <mdejong@redhat.com>
+ * win/tclWinFile.c (TclpReadlink): Add Cygwin specific definition
+ for the TclpReadlink function. This method implements reading of
+ symbolic links when build with Cygwin.
+
+2001-07-17 Mo DeJong <mdejong@redhat.com>
+
* win/tclWinPort.h: Add Cygwin specific defines for environ
and timezone variables.