summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2002-03-12 11:32:19 (GMT)
committermdejong <mdejong>2002-03-12 11:32:19 (GMT)
commit5b3a0a1d5602565fa4fdb6a6de08e4535e71b34e (patch)
tree149c8fafdca0d0d18e28381f5b73d6fad2f5adc6 /ChangeLog
parent68e9f1f47a7745908cadf11a548143b3cb3d044a (diff)
downloadtcl-5b3a0a1d5602565fa4fdb6a6de08e4535e71b34e.zip
tcl-5b3a0a1d5602565fa4fdb6a6de08e4535e71b34e.tar.gz
tcl-5b3a0a1d5602565fa4fdb6a6de08e4535e71b34e.tar.bz2
* win/tclWinFCmd.c (DoRenameFile, DoCopyFile, DoDeleteFile,
DoRemoveJustDirectory): Make sure we don't pass NULL or "" as a path name to Win32 API functions since this was crashing under Windows 98.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ab24ac5..371a528 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-03-11 Mo DeJong <mdejong@users.sourceforge.net>
+
+ * win/tclWinFCmd.c (DoRenameFile, DoCopyFile, DoDeleteFile,
+ DoRemoveJustDirectory): Make sure we don't pass NULL or ""
+ as a path name to Win32 API functions since this was
+ crashing under Windows 98.
+
2002-03-11 Don Porter <dgp@users.sourceforge.net>
* library/tcltest/tcltest.tcl: