diff options
author | mdejong <mdejong> | 2001-07-17 19:40:37 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2001-07-17 19:40:37 (GMT) |
commit | 0b43f7ca80a834714b13d5566605c6060dd75eef (patch) | |
tree | e0b67be12f7aa0162b8baac11a7c886736f5f1d3 /ChangeLog | |
parent | 07962f3025b017a67b95967a8c5313067d02f745 (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |