summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-06-12 19:16:00 (GMT)
committerhobbs <hobbs>2002-06-12 19:16:00 (GMT)
commit3c8f43ed403e4d57f1dc1f560944f4dab09091ca (patch)
tree2e1b5b2ba1b0041d5032540ce7e63b4c09de9edd /ChangeLog
parentfa378f1c65892a20898177e93d89a3ca2d55e505 (diff)
downloadtcl-3c8f43ed403e4d57f1dc1f560944f4dab09091ca.zip
tcl-3c8f43ed403e4d57f1dc1f560944f4dab09091ca.tar.gz
tcl-3c8f43ed403e4d57f1dc1f560944f4dab09091ca.tar.bz2
* win/tclWinFile.c: corrected the symbolic link handling code to
allow it to compile. Added real definition of REPARSE_DATA_BUFFER (found in winnt.h). Most of the added definitions appear to have correct, cross-Win-version equivalents in winnt.h and should be removed, but just making things "work" for now.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d84901..4402e66 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2002-06-12 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * win/tclWinFile.c: corrected the symbolic link handling code to
+ allow it to compile. Added real definition of REPARSE_DATA_BUFFER
+ (found in winnt.h). Most of the added definitions appear to have
+ correct, cross-Win-version equivalents in winnt.h and should be
+ removed, but just making things "work" for now.
+
2002-06-12 Vince Darley <vincentdarley@users.sourceforge.net>
* generic/tclIOUtil.c: