summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-03-19 13:57:30 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-03-19 13:57:30 (GMT)
commit23b102e5e8516ffc7195aaf14a008383ffbcb69d (patch)
treeae83c33f8dd3074761bc81544d8adb80ee00fae3 /ChangeLog
parent56302c00e29b36c778b66f1cb65380ab987c83cc (diff)
parent01ae22053af8cd618c105c63909fa6386f316bbc (diff)
downloadtcl-23b102e5e8516ffc7195aaf14a008383ffbcb69d.zip
tcl-23b102e5e8516ffc7195aaf14a008383ffbcb69d.tar.gz
tcl-23b102e5e8516ffc7195aaf14a008383ffbcb69d.tar.bz2
[Bug 3608360]: Incompatible behaviour of "file exists".
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d75b52..e01bc39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
2013-03-19 Jan Nijtmans <nijtmans@users.sf.net>
- * win/tclWinFile.c: [Bug 3608360]: Back out bug fix
- for [Bug 2893771], because it was the cause of the regression.
+ * win/tclWinFile.c: [Bug 3608360]: Incompatible behaviour of "file
+ exists".
2013-03-18 Donal K. Fellows <dkf@users.sf.net>